[rt-users] ExternalAuth help needed
Joachim Thuau
Joachim.Thuau at heavy-iron.com
Wed Jan 12 12:08:31 EST 2011
# Does authentication depend on group membership? What group name?
'group' => 'staff',
# What is the attribute for the group object that determines membership?
'group_attr' => 'ou=group,dc=ucsc,dc=edu',
I believe what you want there is:
'group_attr' => 'memberOf'
As in the name of the attribute that would have the value "staff" (from your config).
HTH
Jok
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110112/3e83ebbd/attachment.htm>
More information about the rt-users
mailing list