]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/entry.c
Add o_no_schema_check to operation structure
[openldap] / servers / slapd / back-ldbm / entry.c
index 1f89e890dc69c08663ecfed9911d63015a03285c..f8da8e07e841de2366aa7a6004a4e6851594a8e2 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
@@ -117,8 +117,8 @@ int ldbm_back_entry_get(
 
        if ( oc && !is_entry_objectclass( e, oc, 0 )) {
                Debug( LDAP_DEBUG_ACL,
-                       "<= ldbm_back_entry_get: failed to find objectClass\n",
-                       0, 0, 0 ); 
+                       "<= ldbm_back_entry_get: failed to find objectClass %s\n",
+                       oc->soc_cname.bv_val, 0, 0 ); 
                rc = LDAP_NO_SUCH_ATTRIBUTE;
                goto return_results;
        }