Hmmm, since your output is

"Tre Johnston" <[EMAIL PROTECTED]> wrote:
> modcall: group authorize returns ok for request 1
>   rad_check_password:  Found Auth-Type System
> auth: type "System"
> modcall: entering group authenticate for request 1
>   modcall[authenticate]: module "unix" returns notfound for request 1

it looks like something is telling freeradius to use system instead of
ldap for the check.  How's your users file look?  Do you have something
like this below that is not commented out?

DEFAULT Auth-Type = System
        Fall-Through = 1


On Tue, 3 Feb 2004, Tre Johnston wrote:

> The files say:
>
> authorize {
>         preprocess
>         suffix
>         files
>         ldap {
>
> Auth-Type LDAP {
>                 ldap
>         }
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Dustin
> Doris
> Sent: Tuesday, February 03, 2004 6:49 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Radius-2-LDAP
>
>
> What does it say in your authorization and authentication section?
>
> For example,
>
> authorize {
>         preprocess
>         suffix
>         files
>         ldap {
>         notfound = return
>         }
> }
>
> authenticate {
>         Auth-Type LDAP {
>                 ldap
>         }
> }
>
>
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to