summaryrefslogtreecommitdiffstats
path: root/tests/test28-schema-modify-entry/change.sh
blob: ca4ea5ccc834dfd127569ba17dcc7f080cb89914 (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 15