]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/proto-slap.h
Treat access to dn="" as access to dn.base="". Avoid empty regex.
[openldap] / servers / slapd / proto-slap.h
index 67a750b2e070879f0e6cb96365c54ee30ee6fbbd..7b5ed869582023df4209abd3b438ed601723e706 100644 (file)
@@ -477,7 +477,6 @@ LDAP_SLAPD_F (int) test_filter LDAP_P((
 /*
  * index.c
  */
-LDAP_SLAPD_F (int) slap_index2prefix LDAP_P(( int indextype ));
 LDAP_SLAPD_F (int) slap_str2index LDAP_P(( const char *str, slap_mask_t *idx ));
 
 /*
@@ -721,6 +720,8 @@ LDAP_SLAPD_F (int) add_replica_info LDAP_P(( Backend *be,
        const char *host ));
 LDAP_SLAPD_F (int) add_replica_suffix LDAP_P(( Backend *be,
        int nr, const char *suffix ));
+LDAP_SLAPD_F (int) add_replica_attrs LDAP_P(( Backend *be,
+       int nr, char *attrs ));
 LDAP_SLAPD_F (void) replog LDAP_P(( Backend *be, Operation *op,
        struct berval *dn, struct berval *ndn, void *change ));
 
@@ -938,8 +939,7 @@ LDAP_SLAPD_F (int) syn_schema_info( Entry *e );
  * user.c
  */
 #if defined(HAVE_PWD_H) && defined(HAVE_GRP_H)
-LDAP_SLAPD_F (void) slap_init_user LDAP_P((
-       const char *username, const char *groupname ));
+LDAP_SLAPD_F (void) slap_init_user LDAP_P(( char *username, char *groupname ));
 #endif
 
 /*