Skip to content
Snippets Groups Projects
Commit d606635e authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup

parent b7c0b9ed
No related branches found
No related tags found
No related merge requests found
......@@ -407,7 +407,7 @@ rwm-rewriteRule "(.*),([^ ].*)" "$1, $2"
# This one eats blanks
rwm-rewriteContext eatBlanks
rwm-rewriteRule "(.*),[ ](.*)" "$1,$2"
rwm-rewriteRule "(.*), (.*)" "$1,$2"
# Here control goes back to the default rewrite
# context; rules are appended to the existing ones.
......@@ -493,7 +493,7 @@ rwm-rewriteRule ".*<>$" "${*prefix}uid=${*arg}${*suffix}" ":"
# The second rule matches everything else and causes
# the value to be rejected.
rwm-rewriteContext searchEntryDN
rwm-rewriteRule ".*,ou=People,dc=example,dc=com$" "$0" ":@"
rwm-rewriteRule ".+,ou=People,dc=example,dc=com$" "$0" ":@"
rwm-rewriteRule ".*" "" "#"
.fi
.SH FILES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment