Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
1884790b
Commit
1884790b
authored
19 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
ITS#4399 s/pwdCheckSyntax/pwdCheckQuality/
parent
bfaf2a80
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man5/slapo-ppolicy.5
+5
-5
5 additions, 5 deletions
doc/man/man5/slapo-ppolicy.5
with
5 additions
and
5 deletions
doc/man/man5/slapo-ppolicy.5
+
5
−
5
View file @
1884790b
...
...
@@ -82,7 +82,7 @@ object class. The definition of that class is as follows:
MUST ( pwdAttribute )
MAY (
pwdMinAge $ pwdMaxAge $ pwdInHistory $
pwdCheck
Syntax
$ pwdMinLength $
pwdCheck
Quality
$ pwdMinLength $
pwdExpireWarning $ pwdGraceAuthnLimit $
pwdLockout $ pwdLockoutDuration $
pwdMaxFailure $ pwdFailureCountInterval $
...
...
@@ -218,7 +218,7 @@ error refusing the password.
.P
When syntax checking is enabled
(see also the
.B pwdCheck
Syntax
.B pwdCheck
Quality
attribute), this attribute contains the minimum
number of characters that will be accepted in a password. If this
attribute is not present, minimum password length is not
...
...
@@ -226,12 +226,12 @@ enforced. If the server is unable to check the length of the password,
whether due to a client-side hashed password or some other reason,
the server will, depending on the
value of
.BR pwdCheck
Syntax
,
.BR pwdCheck
Quality
,
either accept the password
without checking it (if
.B pwdCheck
Syntax
.B pwdCheck
Quality
is zero (0) or one (1)) or refuse it (if
.B pwdCheck
Syntax
.B pwdCheck
Quality
is two (2)).
.LP
.RS 4
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment