From 13370e2958714628099773c35835beb82fa78682 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 10 Nov 2000 22:03:25 +0000 Subject: [PATCH] Fix non-normalized DN example --- doc/guide/admin/slapdconfig.sdf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/guide/admin/slapdconfig.sdf b/doc/guide/admin/slapdconfig.sdf index e6c92626c3..6914ac30b6 100644 --- a/doc/guide/admin/slapdconfig.sdf +++ b/doc/guide/admin/slapdconfig.sdf @@ -563,12 +563,12 @@ matching the entry's distinguished name: > dn= -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: -- 2.39.5