Last modified by Thomas Mortagne on 2023/09/04 09:29

<
From version < 8.1 >
edited by Thomas Mortagne
on 2008/09/09 10:26
To version < 9.1 >
edited by Thomas Mortagne
on 2008/09/09 10:30
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,7 +6,7 @@
6 6  
7 7  1.1 I want to be able to reuse LDAP users membership in XWiki
8 8  
9 -e.g. if you want that all the LDAP users of group <tt>cn=HMS Lydia,ou=crews,ou=groups,o=sevenSeas</tt> to be automatically added in XWiki group <tt>XWiki.XWikiAdminGroup</tt> when they logs in, set:
9 +e.g. if you want that all the LDAP users of group <tt>cn=HMS Lydia,ou=crews,ou=groups,o=sevenSeas</tt> to be automatically added in XWiki group <tt>XWiki.XWikiAdminGroup</tt> when the user log in, set:
10 10  {code}
11 11  xwiki.authentication.ldap.group_mapping=XWiki.XWikiAdminGroup=cn=HMS Lydia,ou=crews,ou=groups,o=sevenSeas
12 12  {code}
... ... @@ -17,6 +17,7 @@
17 17   XWiki.OtherXWikiGroup=HMS Victory,ou=crews,ou=groups,o=sevenSeas
18 18  {code}
19 19  
20 +
20 20  1.1 My users are not located in the same organization unit
21 21  
22 22  So you can't use the <tt>xwiki.authentication.ldap.bind_DN=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP</tt> pattern.

Get Connected