summaryrefslogtreecommitdiffstats
path: root/tests/test12-schema-modify-entry/change.sh
blob: f3e202ca9f253de583f15ab6115f63894ed8b6ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
modify << EOF
dn: uid=user1b,cn=Users1,cn=Accounts,dc=example,dc=com
changetype: modify
add: inetUserHttpURL
inetUserHttpURL: http://localhost/
inetUserHttpURL: http://localhost.localdomain/
inetUserHttpURL: http://here/
inetUserHttpURL: http://there/
-

EOF