diff --git a/gestion/config/config.py b/gestion/config/config.py index 1b482de5..0c79f669 100644 --- a/gestion/config/config.py +++ b/gestion/config/config.py @@ -48,13 +48,18 @@ bl_vieux_cableurs = False ##Création de comptes # Gid des comptes créés -gid=100 -club_gid=120 +gid = 100 +club_gid = 120 +mailgroup = 8 +default_rights = 0755 +default_mail_rights = 0700 +quota_soft = 16000000 +quota_hard = 17000000 # Shell login_shell='/bin/zsh' club_login_shell='/usr/bin/rssh' # Longueur maximale d'un login -maxlen_login=15 +maxlen_login=25 shells_possibles = [u'/bin/csh', u'/bin/sh', # tout caca