summaryrefslogtreecommitdiffstats
path: root/tests/test_install/1_add.update
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_install/1_add.update')
-rw-r--r--tests/test_install/1_add.update22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/test_install/1_add.update b/tests/test_install/1_add.update
deleted file mode 100644
index 2543a71f2..000000000
--- a/tests/test_install/1_add.update
+++ /dev/null
@@ -1,22 +0,0 @@
-# Add in a new place in the DIT for our test cases
-
-dn: cn=test, cn=accounts, $SUFFIX
-add:objectClass: top
-add:objectClass: nsContainer
-add:cn: test
-
-# Add a test user
-dn: uid=tuser, cn=test, cn=accounts, $SUFFIX
-add:objectclass: top
-add:objectclass: person
-add:objectclass: posixaccount
-add:objectclass: krbprincipalaux
-add:objectclass: inetuser
-add:homedirectory: /home/tuser
-add:loginshell: /bin/bash
-add:sn: User
-add:uid: tuser
-add:uidnumber: -1
-add:gidnumber: -1
-add:cn: Test User
-