On Mon, Dec 15, 2008 at 12:59 PM, Peter Moran
<[email protected]> wrote:
> I have a user as a member of the XWikiAllGroup. When using the default
> authentication class, she is able to change her profile photo. When I
> use the XWikiLDAPAuthServiceImpl authclass to integrate with LDAP, she
> gets a permission error "You are not allowed to view this document or
> perform this action" when trying to change her photo. Are there any
> differences in how this permission is handled across the auth service
> implementations, or is it likely to be an LDAP group configuration
> error?

XWikiLDAPAuthServiceImpl use the same methods as the "classical" XWiki
authentication to create a new user so you should have the same right
configuration on the user profile.

Then it add some more informations and synchronize groups membership
but this part does not touch the user profile.

Which version of XWiki are you using ?
Is the user has explicit edit right on its profile page (use the
"Edit" -> "Page access rights" UI) ?

>
> Thanks,
> Peter
> _______________________________________________
> 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

Reply via email to