Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
8697bcdf
Commit
8697bcdf
authored
Dec 01, 2004
by
Howard Chu
Browse files
Pass entry to password_quality check module, not just attrs
parent
996354e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapo-ppolicy.5
View file @
8697bcdf
...
...
@@ -425,7 +425,7 @@ function prototype:
.RS 4
int
.I check_password
(char *pPasswd, char **ppErrStr,
Attribute
*p
At
tr
s
);
(char *pPasswd, char **ppErrStr,
Entry
*p
En
tr
y
);
.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 p
At
tr
parameter, if non-NULL, carries a
list of the attributes for
the
.B p
En
tr
y
parameter, if non-NULL, carries a
pointer to
the
entry whose password is being checked.
If
.B ppErrStr
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment