authnz: added shell support, added home skelleton, use of long options with adduser

This commit is contained in:
levasseur
2021-10-08 15:41:12 +02:00
parent d73439bbb2
commit bdc04be1f9
3 changed files with 9 additions and 2 deletions

View File

@@ -11,6 +11,9 @@ export PROXYSRVPORT="3128"
export LOCALESET="en_US.UTF-8 fr_FR.UTF-8"
export SYSLOCALE="fr_FR.UTF-8"
# Shell par défaut, pour les nouveaux utilisateurs
export DEFAULT_SHELL="/bin/bash"
# Configuration du disque de calcul : zfs, ext4 et xfs accepté
#export CALCTYPE="zfs"
#export CALCMOUNTPOINT="/calcul/$HOSTNAME"