]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Document -s option
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 20 Apr 2007 22:00:58 +0000 (22:00 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 20 Apr 2007 22:00:58 +0000 (22:00 +0000)
doc/man/man8/slapadd.8

index db817051a668a2f8268191294dfb9db01d0a2996..86b2e21e11476898117aeac6148d789f56688230 100644 (file)
@@ -12,6 +12,7 @@ slapadd \- Add entries to a SLAPD database
 .B [\-u]
 .B [\-q]
 .B [\-w]
+.B [\-s]
 .B [\-d level]
 .B [\-b suffix]
 .B [\-n dbnum]
@@ -67,6 +68,12 @@ write syncrepl context information.
 After all entries are added, the contextCSN
 will be updated with the greatest CSN in the database.
 .TP
+.BI \-s
+disable schema checking.  This option is intended to be used when loading
+databases containing special objects, such as fractional objects on a
+partial replica.  Loading normal objects which do not conform to
+schema may result in unexpected and ill behavior.
+.TP
 .BI \-d " level"
 enable debugging messages as defined by the specified
 .IR level .