Skip to content
Snippets Groups Projects
Commit fb3ca13a authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

declare ldap_[parse_]passwd

parent a66c9870
Branches
Tags
No related merge requests found
......@@ -1707,5 +1707,34 @@ ldap_whoami_s LDAP_P((
LDAPControl **sctrls,
LDAPControl **cctrls ));
/*
* in passwd.c
*/
LDAP_F( int )
ldap_parse_passwd LDAP_P((
LDAP *ld,
LDAPMessage *res,
struct berval *newpasswd ));
LDAP_F( int )
ldap_passwd LDAP_P(( LDAP *ld,
struct berval *user,
struct berval *oldpw,
struct berval *newpw,
LDAPControl **sctrls,
LDAPControl **cctrls,
int *msgidp ));
LDAP_F( int )
ldap_passwd_s LDAP_P((
LDAP *ld,
struct berval *user,
struct berval *oldpw,
struct berval *newpw,
struct berval *newpasswd,
LDAPControl **sctrls,
LDAPControl **cctrls ));
LDAP_END_DECL
#endif /* _LDAP_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment