]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix examples by removing quotes
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 21 May 2019 20:34:32 +0000 (20:34 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 13 Jun 2019 19:06:14 +0000 (19:06 +0000)
doc/guide/admin/slapdconf2.sdf

index 017a05fcf0f374fce3c21b5d500b4500f8836608..9542bcdbbca45d9fa831ff02aef78ae7d32e81c6 100644 (file)
@@ -468,11 +468,11 @@ DN may refer to a SASL identity.
 
 Entry-based Example:
 
->      olcRootDN: "cn=Manager,dc=example,dc=com"
+>      olcRootDN: cn=Manager,dc=example,dc=com
 
 SASL-based Example:
 
->      olcRootDN: "uid=root,cn=example.com,cn=digest-md5,cn=auth"
+>      olcRootDN: uid=root,cn=example.com,cn=digest-md5,cn=auth
 
 See the {{SECT:SASL Authentication}} section for information on
 SASL authentication identities.
@@ -522,7 +522,7 @@ in the configuration.)
 
 \Example:
 
->      olcSuffix: "dc=example,dc=com"
+>      olcSuffix: dc=example,dc=com
 
 Queries with a DN ending in "dc=example,dc=com"
 will be passed to this backend.
@@ -973,7 +973,7 @@ H4: Sample Entry
 >objectClass: olcDatabaseConfig
 >objectClass: olcHdbConfig
 >olcDatabase: hdb
->olcSuffix: "dc=example,dc=com"
+>olcSuffix: dc=example,dc=com
 >olcDbDirectory: /usr/local/var/openldap-data
 >olcDbCacheSize: 1000
 >olcDbCheckpoint: 1024 10
@@ -1126,9 +1126,9 @@ E: 52.    dn: olcDatabase=bdb,cn=config
 E: 53.    objectClass: olcDatabaseConfig
 E: 54.    objectClass: olcBdbConfig
 E: 55.    olcDatabase: bdb
-E: 56.    olcSuffix: "dc=example,dc=net"
+E: 56.    olcSuffix: dc=example,dc=net
 E: 57.    olcDbDirectory: /usr/local/var/openldap-data-net
-E: 58.    olcRootDN: "cn=Manager,dc=example,dc=com"
+E: 58.    olcRootDN: cn=Manager,dc=example,dc=com
 E: 59.    olcDbIndex: objectClass eq
 E: 60.    olcAccess: to * by users read