Home
last modified time | relevance | path

Searched refs:ldap_auth_method_s (Results 1 – 2 of 2) sorted by relevance

/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dlog_ldap_p.h34 static char *ldap_auth_method_s; variable
53 { "LDAPAuthMethod", &ldap_auth_method_s },
H A Dlog_ldap.c141 if (ldap_auth_method_s != NULL) { in pw_ldap_parse()
142 if (strcasecmp(ldap_auth_method_s, "bind") == 0) { in pw_ldap_parse()
144 } else if (strcasecmp(ldap_auth_method_s, "password") == 0) { in pw_ldap_parse()
149 free(ldap_auth_method_s); in pw_ldap_parse()
150 ldap_auth_method_s = NULL; in pw_ldap_parse()
185 free((void *) ldap_auth_method_s); in pw_ldap_exit()
186 ldap_auth_method_s = NULL; in pw_ldap_exit()