Skip to content
Snippets Groups Projects
Commit ff8b039a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Clean up schema checking

parent a1b65bcd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......
......@@ -4,7 +4,6 @@
#
ucdata-path ./ucdata
include ./schema/core.schema
schemacheck on
pidfile ./test-db/slapd.pid
argsfile ./test-db/slapd.args
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -18,7 +18,6 @@ include ./schema/openldap.schema
#
include ./schema/collective.schema
#
schemacheck on
pidfile ./test-db/slapd.pid
argsfile ./test-db/slapd.args
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment