<
From version < 522.3 >
edited by Oana Florea
on 2019/11/08 16:18
To version < 523.1 >
edited by Silvia Macovei
on 2019/11/08 16:23
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.OanaFlorea
1 +XWiki.SilviaMacovei
ExtensionCode.ExtensionClass[0]
Prerequisites & Additional Installation Instructions
... ... @@ -3,3 +3,4 @@
3 3  == Installing in subwikis ==
4 4  
5 5  Each (sub)wiki can have its own UI for configuring LDAP and thus it's possible to have different settings per wiki. The only restriction is that the Active Directory application must be installed first in the main wiki before it can be installed in other subwikis.
6 +
Store.Code.PayingAppsClass[0]
Documentation
... ... @@ -53,7 +53,6 @@
53 53  |**When to synchronize the Active Directory groups**|The groups will be synchronized by default on every authentication of a user. For example, if an Active Directory user is moved to a different group, at the next login it will be moved in XWiki in the right group.|##At each authentication
54 54  of a user##
55 55  
56 -
57 57  == FAQ ==
58 58  
59 59  
... ... @@ -70,5 +70,21 @@
70 70  === Is the Active Directory Application compatible with SSO? ===
71 71  
72 72  The application is not compatible with an SSO configuration that contains a [[Trusted authentication framework>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Trusted%20authentication%20framework]].
72 +
73 += Does the application support LDAPS? =
74 +
75 +To use the Active Directory app with LDAPS you need to:
76 +
77 +* go to the xwiki.cfg file and change the value for the SSL connection to LDAP server from ##0## to ##1##:
78 +
79 +{{code}}
80 +#-# SSL connection to LDAP server
81 +#-# - 0: normal
82 +#-# - 1: SSL
83 +#-# The default is 0
84 +xwiki.authentication.ldap.ssl=1
85 +{{/code}}
86 +
87 +* go to the Active Directory application and change the //Active Directory Server Port// value from ##389## to ##636##.
73 73  
74 74  
XWiki SAS Copyright © 2024