openldap/servers/slapd/back-passwd/external.h
Howard Chu f991ef04e6 Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2
and back-ldbm are preserved, they only use the up-cased DNs. back-passwd
uses the mixed-case DN. All others are using mixed-case DN, may need more
fixing.
1999-09-18 23:40:03 +00:00

21 lines
534 B
C

/* $OpenLDAP$ */
#ifndef _PASSWD_EXTERNAL_H
#define _PASSWD_EXTERNAL_H
LDAP_BEGIN_DECL
extern int passwd_back_initialize LDAP_P(( BackendInfo *bi ));
extern int passwd_back_search LDAP_P(( BackendDB *be,
Connection *c, Operation *o, char *base,
char *nbase, int scope, int deref, int slimit, int tlimit,
Filter *f, char *filterstr, char **attrs, int attrsonly));
extern int passwd_back_db_config LDAP_P((BackendDB *bd,
const char *fname, int lineno, int argc, char **argv ));
LDAP_END_DECL
#endif /* _PASSWD_EXTERNAL_H */