Actions
Defect #10908
closedLDAP group authentication
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Accounts / authentication
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
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
Actions