summaryrefslogtreecommitdiffstats
path: root/tests/test38-schema-restrict/change.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test38-schema-restrict/change.sh')
-rwxr-xr-xtests/test38-schema-restrict/change.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/test38-schema-restrict/change.sh b/tests/test38-schema-restrict/change.sh
new file mode 100755
index 0000000..0db2c95
--- /dev/null
+++ b/tests/test38-schema-restrict/change.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+modify << EOF
+dn: nis-domain=example.com+nis-map=name2mac,cn=NIS Server,cn=plugins,cn=config
+changetype: modify
+add: nis-map
+nis-map: name2mac2
+-
+
+dn: cn=g2,cn=groups,cn=accounts,dc=example,dc=com
+changetype: modify
+add: member
+member: nis-domain=example.com+nis-map=mac2name,cn=NIS Server,cn=plugins,cn=config
+-
+
+EOF