cancel
Showing results for 
Search instead for 
Did you mean: 

Configure group for administrator permissions?

ribz33
Champ on-the-rise
Champ on-the-rise
Hi,

just a simple question. I had read http://wiki.alfresco.com/wiki/Security_and_Authentication, and how to modify admin in authority-service-context.xml.
I had success with an user.
My question is : can we set a Group on it.

for example i had tried:

        <property name="adminUsers">          
        <set>
             <value>admingroup</value>
             <value>administrator</value>
          </set>        
        </property>
and

        <property name="adminUsers">          
        <set>
             <value>GROUP_admingroup</value>
             <value>administrator</value>
          </set>        
        </property>
(of course i had create admingroup before in webclient :wink: )
But that seems to didnt work…
Is it possible to do that with Alfresco? (im using 1.3 stable version)

Thx in advance.
1 REPLY 1

andy
Champ on-the-rise
Champ on-the-rise
Hi

Only users are supported at the moment.

I have added this as an enhancement request.

http://www.alfresco.org/jira/browse/AR-724

Regards

Andy