Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -5,7 +5,7 @@ 5 5 6 6 The form authentication is the default mechanism. 7 7 8 -#info("Note that currently XWiki allows only one method of authentication to be enabled at a time which means you cannot implement policies such as if the user is not found in LDAP then check if he's in the XWiki database. This will probably be improved in the future.") 8 +##info("Note that currently XWiki allows only one method of authentication to be enabled at a time which means you cannot implement policies such as if the user is not found in LDAP then check if he's in the XWiki database. This will probably be improved in the future.") 9 9 10 10 1.1 Form Authentication 11 11 ... ... @@ -69,8 +69,17 @@ 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 82 +#* 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: 75 75 * ldap 76 76 * ldap_server ... ... @@ -85,8 +85,11 @@ 85 85 * ldap_group_mapping 86 86 * ldap_groupcache_expiration 87 87 * ldap_mode_group_sync 88 -* ldap_trylocal") 89 - 97 +* ldap_trylocal 98 +* ldap_ssl 99 +* ldap_ssl.keystore") 100 +*# 101 + 90 90 1.1.1 LDAP Configuration for Active Directory 91 91 92 92 Here are values of the properties you need to set if your LDAP server implementation is Miscrosoft Active Directory: ... ... @@ -181,3 +181,4 @@ 181 181 182 182 183 183 196 +