Hi all,
We are planning to install alfresco standalone tomcat version 1.4 and with Open Ldap authentication.
We have ldap Domain strucure as
Ou=Users,dc=mycompany,dc=com and another organizational unit Groups and Cn group Alfresco in it. Added some of users from Ou=Users to member of Alfreso.Now i want only the guys who are member of only Alfreco group should authenticate. How can i achive it?
here is my ldap structure
dc=mycomapny,dc=net
|
|
ou=Users————–uid=user1——objectclass=person
| objectcalss=organizationalPerson
| objectcalss=top
| objectcalss=inetOrgPerson
|
|
ou=Groups————–cn=Alfresco ou=Users,objectClass=organizaionalunit
|
objectClass groupOfNames
member uid=user1,ou=Users,dc=mycompany,dc=com
cn Alfresco
thanks,