Skip to content

Commit

Permalink
add multisite config to example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
hubermat committed Jun 29, 2018
1 parent 18399c6 commit c9f7ab0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion ctldap.example.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,18 @@ cache_lifetime=10000
; Use this command to remove the encryption password:
; openssl rsa -in key.pem -out newkey.pem && mv newkey.pem key.pem
; ldap_cert_filename=cert.pem
; ldap_key_filename=key.pem
; ldap_key_filename=key.pem


; Define the sites here. For each site please enter one section.
; The section title has to be in the format sites.<ldap_base_dn>, e.g. "sites.foobar",
; where foobar is the organisation, as in the instance foobar.church.tools .
; dn_lower_case is optional.
; If ldap_base_dn is set above, the setting above are treated as an additional site.

;[sites.XXXXXXXXXXXXXXXXXXXX]
;ldap_password=XXXXXXXXXXXXXXXXXXXX
;ct_uri=https://XXXXXXXXXXXXXXXXXXXX.church.tools/
;api_user=XXXXXXXXXXXXXXXXXXXX
;api_password=XXXXXXXXXXXXXXXXXXXX
;dn_lower_case=true

0 comments on commit c9f7ab0

Please sign in to comment.