|
Revision 26973, 0.8 kB
(checked in by ogrisel, 2 years ago)
|
NXP-1506: dynamic reference support: groups can now be defined by implicit ldap URLs
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<component name="org.nuxeo.ecm.platform.usermanager.VirtualGroups"> |
|---|
| 4 |
<require>org.nuxeo.ecm.platform.usermanager.UserManagerImpl</require> |
|---|
| 5 |
|
|---|
| 6 |
<!-- |
|---|
| 7 |
Copy the following file in $JBOSS_DIR/nuxeo.ear/config/ in order to make |
|---|
| 8 |
the user with id 'johndoe' have administration rights and all members of the |
|---|
| 9 |
users directory virtually belong to the 'members' group so that thy can see |
|---|
| 10 |
all the domains and their contents by default. |
|---|
| 11 |
--> |
|---|
| 12 |
|
|---|
| 13 |
<extension target="org.nuxeo.ecm.platform.usermanager.UserService" point="userManager"> |
|---|
| 14 |
|
|---|
| 15 |
<userManager class="org.nuxeo.ecm.platform.usermanager.UserManagerImpl"> |
|---|
| 16 |
|
|---|
| 17 |
<defaultAdministratorId>johndoe</defaultAdministratorId> |
|---|
| 18 |
<defaultGroup>members</defaultGroup> |
|---|
| 19 |
|
|---|
| 20 |
</userManager> |
|---|
| 21 |
|
|---|
| 22 |
</extension> |
|---|
| 23 |
|
|---|
| 24 |
</component> |
|---|