summaryrefslogtreecommitdiffstats
path: root/tests/test04-schema-modify-set/change.sh
blob: 5f3abaf8abcbf921ce805b62f66c9daf1a0b5850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
modify << EOF
dn: cn=compat-passwd,cn=Schema Compatibility,cn=plugins,cn=config
changetype: modify
add: schema-compat-container-rdn
schema-compat-container-rdn: ou=passwd2
-
add: schema-compat-container-group
schema-compat-container-group: cn=compat2,cn=Accounts,dc=example,dc=com
-

EOF