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
ff8b039a
Commit
ff8b039a
authored
Mar 10, 2002
by
Kurt Zeilenga
Browse files
Clean up schema checking
parent
a1b65bcd
Changes
15
Hide whitespace changes
Inline
Side-by-side
tests/data/passwd.ldif
View file @
ff8b039a
...
...
@@ -7,22 +7,26 @@ dn: cn=md5, o=University of Michigan, c=US
objectclass: top
objectclass: person
cn: md5
sn: md5
userpassword:: e01ENX1YcjRpbE96UTRQQ09xM2FRMHFidWFRPT0=
dn: cn=smd5, o=University of Michigan, c=US
objectclass: top
objectclass: person
cn: smd5
sn: smd5
userpassword: secret
dn: cn=sha, o=University of Michigan, c=US
objectclass: top
objectclass: person
cn: sha
sn: sha
userpassword:: e1NIQX01ZW42RzZNZXpScm9UM1hLcWtkUE9tWS9CZlE9
dn: cn=ssha, o=University of Michigan, c=US
objectclass: top
objectclass: person
cn: ssha
sn: ssha
userpassword: secret
tests/data/slapd-acl.conf
View file @
ff8b039a
...
...
@@ -7,7 +7,6 @@ include ./schema/core.schema
include
./
schema
/
cosine
.
schema
include
./
schema
/
inetorgperson
.
schema
include
./
schema
/
openldap
.
schema
schemacheck
off
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
...
...
tests/data/slapd-dnssrv.conf
View file @
ff8b039a
...
...
@@ -4,7 +4,6 @@
#
ucdata
-
path
./
ucdata
include
./
schema
/
core
.
schema
schemacheck
on
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
...
...
tests/data/slapd-glue.conf
View file @
ff8b039a
...
...
@@ -8,7 +8,6 @@ include ./schema/core.schema
include
./
schema
/
cosine
.
schema
include
./
schema
/
inetorgperson
.
schema
include
./
schema
/
openldap
.
schema
schemacheck
on
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
...
...
tests/data/slapd-master.conf
View file @
ff8b039a
...
...
@@ -7,7 +7,6 @@ include ./schema/core.schema
include
./
schema
/
cosine
.
schema
include
./
schema
/
inetorgperson
.
schema
include
./
schema
/
openldap
.
schema
schemacheck
on
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
...
...
tests/data/slapd-nis-master.conf
View file @
ff8b039a
...
...
@@ -10,7 +10,6 @@ include ./schema/nis.at.conf
include
./
schema
/
nis
.
oc
.
conf
include
./
schema
/
internet_mail
.
at
.
conf
include
./
schema
/
internet_mail
.
oc
.
conf
schemacheck
on
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
...
...
tests/data/slapd-passwd.conf
View file @
ff8b039a
...
...
@@ -7,7 +7,6 @@ include ./schema/core.schema
include
./
schema
/
cosine
.
schema
include
./
schema
/
inetorgperson
.
schema
include
./
schema
/
openldap
.
schema
schemacheck
on
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
...
...
tests/data/slapd-pw.conf
View file @
ff8b039a
...
...
@@ -7,7 +7,6 @@ include ./schema/core.schema
include
./
schema
/
cosine
.
schema
include
./
schema
/
inetorgperson
.
schema
include
./
schema
/
openldap
.
schema
schemacheck
off
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
...
...
tests/data/slapd-ref-slave.conf
View file @
ff8b039a
...
...
@@ -8,8 +8,6 @@ include ./schema/cosine.schema
include
./
schema
/
inetorgperson
.
schema
include
./
schema
/
openldap
.
schema
#
schemacheck
off
#
pidfile
./
test
-
repl
/
slapd
.
pid
argsfile
./
test
-
repl
/
slapd
.
args
...
...
tests/data/slapd-repl-master.conf
View file @
ff8b039a
...
...
@@ -8,8 +8,6 @@ include ./schema/cosine.schema
include
./
schema
/
inetorgperson
.
schema
include
./
schema
/
openldap
.
schema
#
schemacheck
off
#
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
...
...
tests/data/slapd-repl-slave.conf
View file @
ff8b039a
...
...
@@ -8,7 +8,6 @@ include ./schema/cosine.schema
include
./
schema
/
inetorgperson
.
schema
include
./
schema
/
openldap
.
schema
#
schemacheck
off
pidfile
./
test
-
repl
/
slapd
.
pid
argsfile
./
test
-
repl
/
slapd
.
args
...
...
tests/data/slapd-repl-submaster.conf
View file @
ff8b039a
...
...
@@ -8,8 +8,6 @@ include ./schema/cosine.schema
include
./
schema
/
inetorgperson
.
schema
include
./
schema
/
openldap
.
schema
#
schemacheck
off
#
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
...
...
tests/data/slapd-repl-subslave.conf
View file @
ff8b039a
...
...
@@ -8,7 +8,6 @@ include ./schema/cosine.schema
include
./
schema
/
inetorgperson
.
schema
include
./
schema
/
openldap
.
schema
#
schemacheck
off
pidfile
./
test
-
repl
/
slapd
.
pid
argsfile
./
test
-
repl
/
slapd
.
args
...
...
tests/data/slapd-schema.conf
View file @
ff8b039a
...
...
@@ -18,7 +18,6 @@ include ./schema/openldap.schema
#
include
./
schema
/
collective
.
schema
#
schemacheck
on
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
...
...
tests/data/slapd.conf
View file @
ff8b039a
...
...
@@ -8,7 +8,6 @@ include ./schema/core.schema
include
./
schema
/
cosine
.
schema
include
./
schema
/
inetorgperson
.
schema
include
./
schema
/
openldap
.
schema
schemacheck
on
pidfile
./
test
-
db
/
slapd
.
pid
argsfile
./
test
-
db
/
slapd
.
args
...
...
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