]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
remove extra '$' in regex (thanks to Buchan Milne)
authorPierangelo Masarati <ando@openldap.org>
Tue, 15 Jun 2004 22:24:44 +0000 (22:24 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 15 Jun 2004 22:24:44 +0000 (22:24 +0000)
doc/man/man5/slapd.access.5

index 11b0a7fc8b2a9650256a6816481b421392d4f5c6..4b048d461358063be4fe78c877103bf1ac769207 100644 (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