]> git.sur5r.net Git - openldap/blob - servers/slapd/back-passwd/external.h
Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2
[openldap] / servers / slapd / back-passwd / external.h
1 /* $OpenLDAP$ */
2 #ifndef _PASSWD_EXTERNAL_H
3 #define _PASSWD_EXTERNAL_H
4
5 LDAP_BEGIN_DECL
6
7 extern int      passwd_back_initialize LDAP_P(( BackendInfo *bi ));
8
9 extern int  passwd_back_search LDAP_P(( BackendDB *be,
10         Connection *c, Operation *o, char *base,
11         char *nbase, int scope, int deref, int slimit, int tlimit,
12         Filter *f, char *filterstr, char **attrs, int attrsonly));
13
14 extern int passwd_back_db_config LDAP_P((BackendDB *bd,
15         const char *fname, int lineno, int argc, char **argv ));
16
17 LDAP_END_DECL
18
19 #endif /* _PASSWD_EXTERNAL_H */
20