1 # /etc/csc/accounts.cf: CSC Accounts Configuration
3 include /etc/csc/ldap.cf
4 include /etc/csc/kerberos.cf
6 ### Member Account Options ###
10 member_shell = "/bin/bash"
11 member_home = "/users"
12 member_desc = "CSC Member Account"
13 member_group = "users"
15 ### Club Account Options ###
19 club_shell = "/bin/bash"
21 club_desc = "CSC Club Account"
24 ### Administrative Account Options
28 admin_shell = "/bin/bash"
30 admin_desc = "CSC Administrative Account"
33 ### Account Group Options ###
37 group_desc = "CSC Group"
39 ### Home Directory Options ###
41 skeleton_dir = "/etc/skel"
43 homedir_min_uid = 10000
44 quota_prototype = "ctdalek"
46 ### Validation Tuning ###
48 username_regex = "^[a-z][-a-z0-9]*$"
49 groupname_regex = "^[a-z][-a-z0-9]*$"
50 homedir_regex = "^/users/[^\.]+$"
51 min_password_length = 4
52 shells_file = "/etc/shells"