#1106, #1122: Added a new option 'start_tls' (false by default) and improved debugging capabilities for troubleshooting when something goes wrong with LDAP. Thanks to Karl (karkoff1212) for the hint.

SVN:trunk[3764]
This commit is contained in:
Denis Flaven
2015-09-16 15:31:22 +00:00
parent 86a7d133f3
commit 853c96478b
2 changed files with 23 additions and 4 deletions

View File

@@ -56,6 +56,7 @@ SetupWebPage::AddModule(
LDAP_OPT_PROTOCOL_VERSION => 3,
LDAP_OPT_REFERRALS => 0,
),
'start_tls' => false,
'debug' => false,
),
)