4
0
Fork 0

Rename enable-itanic-shell to enable-boston-shell, fix server naming fuckery in enable-zbigniew-shell

master
Remigiusz Marcinkiewicz 2015-02-03 19:10:21 +01:00
parent 66e067cf82
commit a2955221ac
3 changed files with 9 additions and 9 deletions

7
bin/enable-boston-shell Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
#% enable-boston-shell user
#% Give user shell access to boston-packets. User still needs a valid login shell.
add-to-posix-group $1 'cn=boston-shell,ou=Group,dc=hackerspace,dc=pl'
msg "A home directory on boston-packets is needed for $1."
msg "You can create it by running:"
msg " [itanic ~ #] cp -R /etc/skel /home/$1"

View File

@ -1,7 +0,0 @@
#!/bin/bash
#% enable-itanic-shell user
#% Give user shell access to itanic. User still needs a valid login shell.
add-to-posix-group $1 'cn=itanic-shell,ou=Group,dc=hackerspace,dc=pl'
msg "A home directory on itanic is needed for $1."
msg "You can create it by running:"
msg " [itanic ~ #] cp -R /etc/skel /home/$1"

View File

@ -1,7 +1,7 @@
#!/bin/bash
#% enable-proliant-shell user
#% Give user shell access to proliant User still needs a valid login shell.
#% Give user shell access to zbigniew. User still needs a valid login shell.
add-to-posix-group $1 'cn=zbigniew-shell,ou=Group,dc=hackerspace,dc=pl'
msg "A home directory on itanic is needed for $1."
msg "A home directory on zbigniew is needed for $1."
msg "You can create it by running:"
msg " [proliant ~ #] cp -R /etc/skel /home/$1"