Re: LDAP Authentication bind as user issue

2011-09-12 Thread Arran Cudbard-Bell
On 12 Sep 2011, at 02:26, DaveA wrote: I've tried a few more things and still no luck... Yes you need run the ldap module's authenticate method. There's a configuration option in LDAP which allows it to set Auth-Type LDAP, that needs to be set to yes. Then you need to create an Auth-Type

Re: LDAP Authentication bind as user issue

2011-09-12 Thread DaveA
Ive already set Auth-Type := LDAP by putting it in the users file. As for the rest, I have what you suggest... authenticate { Auth-Type LDAP { ldap.netid } Dave -- View this message in context:

Re: LDAP Authentication bind as user issue

2011-09-11 Thread DaveA
I've tried a few more things and still no luck... Please help! Best, Dave -- View this message in context: http://freeradius.1045715.n5.nabble.com/LDAP-Authentication-bind-as-user-issue-tp4786621p4792772.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List

Re: LDAP Authentication bind as user issue

2011-09-09 Thread Michael Holstein
This way it binds anonymously, and then fails to do an ldapsearch because of insufficient privs. Giving * read to all seems silly, and I would rather not go that route. If anyone has suggestions or comments they would be greatly appreciated. How I did it (assuming your using AD as the

RE: LDAP Authentication bind as user issue

2011-09-09 Thread Scott Hughes
: LDAP Authentication bind as user issue This way it binds anonymously, and then fails to do an ldapsearch because of insufficient privs. Giving * read to all seems silly, and I would rather not go that route. If anyone has suggestions or comments they would be greatly appreciated. How I

Re: LDAP Authentication bind as user issue

2011-09-09 Thread DaveA
Thank you for the response, but I'd rather not do it that way. The documentation suggests that what I want is possible, and it would be ideal for this situation. Any more ideas? Many thanks, Dave -- View this message in context: