]> git.sur5r.net Git - openldap/blobdiff - doc/man/man5/ldap.conf.5
Fix quoting example
[openldap] / doc / man / man5 / ldap.conf.5
index b6735bab5cf96ec33d254177f3811ae5a8dc7511..8c67bc0ae3f587422473c95c6fd717ac9dfc414e 100644 (file)
@@ -1,6 +1,6 @@
 .TH LDAP.CONF 5 "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
-.\" Copyright 1998-2017 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 1998-2018 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap.conf, .ldaprc \- LDAP configuration file/environment variables
@@ -85,7 +85,7 @@ For example,
        # Right - DN syntax needs quoting for Example, Inc:
        BASE    ou=IT staff,o="Example, Inc",c=US
        # or:
-       BASE    ou=IT staff,o=Example2C Inc,c=US
+       BASE    ou=IT staff,o=Example\\2C Inc,c=US
 
        # Wrong - comment on same line as option:
        DEREF   never           # Never follow aliases
@@ -220,11 +220,9 @@ there are more options you can specify.
 .TP
 .B SASL_MECH <mechanism>
 Specifies the SASL mechanism to use.
-.B This is a user-only option.
 .TP
 .B SASL_REALM <realm>
 Specifies the SASL realm.
-.B This is a user-only option.
 .TP
 .B SASL_AUTHCID <authcid>
 Specifies the authentication identity.