Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
David Barchiesi
OpenLDAP
Commits
c9323fd7
Commit
c9323fd7
authored
20 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
improve ITS#3107
parent
ab61b026
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/data/ppolicy.ldif
+11
-9
11 additions, 9 deletions
tests/data/ppolicy.ldif
tests/data/slapd-ppolicy.conf
+3
-3
3 additions, 3 deletions
tests/data/slapd-ppolicy.conf
with
14 additions
and
12 deletions
tests/data/ppolicy.ldif
+
11
−
9
View file @
c9323fd7
dn:
o=University of Michigan
, c=
US
dn:
dc=example
,
d
c=
com
objectClass: top
objectClass: organization
o: University of Michigan
objectClass: dcObject
o: Example
dc: example
dn: ou=People,
o=University of Michigan
, c=
US
dn: ou=People,
dc=example
,
d
c=
com
objectClass: top
objectClass: organizationalUnit
ou: People
dn: ou=Policies,
o=University of Michigan
, c=
US
dn: ou=Policies,
dc=example
,
d
c=
com
objectClass: top
objectClass: organizationalUnit
ou: Policies
dn: cn=Standard Policy, ou=Policies,
o=University of Michigan
, c=
US
dn: cn=Standard Policy, ou=Policies,
dc=example
,
d
c=
com
objectClass: top
objectClass: device
objectClass: pwdPolicy
...
...
@@ -32,7 +34,7 @@ pwdMaxFailure: 3
pwdFailureCountInterval: 120
pwdSafeModify: TRUE
dn: uid=nd, ou=People,
o=University of Michigan
, c=
US
dn: uid=nd, ou=People,
dc=example
,
d
c=
com
objectClass: top
objectClass: person
objectClass: inetOrgPerson
...
...
@@ -42,7 +44,7 @@ sn: Dunbar
givenName: Neil
userPassword: testpassword
dn: uid=ndadmin, ou=People,
o=University of Michigan
, c=
US
dn: uid=ndadmin, ou=People,
dc=example
,
d
c=
com
objectClass: top
objectClass: person
objectClass: inetOrgPerson
...
...
@@ -52,7 +54,7 @@ sn: Dunbar
givenName: Neil
userPassword: testpw
dn: uid=test, ou=People,
o=University of Michigan
, c=
US
dn: uid=test, ou=People,
dc=example
,
d
c=
com
objectClass: top
objectClass: person
objectClass: inetOrgPerson
...
...
@@ -61,5 +63,5 @@ uid: test
sn: Test
givenName: Test
userPassword: kfhgkjhfdgkfd
pwdPolicySubEntry: cn=No Policy, ou=Policies,
o=University of Michigan
, c=
US
pwdPolicySubEntry: cn=No Policy, ou=Policies,
dc=example
,
d
c=
com
This diff is collapsed.
Click to expand it.
tests/data/slapd-ppolicy.conf
+
3
−
3
View file @
c9323fd7
...
...
@@ -32,13 +32,13 @@ argsfile ./test-db/slapd.args
#######################################################################
database
@
BACKEND
@
suffix
"
o=University of Michigan,c=US
"
suffix
"
dc=example,dc=com
"
directory
./
testrun
/
db
.
1
.
a
rootdn
"cn=Manager,
o=University of Michigan,c=US
"
rootdn
"cn=Manager,
dc=example,dc=com
"
rootpw
secret
index
objectClass
eq
overlay
ppolicy
ppolicy_default
"cn=Standard Policy,ou=Policies,
o=University of Michigan,c=US
"
ppolicy_default
"cn=Standard Policy,ou=Policies,
dc=example,dc=com
"
ppolicy_use_lockout
access
to
attr
=
userpassword
...
...
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