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 >
