]> git.sur5r.net Git - openldap/commitdiff
Fix non-normalized DN example
authorKurt Zeilenga <kurt@openldap.org>
Fri, 10 Nov 2000 22:03:25 +0000 (22:03 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 10 Nov 2000 22:03:25 +0000 (22:03 +0000)
doc/guide/admin/slapdconfig.sdf

index e6c92626c3161f915e353de06d602d303aed6c85..6914ac30b6270a17500c15774bc7bd6fd58b21df 100644 (file)
@@ -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: