You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef OAL_LDAPAUTH_H_INCLUDED |
|
#define OAL_LDAPAUTH_H_INCLUDED |
|
|
|
int |
|
oal_check_cred(const oal_config_t * const config, |
|
const char * const username, |
|
const char * const password); |
|
|
|
#endif /* OAL_LDAPAUTH_H_INCLUDED */
|
|
|