1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
overlay variant
passReplication TRUE
variantDN ou=People,dc=example,dc=com
variantSpec seealso seealso ou=Societies,dc=example,dc=com
variantSpec description description dc=example,dc=com
variantRegex "(.*),(ou=.*technology.*)(,)dc=example,dc=com"
variantRegexSpec title description $0
variantRegexSpec ou ou "$2$3dc=example$3dc=com"
variantDN ou=Groups,dc=example,dc=com
variantSpec st ou "ou=Alumni Association,ou=People,dc=example,dc=com"
variantSpec description description ou=People,dc=example,dc=com
variantRegex .*
variantRegexSpec l l dc=example,dc=com
|