[Orxonox-commit 6830] revision r2565 - pps/howto
admin at orxonox.net
admin at orxonox.net
Thu Oct 12 17:10:54 CEST 2017
Author: patricwi
Date: 2017-10-12 17:10:54 +0200 (Thu, 12 Oct 2017)
New Revision: 2565
Modified:
pps/howto/LDAPScript
Log:
updated script for user creation
Modified: pps/howto/LDAPScript
===================================================================
--- pps/howto/LDAPScript 2017-10-12 14:52:08 UTC (rev 2564)
+++ pps/howto/LDAPScript 2017-10-12 15:10:54 UTC (rev 2565)
@@ -1,7 +1,7 @@
#!/bin/bash
read -p "Enter names to be added separated by space : " input
output=''
-for i in ${input[@]} do
+for i in ${input[@]}; do
output+="dn: uniqueIdentifier=$i,ou=people,dc=orxonox,dc=net\n"
output+="changetype: add\n"
output+="cn: $i\n"
More information about the Orxonox-commit
mailing list