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?
________________________________
De : Thomas Mortagne <thomas.mortagne(a)xwiki.com>
À : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>fr>; XWiki Users <users(a)xwiki.org>
Envoyé le : Vendredi 14 mars 2014 12h58
Objet : Re: [xwiki-users] Some question about ACL
There is not really a special group containing LDAP users.
You have two possibilities:
* if you don't plan to create user that don't come from LDAP you can
simply add a group in xwiki.users.initialGroups property in xwiki.cfg
file. Each time a new XWiki user is created it will be added to this
group. This is the best for performances.
* user LDAP group membership, see
xwiki.authentication.ldap.group_mapping property in xwiki.cfg file
On Thu, Feb 20, 2014 at 11:55 AM, Pascal BASTIEN
<pbasnews-xwiki(a)yahoo.fr> wrote:
Hello,
My xwiki use ldap authentication on "always authentificate" xwiki. How can I
attribute a defaul group on new ldap users?