pyceo/etc/accounts.cf

40 lines
762 B
CFEngine3
Raw Permalink 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"
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"
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 ###
skeleton_dir = "/etc/skel"
homedir_mode = 0755
quota_prototype = "ctdalek"
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"
notify_hook = "/etc/csc/thingie"