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.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to