Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. evalica1 +XWiki.VincentMassol - Content
-
... ... @@ -48,16 +48,21 @@ 48 48 49 49 = LDAP Authentication = 50 50 51 -{{warning}} 52 -Since 7.4 it's recommended to use the new [[LDAP Authenticator extension>>extensions:Extension.LDAP.Authenticator]] instead of the core one. 51 +== Active Directory == 53 53 54 -The following documentation is for the core LDAP authenticator which has been removed in 8.3. 55 -{{/warning}} 53 +If you're looking to connect XWiki to an Active Directory server, you have 2 options: 56 56 57 -If you are going to use the [[LDAP Admin Extension>>extensions:Extension.LDAP.Application]], which makes it easier to configure LDAP, then you only need to uncomment xwiki.authentication.authclass property and //nothing// else. Unlike editing xwiki.cfg, which requires you to redeploy the XWiki webapp, LDAP Extension allows you to make changes without restarting. 55 +* Using the manual and generic approach listed below 56 +* Using 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. 58 58 59 59 == Generic LDAP configuration == 60 60 60 +It's recommended to use the [[LDAP Authenticator extension>>extensions:Extension.LDAP.Authenticator]] instead of the core LDAP authenticator. 61 + 62 +The following documentation is for the core LDAP authenticator which has been removed in 8.3. 63 + 64 +If you are going to use the [[LDAP Admin Extension>>extensions:Extension.LDAP.Application]], which makes it easier to configure LDAP, then you only need to uncomment ##xwiki.authentication.authclass## property and //nothing// else. Unlike editing ##xwiki.cfg##, which requires you to redeploy the XWiki webapp, LDAP Extension allows you to make changes without restarting. 65 + 61 61 In order to enable the LDAP support you have to change the authentication method in //WEB-INF/xwiki.cfg// as follows: 62 62 63 63 {{code language="properties"}}