<
From version < 531.1 >
edited by Oana Florea
on 2019/11/12 13:23
To version < 532.2 >
edited by Oana Florea
on 2019/11/12 14:43
>
Change comment: There is no comment for this version

Summary

Details

AD-mapping.png
Size
... ... @@ -1,1 +1,1 @@
1 -150.3 KB
1 +80.3 KB
Content
Store.Code.PayingAppsClass[0]
Documentation
... ... @@ -56,6 +56,15 @@
56 56  == FAQ ==
57 57  
58 58  
59 +=== What attribute from AD will be used as login name in XWiki? ===
60 +
61 +By default the //sAMAccountName// will be used to login in XWiki. This value can be updated on the ##Active Directory UID attribute name ##configuration.
62 +
63 +{{image reference="ActiveDirectory-sAMAccountName.png" width="700"/}}
64 +
65 +On the Active Directory server side the //sAMAccountName// value can be retrieved using the ##Attribute## tab.
66 +{{image reference="ActiveDirectory-edit-sAMAccountName.png" width="400"/}}
67 +
59 59  === How can the AD groups be mapped to the XWiki groups? ===
60 60  
61 61  The mapping can be configured from the Administration section ##Show Advanced Configuration > Active Directory Group Mapping##. The users are added to the groups upon login, the groups are not synchronized automatically.
... ... @@ -62,7 +62,7 @@
62 62  
63 63  {{image reference="AD-mapping.png" width="550"/}}
64 64  
65 -===How to retrieve the DN of a group from Active Directory? ===
74 +=== How to retrieve the DN of a group from Active Directory? ===
66 66  
67 67  The DN can be retrieved from Active Directory using the ##Atribute Editor## under the group properties.
68 68  
... ... @@ -80,6 +80,7 @@
80 80  
81 81  Yes, to use the Active Directory app with LDAPS you need to:
82 82  
92 +* go to the Active Directory application and change the //Active Directory Server Port// value from ##389## to ##636##.
83 83  * go to the xwiki.cfg file and change the value for the SSL connection to LDAP server from ##0## to ##1##:
84 84  
85 85  {{code}}
... ... @@ -90,6 +90,5 @@
90 90  xwiki.authentication.ldap.ssl=1
91 91  {{/code}}
92 92  
93 -* go to the Active Directory application and change the //Active Directory Server Port// value from ##389## to ##636##.
94 94  
95 95  
XWiki SAS Copyright © 2024