]> git.sur5r.net Git - openldap/commitdiff
Fix quoting example
authorOndřej Kuzník <ondra@openldap.org>
Thu, 14 Jun 2018 15:08:36 +0000 (16:08 +0100)
committerOndřej Kuzník <ondra@openldap.org>
Thu, 14 Jun 2018 15:19:10 +0000 (16:19 +0100)
doc/man/man5/ldap.conf.5

index 0c8ec8a0e2a2fd72852828294f4b9fada677473c..8c67bc0ae3f587422473c95c6fd717ac9dfc414e 100644 (file)
@@ -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