On Thu, Aug 19, 2010 at 2:51 PM, rrperez <rrpe...@apc.edu.ph> wrote:

>
> Thanks for the response Alan and Stefan, I also figure out it now that it
> is
> somewhat impossible.
>
> I might test my last theoretical solution, that is to make LDAP as the
> primary directory and also I'll keep on searching the net for any other
> ways
> to make this close to possible. :-)
>

I think you're approaching this wrong.

As per your trace you are trying to do a PAP authentication.

If you uncomment "ldap" in the authorize and authenticate sections and make
sure PAP is commented out.  Then you should be fine.

authorize {
        ldap
}

authenticate {
           ldap
}

Since the Auth-Type is coming through as "PAP" then it's not going to work,
get that to be LDAP and then FreeRadius will do a simple bind to the LDAP
store using the cleartext username and password and it should be fine.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to