]> git.sur5r.net Git - openldap/commitdiff
small improvements
authorPierangelo Masarati <ando@openldap.org>
Tue, 6 Jul 2004 22:37:22 +0000 (22:37 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 6 Jul 2004 22:37:22 +0000 (22:37 +0000)
doc/man/man5/slapd.access.5

index d448f83e9f170322226b1ec35c0575da805d278c..a72e56db5c2f5340ff60227cbf7935610d287a88 100644 (file)
@@ -77,7 +77,17 @@ It can have the forms
 .nf
        [dn[.<dnstyle>]=]<dnpattern>
        filter=<ldapfilter>
-       attrs=<attrlist>[ val[.<style>]=<attrval>]
+       attrs=<attrlist>[ val[.<attrstyle>]=<attrval>]
+.fi
+.LP
+with
+.LP
+.nf
+       <dnstyle>={{exact|base(object)}|regex
+               |one(level)|sub(tree)|children}
+       <attrlist>={<attr>|[{!|@}]<objectClass>}[,<attrlist>]
+       <attrstyle>={{exact|base(object)}|regex
+               |one(level)|sub(tree)|children}
 .fi
 .LP
 The statement
@@ -85,7 +95,7 @@ The statement
 selects the entries based on their naming context.
 The 
 .B dn=
-part is optional
+part is optional.
 The
 .B <dnpattern>
 is a string representation of the entry's DN.
@@ -236,9 +246,10 @@ It can have the forms
 with
 .LP
 .nf
-       <dnstyle>={{exact|base}|regex|sub(tree)|one(level)|children}
-       <groupstyle>={exact|expand}
        <style>={exact|regex|expand}
+       <dnstyle>={{exact|base(object)}|regex
+               |one(level)|sub(tree)|children}
+       <groupstyle>={exact|expand}
        <peernamestyle>={<style>|ip|path}
        <domainstyle>={exact|regex|sub(tree)}
        <setstyle>={exact|regex}