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
e53977ce
Commit
e53977ce
authored
20 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
fix test006
parent
d40e5a36
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/acl.out.master
+1
-0
1 addition, 0 deletions
tests/data/acl.out.master
tests/data/slapd-acl.conf
+6
-11
6 additions, 11 deletions
tests/data/slapd-acl.conf
with
7 additions
and
11 deletions
tests/data/acl.out.master
+
1
−
0
View file @
e53977ce
...
...
@@ -70,6 +70,7 @@ homePostalAddress: 123 Wesley $ Anytown, MI 48103
description: Mythical manager of the rsdd unix project
drink: water
homePhone: +1 313 555 2333
homePhone: +1 313 555 5444
pager: +1 313 555 3233
facsimileTelephoneNumber: +1 313 555 2274
telephoneNumber: +1 313 555 9022
...
...
This diff is collapsed.
Click to expand it.
tests/data/slapd-acl.conf
+
6
−
11
View file @
e53977ce
...
...
@@ -69,21 +69,16 @@ access to attr=member,uniquemember
by
dnattr
=
uniquemember
selfwrite
by
*
read
access
to
attr
=
member
,
uniquemember
filter
=(
mail
=*
com
)
access
to
attr
=
member
,
uniquemember
filter
=
"
(mail=*com)
"
by
*
read
access
to
filter
=
"
(&(
objectclass
=
groupofnames
)(
objectClass
=
groupofuniquenames
)
)
"
by
dn
.
base
=
"
cn
=
Bjorn
Jensen
,
ou
=
Information
Technology
Division
,
ou
=
People
,
dc
=
example
,
dc
=
com
"
=
sc
continue
by
dn
.
regex
=
"
^
cn
=
Bjorn
Jensen
,
ou
=
Information
Technology
Division
,
ou
=
People
,
d
c
=
example
,
dc
=
com
$
"
+
rw
stop
access
to
filter
=
"(&(objectclass=groupofnames)(objectClass=groupofuniquenames))"
by
dn
.
base
=
"cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com"
=
sc
continue
by
dn
.
regex
=
"^cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com$"
+
rw
stop
by
*
break
access
to
dn
.
children
=
"
ou
=
Information
Technology
Division
,
ou
=
People
,
dc
=
exampl
e
,
dc
=
com
"
by
group
/
groupOfUniqueNames
/
uniqueMember
.
exact
=
"
cn
=
ITD
Staff
,
ou
=
Groups
,
dc
=
ex
ample
,
dc
=
com
"
write
access
to
dn
.
children
=
"ou=Information Technology Division,ou=People,dc=example,dc=com"
by
group
/
groupOfUniqueNames
/
uniqueMember
.
exact
=
"cn=ITD Staff,ou=Groups,dc=example,dc=com"
write
by
*
read
access
to
filter
=
"(name=X*Y*Z)"
...
...
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