Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maxime Besson
lemonldap-ng
Commits
e7dbc486
Commit
e7dbc486
authored
Feb 11, 2019
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add password min length policy in slapd test server (
#1639
)
parent
a9342c3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
lemonldap-ng-portal/t/testslapd/users.ldif
lemonldap-ng-portal/t/testslapd/users.ldif
+18
-0
No files found.
lemonldap-ng-portal/t/testslapd/users.ldif
View file @
e7dbc486
...
...
@@ -65,6 +65,15 @@ pwdPolicySubentry: cn=passwordlock,ou=ppolicies,dc=example,dc=com
pwdAccountLockedTime: 20190101000000Z
pwdFailureTime: 20181231000000.000000Z
dn: uid=short,ou=users,dc=example,dc=com
objectClass: inetOrgPerson
uid: short
cn: short
sn: short
mail: short@badwolf.org
userPassword: passwordnottooshort
pwdPolicySubentry: cn=passwordshort,ou=ppolicies,dc=example,dc=com
dn: ou=ppolicies,dc=example,dc=com
objectClass: top
objectClass: organizationalUnit
...
...
@@ -98,3 +107,12 @@ pwdCheckQuality: 0
pwdLockout: TRUE
pwdMaxFailure: 1
dn: cn=passwordshort,ou=ppolicies,dc=example,dc=com
objectClass: device
objectClass: pwdPolicy
cn: passwordshort
pwdAttribute: userPassword
pwdAllowUserChange: TRUE
pwdCheckQuality: 2
pwdMinLength: 6
Write
Preview
Markdown
is supported
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