Changes for page LDAP Authenticator

Last modified by Admin on 2024/02/05 00:18

<
From version < 34.18 >
edited by Vincent Massol
on 2018/02/05 00:19
To version < 35.1 >
edited by Adam Shand
on 2018/02/09 20:53
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.VincentMassol
1 +xwiki:XWiki.AdamShand
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -2,9 +2,9 @@
2 2  If you're interested in connecting XWiki with Active Directory you may be interested in the dedicated [[Active Directory Application>>https://store.xwiki.com/xwiki/bin/view/Extension/ActiveDirectoryApplication]], which is a paying application dedicated to simplifying the integration of Active Directory with XWiki. Otherwise you can install this generic LDAP extension and configure it for Active Directory.
3 3  {{/info}}
4 4  
5 -Release notes can be found on [[LDAP project page>>Extension.LDAP||anchor="HReleaseNotes"]].
5 +Release notes can be found on [[LDAP project page>>Extension.LDAP#HReleaseNotes]].
6 6  
7 -If you are going to use the [[LDAP Application>>Application]] (which provides a more visual way to configure LDAP) then you usually only need to set the ##xwiki.authentication.authclass## and ##xwiki.authentication.ldap.trylocal## properties, the rest will be set using the UI. Unlike editing ##xwiki.cfg##, [[LDAP Application>>Application]] allows you to make changes without restarting the application server.
7 +In order to use the [[LDAP Application>>Application]] (which provides a more visual way to configure LDAP) then you need to set the ##xwiki.authentication.authclass## and the ##xwiki.authentication.ldap.trylocal## properties, the rest can be set using the UI. Unlike editing ##xwiki.cfg##, [[LDAP Application>>Application]] allows you to make changes without restarting the application server.
8 8  
9 9  == Generic LDAP configuration ==
10 10  
... ... @@ -19,6 +19,10 @@
19 19  #-# - 1: enable
20 20  #-# The default is 0
21 21  xwiki.authentication.ldap=1
22 +
23 +#-# Enable local accounts in addition to LDAP.
24 +#-# Without this setting you will be unable to log into XWiki with local accounts.
25 +xwiki.authentication.ldap.trylocal=1
22 22  {{/code}}
23 23  
24 24  You can setup the LDAP configuration in the **xwiki.cfg** file by filling the following properties:

Get Connected