[EMAIL PROTECTED] a écrit :
> Hello,
> 
> today I got the LDAP connection to work. So I can loggin with members coming
> from the LDAP.
> But those members are "groupless", I can loggin but I can't do anything with
> them...they don't have read permission.
> 
> In my opinion there is 2 solutions :
> 
> -First solution :
> We can use this bit of xml configuration that allows to give admin rights to 
> one
> member of the LDAP :
> 
> <!--
>   <component name="org.nuxeo.ecm.platform.usermanager.ldapVirtualGroups">
>     <require>org.nuxeo.ecm.platform.usermanager.UserManagerImpl</require>
>     <extension target="org.nuxeo.ecm.platform.usermanager.UserService"
> point="userManager">
>       <userManager class="org.nuxeo.ecm.platform.usermanager.UserManagerImpl">
>         <defaultAdministratorId>johndoe</defaultAdministratorId>
>         <defaultGroup>members</defaultGroup>
>       </userManager>
>     </extension>
> 
>   </component>
> -->
> 
> ...but when I uncomment this xml code the Jboss startup fails (I' m working on
> Nuxeo 5.1M1)

Yes it's a know bug (at least by me :) of the M1 release. Please use the
following configuration file instead:


http://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.ecm.platform/trunk/nuxeo-platform-directory-ldap/examples/default-virtual-groups-bundle.xml

It's from the current trunk but should work with M1 as well.

-- 
Olivier

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to