Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -69,6 +69,14 @@ 69 69 70 70 ## if ldap authentication fails for any reason, try XWiki DB authentication with the same credentials 71 71 xwiki.authentication.ldap.trylocal=1 72 + 73 +## SSL connection to LDAP server 74 +## 0 : normal 75 +## 1 : SSL 76 +xwiki.authentication.ldap.ssl=1 77 + 78 +## The keystore file to use in SSL connection 79 +xwiki.authentication.ldap.ssl.keystore= 72 72 {code} 73 73 74 74 #info("You can also setup the LDAP configuration in XWiki.XWikiPreferences page by going to the class editor and adding the following fields: ... ... @@ -85,7 +85,9 @@ 85 85 * ldap_group_mapping 86 86 * ldap_groupcache_expiration 87 87 * ldap_mode_group_sync 88 -* ldap_trylocal") 96 +* ldap_trylocal 97 +* ldap_ssl 98 +* ldap_ssl.keystore") 89 89 90 90 1.1.1 LDAP Configuration for Active Directory 91 91