cancel
Showing results for 
Search instead for 
Did you mean: 

How to define an ldap-group members as administrator

Mohamed_Belmokh
Star Contributor
Star Contributor

Hello ! I'm using the 9.10 version of nuxeo plateform and I want to define an ldap-group members as administrator. I only use ldap management (SQL + LDAP managment).

How can I do it ?

3 REPLIES 3

pibou_Bouvret
Elite Collaborator
Elite Collaborator

Look at the userManager extension point of UserService

Ex : ubx:adm:89:95:102:tous is the name of an ldap group

 <extension target="org.nuxeo.ecm.platform.usermanager.UserService"
point="userManager">
            <userManager>
                  ...
                    <administratorsGroup>ubx:adm:89:95:102:tous</administratorsGroup>
                  ...
            </userManager>
    </extension>

Mohamed_Belmokh
Star Contributor
Star Contributor

Hello !

I have allready seen this : https://doc.nuxeo.com/nxdoc/how-to-configure-a-multidirectory-for-users-and-groups/

But I don't find the exact syntaxe =\

Can't tell more, it comes from our running instance. Check here for more details

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.