allow LDAP_AUTH_NONE

This commit is contained in:
Pierangelo Masarati 2005-05-23 07:22:32 +00:00
parent c573fe70fb
commit e73e9ddd7c

View File

@ -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 },