mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
allow LDAP_AUTH_NONE
This commit is contained in:
parent
c573fe70fb
commit
e73e9ddd7c
@ -753,9 +753,7 @@ static slap_verbmasks tlskey[] = {
|
||||
};
|
||||
|
||||
static slap_verbmasks methkey[] = {
|
||||
#if 0
|
||||
{ BER_BVC("none"), LDAP_AUTH_NONE },
|
||||
#endif
|
||||
{ BER_BVC("simple"), LDAP_AUTH_SIMPLE },
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
{ BER_BVC("sasl"), LDAP_AUTH_SASL },
|
||||
|
Loading…
Reference in New Issue
Block a user