]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/attr.c
fix ACL value checking for bind (ITS#3446)
[openldap] / servers / slapd / back-ldbm / attr.c
index bb49d279c210b555c4a697c2e73432858b38806e..b37b4aca4af531bda7a12d2244da6f58453d99a5 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2004 The OpenLDAP Foundation.
+ * Copyright 1998-2005 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -188,14 +188,8 @@ attr_index_config(
                        return LDAP_INAPPROPRIATE_MATCHING;
                }
 
-#ifdef NEW_LOGGING
-               LDAP_LOG( BACK_LDBM, DETAIL1, 
-                       "attr_index_config: index %s 0x%04lx\n", 
-                       ad->ad_cname.bv_val, mask, 0 );
-#else
                Debug( LDAP_DEBUG_CONFIG, "index %s 0x%04lx\n",
                        ad->ad_cname.bv_val, mask, 0 ); 
-#endif
 
 
                a->ai_desc = ad;