mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
Fix quoting example
This commit is contained in:
parent
5292fb3a3b
commit
18afc2446d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue