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
Lukas However
OpenLDAP
Commits
9bfad46d
Commit
9bfad46d
authored
Jul 19, 2000
by
Kurt Zeilenga
Browse files
Use substring indices
parent
c0bbb090
Changes
5
Hide whitespace changes
Inline
Side-by-side
tests/data/slapd-acl.conf
View file @
9bfad46d
...
...
@@ -21,7 +21,7 @@ suffix "o=University of Michigan, c=US"
directory
./
test
-
db
rootdn
"cn=Manager, o=University of Michigan, c=US"
rootpw
secret
index
cn
,
sn
,
uid
pres
,
eq
index
cn
,
sn
,
uid
pres
,
eq
,
sub
lastmod
on
defaultaccess
none
...
...
tests/data/slapd-pw.conf
View file @
9bfad46d
...
...
@@ -23,7 +23,7 @@ suffix "o=University of Michigan, c=US"
directory
./
test
-
db
rootdn
"cn=Manager, o=University of Michigan, c=US"
rootpw
secret
index
cn
,
sn
,
uid
pres
,
eq
index
cn
,
sn
,
uid
pres
,
eq
,
sub
lastmod
on
defaultaccess
none
...
...
tests/data/slapd-ref-slave.conf
View file @
9bfad46d
...
...
@@ -25,5 +25,5 @@ suffix "o=University of Mich, c=US"
directory
./
test
-
repl
rootdn
"cn=Manager, o=University of Mich, c=US"
rootpw
secret
index
cn
,
sn
,
uid
pres
,
eq
index
cn
,
sn
,
uid
pres
,
eq
,
sub
lastmod
on
tests/data/slapd-repl-master.conf
View file @
9bfad46d
...
...
@@ -23,7 +23,7 @@ suffix "o=University of Michigan, c=US"
directory
./
test
-
db
rootdn
"cn=Manager, o=University of Michigan, c=US"
rootpw
secret
index
cn
,
sn
,
uid
pres
,
eq
index
cn
,
sn
,
uid
pres
,
eq
,
sub
lastmod
on
replogfile
./
test
-
db
/
slapd
.
replog
...
...
tests/data/slapd-repl-slave.conf
View file @
9bfad46d
...
...
@@ -26,5 +26,5 @@ rootdn "cn=Replica, o=University of Michigan, c=US"
rootpw
secret
updatedn
"cn=Replica, o=University of Michigan, c=US"
updateref
"ldap://localhost:9009/o=University%20of%20Michigan,c=US"
index
cn
,
sn
,
uid
pres
,
eq
index
cn
,
sn
,
uid
pres
,
eq
,
sub
lastmod
on
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