Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 8971128

Browse files
melangervyskocilpavel
authored andcommitted
add ldap.enable_tls to config template
1 parent 7769a7e commit 8971128

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config-templates/module_perun.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
*/
3333
//'ldap.username' => '_proxy-idp',
3434
//'ldap.password' => 'password'
35+
36+
/**
37+
* Whether to use startTLS on port 389. Defaults to false.
38+
* SSL/TLS is always used for ldaps: regardless of this setting.
39+
*/
40+
//'ldap.enable_tls' => true,
3541

3642
/**
3743
* Perun group name to eduPersonEntitlement mapping. Mapping is according to the spec in

0 commit comments

Comments
 (0)