Yes thanks you.
I already use maping ldap group in my xwiki.cfg. It was working but performence is lower
(first log on is long)
________________________________
De : Thomas Mortagne <thomas.mortagne(a)xwiki.com>
À : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
Cc : XWiki Users <users(a)xwiki.org>
Envoyé le : Vendredi 14 mars 2014 15h48
Objet : Re: [xwiki-users] Some question about ACL
Depends how advanced you need it to be but you can map LDAP "groups"
(it's actually more than what is generally called groups in LDAP
world) and you a few related documentation on
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCa…
and above xwiki.authentication.ldap.group_mapping property in
xwiki.cfg itself.
On Fri, Mar 14, 2014 at 2:43 PM, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> wrote:
K Thanks you.
I think I can use xwiki.users.initialGroups property for my ldap user
because the first time my ldap user log on my new xwiki, a new user
associate is created.
Anyway, actually I'm testing ACL with some different user case like: someone
are in 2 differents groups and must access at space protected by differents
access rights with this 2 groups...
Have you a advanced documentation about this?