Update default config for SASL magic

This commit is contained in:
Michael Spang 2007-12-04 21:40:54 -05:00
parent ac241a6e34
commit 1aa2a15d70
1 changed files with 6 additions and 2 deletions

View File

@ -5,5 +5,9 @@ server_url = "ldaps:///"
users_base = "ou=People,dc=csclub,dc=uwaterloo,dc=ca"
groups_base = "ou=Group,dc=csclub,dc=uwaterloo,dc=ca"
admin_bind_dn = "cn=ceo,dc=csclub,dc=uwaterloo,dc=ca"
admin_bind_pw = "secret"
admin_bind_dn =
admin_bind_userid = "ceo"
admin_bind_keytab = "/etc/csc/ceo.keytab"
sasl_mech = "GSSAPI"
sasl_realm = "CSCLUB.UWATERLOO.CA"