From: Howard Chu Date: Wed, 1 Dec 2004 16:02:27 +0000 (+0000) Subject: Pass entry to password_quality check module, not just attrs X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~162 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8697bcdf7ad58f4ae88b72a11c50bed9e6118ae4;p=openldap Pass entry to password_quality check module, not just attrs --- diff --git a/doc/man/man5/slapo-ppolicy.5 b/doc/man/man5/slapo-ppolicy.5 index 88df7b3147..977d8aef80 100644 --- a/doc/man/man5/slapo-ppolicy.5 +++ b/doc/man/man5/slapo-ppolicy.5 @@ -425,7 +425,7 @@ function prototype: .RS 4 int .I check_password -(char *pPasswd, char **ppErrStr, Attribute *pAttrs); +(char *pPasswd, char **ppErrStr, Entry *pEntry); .RE The .B pPasswd @@ -434,8 +434,8 @@ parameter contains the clear-text user password, the parameter contains a double pointer that allows the function to return human-readable details about any error it encounters. The optional -.B pAttr -parameter, if non-NULL, carries a list of the attributes for the +.B pEntry +parameter, if non-NULL, carries a pointer to the entry whose password is being checked. If .B ppErrStr