Skip to content
Snippets Groups Projects
Commit 13370e29 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix non-normalized DN example

parent ee32804d
No related branches found
No related tags found
No related merge requests found
......@@ -563,12 +563,12 @@ matching the entry's distinguished name:
> dn=<regular expression>
Note: The DN pattern specified should be "normalized",
meaning that there should be no extra spaces, and commas
should be used to separate components. An example
normalized DN is "cn=Babs Jensen,dc=example,dc=com".
An example of a non-normalized DN is
"cn=Babs Jensen,dc=example,dc=com".
Note: The DN pattern specified should be "normalized" to the RFC2253
restricted DN form. In particular, there should be no extra spaces
and commas should be used to separate components. An example
normalized DN is "{{EX:cn=Babs Jensen,dc=example,dc=com}}". An
example of a non-normalized DN is "{{EX:cn=Babs Jensen; dc=example;
dc=com}}".
Or, entries may be selected by a filter matching some
attribute(s) in the entry:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment