]> git.sur5r.net Git - openldap/commitdiff
allow LDAP_AUTH_NONE
authorPierangelo Masarati <ando@openldap.org>
Mon, 23 May 2005 07:22:32 +0000 (07:22 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 23 May 2005 07:22:32 +0000 (07:22 +0000)
servers/slapd/config.c

index 851fdae3b9d77d0234b7f6c86a78dc30a5f0b3dd..b500e64cafb9c53b77edac2e7e3f5fe5dd989f8f 100644 (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 },