Defect #10908
closedLDAP group authentication
0%
Description
Hi...
i have a LDAP server and its has a group called .
cn=internal ou=group,dc=example,dc=com
--users of this group is :
uid=user1,ou=staff,dc=example,dc=com
uid=user2,ou=staff,dc=example,dc=com
i need to only authenticate the users under cn=internal ....
is it possible to achive that in redmine , please note that im currently using redmine version 1.3.1
LDAP search for the cn=internal group as follows ,
dn: cn=internal,ou=group,dc=example,dc=com
objectClass: groupOfNames
objectClass: top
cn: internal
member: uid=user1,ou=user,dc=example,dc=com
member: uid=user1,ou=user,dc=example,dc=com
Updated by Etienne Massip over 12 years ago
- Status changed from New to Closed
- Priority changed from High to Normal
- Resolution set to Invalid
Updated by john val almost 12 years ago
By using LDAP filter cant achieve the ldap group authentication ..., i think it is just to run filters such as "mail=*@domain.com "
IS Redmine supporting group authentication1 ?
[1] http://www.redmine.org/boards/1/topics/23952
Thank You
john