pyceo/tests/ceod_test_local.ini

69 lines
1.4 KiB
INI
Raw Normal View History

2021-08-03 23:30:19 -04:00
[DEFAULT]
base_domain = csclub.internal
2021-08-23 19:01:24 -04:00
# merge ceod.ini and ceo.ini values together to make testing easier
uw_domain = uwaterloo.internal
2021-08-03 23:30:19 -04:00
[ceod]
admin_host = phosphoric-acid
fs_root_host = phosphoric-acid
2021-08-19 12:14:41 -04:00
mailman_host = phosphoric-acid
2021-08-25 21:49:51 -04:00
database_host = phosphoric-acid
krb5_cache_dir = /tmp/ceod_test_krb5_cache
2021-08-03 23:30:19 -04:00
use_https = false
port = 9987
[ldap]
admin_principal = ceod/admin
2021-08-20 14:17:00 -04:00
server_url = ldap://auth1.csclub.internal
2021-08-03 23:30:19 -04:00
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]
2021-08-20 14:17:00 -04:00
server_url = ldap://auth1.csclub.internal
2021-08-04 16:59:36 -04:00
base = ou=TestUWLDAP,dc=csclub,dc=internal
2021-08-03 23:30:19 -04:00
[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]
2021-08-04 13:15:06 -04:00
smtp_url = smtp://localhost:8025
2021-08-03 23:30:19 -04:00
smtp_starttls = false
[mailman3]
2021-08-13 20:11:56 -04:00
api_base_url = http://localhost:8002
2021-08-03 23:30:19 -04:00
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
2021-08-24 22:31:50 -04:00
[positions]
required = president,vice-president,sysadmin
available = president,vice-president,treasurer,secretary,
sysadmin,cro,librarian,imapd,webmaster,offsck
2021-08-25 14:34:56 -04:00
2021-08-24 22:31:50 -04:00
[mysql]
username = mysql
password = mysql
[postgresql]
username = postgres
password = postgres
2021-08-25 14:34:56 -04:00