summaryrefslogtreecommitdiffstats
path: root/tests/test34-schema-modify-entry/change.sh
blob: d371b67b71d99cc1756e54ae442ba809d337d71d (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
replace: gidNumber
gidNumber: 1002
-

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