]> git.sur5r.net Git - openldap/commitdiff
move compare to frontend (disabled by default, only invoked if backend doesn't provid...
authorPierangelo Masarati <ando@openldap.org>
Wed, 26 Jan 2005 23:30:57 +0000 (23:30 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 26 Jan 2005 23:30:57 +0000 (23:30 +0000)
servers/slapd/proto-slap.h

index 3629dfdd709ccb2a51e7f8f4967f493cf776cb88..32bbaff676d60c5a886866217e234ccab8893844 100644 (file)
@@ -291,6 +291,15 @@ LDAP_SLAPD_F (int) backend_attribute LDAP_P((
        slap_access_t access
 ));
 
+LDAP_SLAPD_F (int) backend_access LDAP_P((
+       Operation               *op,
+       Entry                   *target,
+       struct berval           *edn,
+       AttributeDescription    *entry_at,
+       struct berval           *nval,
+       slap_access_t           access,
+       slap_mask_t             *mask ));
+
 LDAP_SLAPD_F (int) backend_operational LDAP_P((
        Operation *op,
        SlapReply *rs