4
0
Fork 0

Proliant is now zbigniew, don't add shell accounts to users by default.

master
Maciej Grela 2012-11-28 01:12:49 +01:00
parent 5ca5d190c5
commit 3e5188f930
1 changed files with 1 additions and 1 deletions

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.
add-to-posix-group $1 'cn=proliant-shell,ou=Group,dc=hackerspace,dc=pl'
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 "You can create it by running:"
msg " [proliant ~ #] cp -R /etc/skel /home/$1"