summaryrefslogtreecommitdiffstats
path: root/tests/test38-schema-restrict/change.sh
blob: 0db2c9562cddca2036bdc268d53bf5c25d6ceae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
modify << EOF
dn: nis-domain=example.com+nis-map=name2mac,cn=NIS Server,cn=plugins,cn=config
changetype: modify
add: nis-map
nis-map: name2mac2
-

dn: cn=g2,cn=groups,cn=accounts,dc=example,dc=com
changetype: modify
add: member
member: nis-domain=example.com+nis-map=mac2name,cn=NIS Server,cn=plugins,cn=config
-

EOF