summaryrefslogtreecommitdiffstats
path: root/tests/test33-schema-modify-entry/change.sh
blob: 105beaad4c2b34bdc50f0b5f04a94a660f5cae89 (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: 2002
-

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