summaryrefslogtreecommitdiffstats
path: root/tests/test16-schema-nested/change.sh
blob: a5864b206f12a0a5e6038f42e976c05b1b48edaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
modify << EOF
dn: cn=Support,cn=groups,cn=accounts,dc=example,dc=com
changetype: modify
add: member
member: cn=Engineering,cn=groups,cn=accounts,dc=example,dc=com
-

dn: cn=NestedVirtualGuests,cn=hostgroups,cn=accounts,dc=example,dc=com
changetype: modify
add: member
member: fqdn=otherhost.lab.com,cn=computers,cn=accounts,dc=example,dc=com
-

EOF