remove extra '$' in regex (thanks to Buchan Milne)

This commit is contained in:
Pierangelo Masarati 2004-06-15 22:24:44 +00:00
parent a74a9dfadc
commit 7800e8afee

View File

@ -450,7 +450,7 @@ To match the desired subtree, the rule would be more precisely
written:
.LP
.nf
access to dn.regex="^(.+,)?dc=example,dc=com$$"
access to dn.regex="^(.+,)?dc=example,dc=com$"
by ...
.fi
.LP