# 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

Reply via email to