You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.4 KiB
68 lines
1.4 KiB
[DEFAULT]
|
|
base_domain = csclub.internal
|
|
# merge ceod.ini and ceo.ini values together to make testing easier
|
|
uw_domain = uwaterloo.internal
|
|
|
|
[ceod]
|
|
admin_host = phosphoric-acid
|
|
fs_root_host = phosphoric-acid
|
|
mailman_host = phosphoric-acid
|
|
database_host = phosphoric-acid
|
|
use_https = false
|
|
port = 9987
|
|
|
|
[ldap]
|
|
admin_principal = ceod/admin
|
|
server_url = ldap://auth1.csclub.internal
|
|
sasl_realm = CSCLUB.INTERNAL
|
|
users_base = ou=TestPeople,dc=csclub,dc=internal
|
|
groups_base = ou=TestGroup,dc=csclub,dc=internal
|
|
sudo_base = ou=TestSUDOers,dc=csclub,dc=internal
|
|
|
|
[uwldap]
|
|
server_url = ldap://auth1.csclub.internal
|
|
base = ou=TestUWLDAP,dc=csclub,dc=internal
|
|
|
|
[members]
|
|
min_id = 20001
|
|
max_id = 29999
|
|
home = /tmp/test_users
|
|
skel = /users/skel
|
|
|
|
[clubs]
|
|
min_id = 30001
|
|
max_id = 39999
|
|
home = /tmp/test_users
|
|
skel = /users/skel
|
|
|
|
[mail]
|
|
smtp_url = smtp://localhost:8025
|
|
smtp_starttls = false
|
|
|
|
[mailman3]
|
|
api_base_url = http://localhost:8002
|
|
api_username = restadmin
|
|
api_password = mailman3
|
|
new_member_list = csc-general
|
|
|
|
[auxiliary groups]
|
|
syscom = office,staff
|
|
|
|
[auxiliary mailing lists]
|
|
syscom = syscom,syscom-alerts
|
|
exec = exec
|
|
|
|
[positions]
|
|
required = president,vice-president,sysadmin
|
|
available = president,vice-president,treasurer,secretary,
|
|
sysadmin,cro,librarian,imapd,webmaster,offsck
|
|
|
|
[mysql]
|
|
username = mysql
|
|
password = mysql
|
|
host = coffee
|
|
|
|
[postgresql]
|
|
username = postgres
|
|
password = postgres
|
|
host = coffee
|
|
|