]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/aclparse.c
Fix rev 1.52, frontendDB uses index {-1}.
[openldap] / servers / slapd / aclparse.c
index f44a786b5e0b3aaf12d63b5d3cbd7376d58a7208..0b018c1094143a80bcdfa6300034358f7b11ee82 100644 (file)
@@ -2453,11 +2453,6 @@ str2access( const char *str )
                return ACL_NONE;
 
        } else if ( strcasecmp( str, "disclose" ) == 0 ) {
-#ifndef SLAP_ACL_HONOR_DISCLOSE
-               Debug( LDAP_DEBUG_ACL, "str2access: warning, "
-                       "\"disclose\" privilege disabled.\n",
-               0, 0, 0 );
-#endif /* SLAP_ACL_HONOR_DISCLOSE */
                return ACL_DISCLOSE;
 
        } else if ( strcasecmp( str, "auth" ) == 0 ) {