cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP + Alfresco Labs 3

sbhatia
Champ in-the-making
Champ in-the-making
I have configured Alfresco Labs 3 with LDAP.  Now I would like to know how do we define "admin" user for alfresco in LDAP? The default "admin" user for Alfreco will not work since this user is not setup in ldap. Is there a way to define your own custom admin user in Alfreco?
4 REPLIES 4

jtp
Champ in-the-making
Champ in-the-making
When your system authenticate users on LDAP, yours internal users will disappear You can configure admin rigths to a LDAP user just putting the username on the section

     <property name="adminUsers">
           <set>
                       <value>admin</value>
                       <value>administrator</value>
                       <value>YOURUSERNAME</value>
           </set>
     </property>


in the file tomcat/webapps/alfresco/WEB-INF/classes/alfresco/authority-services-context.xml

mrojas73
Champ in-the-making
Champ in-the-making
When your system authenticate users on LDAP, yours internal users will disappear You can configure admin rigths to a LDAP user just putting the username on the section

     <property name="adminUsers">
           <set>
                       <value>admin</value>
                       <value>administrator</value>
                       <value>YOURUSERNAME</value>
           </set>
     </property>


in the file tomcat/webapps/alfresco/WEB-INF/classes/alfresco/authority-services-context.xml

This works okay unless you need to manage tenants, you get access denied when trying to manage tenants.  Unfortunately I don't know the solutions for this, used to be chaining but no clear documentation that I know to implement it on Labs3.

sbhatia
Champ in-the-making
Champ in-the-making
It worked  Smiley Happy  ..Thanks a lot for your help….

jcuzcano
Champ in-the-making
Champ in-the-making
what is your configuration for integrate alfresco with ldap?
what is your ldap?