[rt-users] ExternalAuth help needed

Wes Modes wmodes at ucsc.edu
Wed Jan 12 17:52:33 EST 2011


Maybe, but then this isn't what is causing the error, no?

Also, memberOf is one way of implementing groups.  That is a one-to-many
record within the user record.  If you don't have memberOf implemented
within your LDAP, then you can have a group record that contains a list
of userIDs. 

Wes


On 1/12/2011 9:08 AM, Joachim Thuau wrote:
>
>                  # 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/774a1fe2/attachment.htm>


More information about the rt-users mailing list