mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Clean up schema checking
This commit is contained in:
parent
a1b65bcdfe
commit
ff8b039a4e
15 changed files with 4 additions and 17 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue