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.
 
 

9 lines
258 B

#ifndef OAL_LDAPAUTH_H_INCLUDED
#define OAL_LDAPAUTH_H_INCLUDED
int
check_against_ldap(const oal_config_t * const config,
const char * const username,
const char * const password);
#endif /* OAL_LDAPAUTH_H_INCLUDED */