summary refs log tree commit diff
path: root/services/accounts/scripts/del
diff options
context:
space:
mode:
Diffstat (limited to 'services/accounts/scripts/del')
-rwxr-xr-xservices/accounts/scripts/del29
1 files changed, 29 insertions, 0 deletions
diff --git a/services/accounts/scripts/del b/services/accounts/scripts/del
new file mode 100755
index 0000000..a78c3ee
--- /dev/null
+++ b/services/accounts/scripts/del
@@ -0,0 +1,29 @@
+#!/bin/sh
+echo 0
+ldapdelete -v -x  -D "cn=ldap-admins,dc=internetsafetylabs,dc=org" -w secret uid=irenes,ou=staff,ou=people,dc=internetsafetylabs,dc=org 
+
+echo 1
+ldapdelete -v -x  -D "cn=ldap-admins,dc=internetsafetylabs,dc=org" -w secret uid=rorr,ou=contributors,ou=people,dc=internetsafetylabs,dc=org 
+
+echo 2
+ldapdelete -x  -D "cn=ldap-admins,dc=internetsafetylabs,dc=org" -w secret ou=services,dc=internetsafetylabs,dc=org
+
+echo 3
+ldapdelete -x  -D "cn=ldap-admins,dc=internetsafetylabs,dc=org" -w secret ou=groups,dc=internetsafetylabs,dc=org
+
+echo 4
+ldapdelete -x  -D "cn=ldap-admins,dc=internetsafetylabs,dc=org" -w secret ou=inspectors,dc=internetsafetylabs,dc=org
+
+echo 5
+ldapdelete -x  -D "cn=ldap-admins,dc=internetsafetylabs,dc=org" -w secret ou=contributors,dc=internetsafetylabs,dc=org
+
+echo 6
+ldapdelete -x  -D "cn=ldap-admins,dc=internetsafetylabs,dc=org" -w secret ou=staff,ou=people,dc=internetsafetylabs,dc=org
+
+echo 7
+ldapdelete -x  -D "cn=ldap-admins,dc=internetsafetylabs,dc=org" -w secret ou=people,dc=internetsafetylabs,dc=org
+
+echo 8
+ldapdelete -x  -D "cn=ldap-admins,dc=internetsafetylabs,dc=org" -w secret dc=internetsafetylabs,dc=org
+
+echo 9