<[EMAIL PROTECTED]> wrote: > Now, when a user tries to get authenticated the ldap_groupcmp() always > uses one ldap instance even when the auth-type for the user is a > different ldap-instance.
The LDAP module registers a callback for LDAP-Group, and does not provide a way to configure more than one such attribute. As a result, when you have two LDAP modules, only one is called for LDAP-Group. I suggest a few minor modifications to the LDAP module, to allow it to configure multiple group attributes. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

