cancel
Showing results for 
Search instead for 
Did you mean: 

ldap group authentication

rvarghese
Champ in-the-making
Champ in-the-making
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,
2 REPLIES 2

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

This is on the list but is not yet there.

You could take the LDAP authentication code and add this check.

Regards

Andy

rvarghese
Champ in-the-making
Champ in-the-making
Just like to know, which version you are planning to add this feature?

Thanks,