10-04-2018 05:29 AM
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 ?
10-04-2018 05:40 AM
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>
10-04-2018 05:45 AM
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 =\
10-04-2018 03:47 PM
Can't tell more, it comes from our running instance. Check here for more details
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.