pyceo-broken/etc/accounts.cf

47 lines
1.0 KiB
CFEngine3
Raw Normal View History

# /etc/csc/accounts.cf: CSC Accounts Configuration
2007-01-27 18:41:51 -05:00
include /etc/csc/ldap.cf
include /etc/csc/kerberos.cf
2007-01-27 18:41:51 -05:00
### Member Account Options ###
2007-01-27 18:41:51 -05:00
2007-10-05 02:30:46 -04:00
member_min_id = 20001
member_max_id = 29999
member_shell = "/bin/bash"
member_home = "/users"
2009-01-15 19:18:04 -05:00
#member_home_acl = "u::rwx,g::rx,o::rx"
#member_home_dacl =
member_home_acl =
2007-01-27 18:41:51 -05:00
### Club Account Options ###
2007-01-27 18:41:51 -05:00
2007-10-05 02:30:46 -04:00
club_min_id = 30001
club_max_id = 39999
club_shell = "/bin/bash"
club_home = "/users"
2009-01-15 19:18:04 -05:00
club_home_acl = "A+group:%s:rwpRAxaWdDcCs:fd:allow"
2007-01-27 18:41:51 -05:00
### Administrative Account Options
2007-01-27 18:41:51 -05:00
2007-10-05 02:30:46 -04:00
admin_min_id = 10001
admin_max_id = 19999
admin_shell = "/bin/bash"
admin_home = "/users"
2007-01-27 18:41:51 -05:00
### Home Directory Options ###
2009-01-15 19:18:04 -05:00
skeleton_dir = "/users/skel"
homedir_mode = "0755"
refquota = "4G"
2007-01-27 18:41:51 -05:00
### Validation Tuning ###
username_regex = "^[a-z][-a-z0-9]*$"
min_password_length = 4
shells_file = "/etc/shells"
privileged_group = "staff"
2009-01-15 19:18:04 -05:00
notify_hook = "/etc/csc/notify-hook"
expired_account_email = "/etc/csc/expired-account"
mathsoc_regex = ".*(mat/|vpa/se|computer science|math).*"
mathsoc_dont_count = "cpdohert dlgawley dtbartle mbiggs saforres tmyklebu"