summaryrefslogtreecommitdiffstats
path: root/tests/test35-schema-dribble/change.sh
blob: ee6859f65f6b1f7154bbc7187b314483ff287c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
modify << EOF
dn: cn=g2,cn=groups,cn=accounts,dc=example,dc=com
changetype: modify
add: member
member: cn=g1,cn=groups,cn=accounts,dc=example,dc=com
-

EOF
# give memberOf a few seconds to catch up
sleep 10