freeradius + ldap

Josip Rodin joy at entuzijast.net
Thu Dec 2 01:41:32 CET 2010


On Wed, Dec 01, 2010 at 12:48:14PM +0100, Ana Gallardo wrote:
> My problem is: the ldap server don't have public key that an admin user
> (who bind) can take. So I have to bind in the authorize section with the
> user and password (clear text) in the request.

> authenticate {
>   Auth-Type PAP {
>     pap
>   }
> }

Add LDAP into the authenticate section, so that it simply tries to re-bind
with the provided credentials? Like this:

	Auth-Type LDAP {
		ldapPerson
	}

-- 
     2. That which causes joy or happiness.



More information about the Freeradius-Users mailing list