On Tue, Jul 6, 2010 at 14:09, Marine Julian <[email protected]> wrote: > > > tmortagne wrote: >> >> It's generally the easiest yes. You assign all the groups to the >> proper wiki/spaces/pages and then you just need to put the users in >> the proper groups. When you have lots of users it's becoming quickly >> very difficult to directly assign rights to single users. >> > Okay, thank you Thomas ! > Just one more thing to be sure to do the right thing : > Let's suppose that I create a AllRights group in the main wiki (called > mainwiki) of my farm (and only in this wiki) and that I want all the LDAP
The main wiki in a farm is always technically called "xwiki". > users of group cn=HMS Lydia,ou=crews,ou=groups,o=sevenSeas to be > automatically added in it. > Is it right if I write > xwiki.authentication.ldap.group_mapping=mainwiki:XWiki.AllRights=cn=HMS > Lydia,ou=crews,ou=groups,o=sevenSeas ? Because i'm not sure about the syntax > wiki:space:page in this case. Actually if all wikis are supposed to use the same LDAP users, you should do xwiki.authentication.ldap.group_mapping=XWiki.AllRights=cn=HMS Lydia,ou=crews,ou=groups,o=sevenSeas and make sure all LDAP users are authenticated on main wiki (otherwise each wiki will have a duplicate of each user). See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuserstoregisteredonlyonmainwiki > -- > View this message in context: > http://xwiki.475771.n2.nabble.com/Questions-about-LDAP-in-XEM-2-3-1-tp5255260p5259990.html > Sent from the XWiki- Users mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > -- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
