mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Fix quoting example
This commit is contained in:
parent
05c10fd657
commit
4626a7d0ed
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