pyceo-broken/etc/accounts.cf

49 lines
1.1 KiB
CFEngine3
Raw Normal View History

# /etc/csc/accounts.cf: CSC Accounts Configuration
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-07-29 13:03:32 -04:00
member_home_skel = "/users/skel"
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-07-29 13:03:32 -04:00
club_home_skel = "/users/skel"
2007-01-27 18:41:51 -05:00
2009-07-29 13:03:32 -04: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
2007-01-27 18:41:51 -05:00
2009-07-29 13:03:32 -04:00
### LDAP Options ###
ldap_server_url = "ldaps://ldap-master.csclub.uwaterloo.ca"
ldap_users_base = "ou=People,dc=csclub,dc=uwaterloo,dc=ca"
ldap_groups_base = "ou=Group,dc=csclub,dc=uwaterloo,dc=ca"
ldap_sudo_base = "ou=SUDOers,dc=csclub,dc=uwaterloo,dc=ca"
ldap_sasl_mech = "GSSAPI"
ldap_sasl_realm = "CSCLUB.UWATERLOO.CA"
ldap_admin_principal = "ceod/admin@CSCLUB.UWATERLOO.CA"
### Kerberos Options ###
krb5_realm = "CSCLUB.UWATERLOO.CA"
krb5_admin_principal = "ceod/admin@CSCLUB.UWATERLOO.CA"
### Spam ###
2009-07-29 13:03:32 -04:00
notify_hook = "/etc/csc/spam/new-member"
expire_hook = "/etc/csc/spam/expired-account"
2009-07-29 13:03:32 -04:00
### Miscellaneous ###
2007-01-27 18:41:51 -05:00
username_regex = "^[a-z][-a-z0-9]*$"
min_password_length = 4
shells_file = "/etc/shells"