]> git.sur5r.net Git - openldap/commitdiff
document ITS#5804 feature
authorPierangelo Masarati <ando@openldap.org>
Tue, 20 Apr 2010 00:03:06 +0000 (00:03 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 20 Apr 2010 00:03:06 +0000 (00:03 +0000)
doc/man/man5/slapd.access.5

index 8d92cb81e40c4a73c01afcbee81795d4edefa94f..f0aef0e5b1ea53496af41d6b328e30385469138f 100644 (file)
@@ -257,6 +257,24 @@ resulting in base, onelevel, subtree or children match, respectively.
 The dn, filter, and attrs statements are additive; they can be used in sequence 
 to select entities the access rule applies to based on naming context,
 value and attribute type simultaneously.
+Submatches resulting from
+.B regex
+matching can be dereferenced in the
+.B <who>
+field using the syntax
+.IR ${v<n>} ,
+where
+.I <n>
+is the submatch number.
+The default syntax,
+.IR $<n> ,
+is actually an alias for
+.IR ${d<n>} ,
+that corresponds to dereferencing submatches from the
+.B dnpattern
+portion of the
+.B <what>
+field.
 .SH THE <WHO> FIELD
 The field
 .B <who>