openldap/servers/slapd/back-passwd/external.h
Kurt Zeilenga 60802201e3 Const'ification
SASL mech removed from backend bind callback (as SASL is managed by frontend)
Changes to some backends are untested (as I don't have all dependent
  software install)
2000-05-22 03:46:57 +00:00

23 lines
554 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,
const char *base, const char *nbase,
int scope, int deref, int slimit, int tlimit,
Filter *f, const 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 */