Dustin, Thanks for the response. I was kind of wondering if the location of the group in Active Directory was an issue. But that brings up another question. Doesn't a ldapsearch use the basedn as a starting point? If instance, I have the basedn set as follows in radiusd.conf: basedn = "ou=mem users,dc=mem-ins,dc=com" And the structure of our AD is: MEM-INS.COM
And why is it that it can find the user "rgraham" but not the group. > I'm trying to get Freeradius configured to authenicate our vpn users
You need to specify where the groups are located in AD. > rlm_ldap: Entering ldap_groupcmp() radius_xlat: 'ou=mem
The user was not found in that group, based on the lookup above. > groupname_attribute = cn
You have to modify these so you can find the group memberships. For
Hope that is a little helpful. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |
On Fri, 17 Jun 2005, Graham, Robert wrote:
> Dustin, > > Thanks for the response. I was kind of wondering if the location of the > group in Active Directory was an issue. But that brings up another > question. Doesn't a ldapsearch use the basedn as a starting point? If > instance, I have the basedn set as follows in radiusd.conf: > > basedn = "ou=mem users,dc=mem-ins,dc=com" > > And the structure of our AD is: > > MEM-INS.COM > | > | > |_MEM Users > | > | > | > | Where are the groups at? Are they under ou=mem users? If so, you are correct, you should be able to find it in your search. > > > And why is it that it can find the user "rgraham" but not the group. > Either the ldap search query you have setup in radiusd.conf is incorrect, or perhaps the user you are binding with doesn't have permissions to search the groups? Can you post an example, of what a group member would look like in AD? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |
Free forum by Nabble | Edit this page |