On Sun, 06 Mar 2005 12:27:22 -0500, Alan DeKok <[EMAIL PROTECTED]> wrote:
> CNCA CNCA <[EMAIL PROTECTED]> wrote:
> > HI,I want FreeRADIUS use pop3 as an authentication method in FreeBSD
>
> That's a terrible idea.
yeah...but it's not what i can determine...
> > it seems work fine between pam_pop3 and pop3 box, but has problem
> > between FreeRADIUS and pam_pop3...
>
> I'll bet you configured FreeRADIUS to use the PAM file "pop3" for
> authentication. Don't do that. Read "radiusd.conf" to see how to
> configure the PAM module, and how to configure PAM to handle
> authentication requests from FreeRADIUS.
my "radiusd.conf"
=====================
modules {
pam {
pam_auth = pop3
}
}
authenticate {
pam
}
=====================
"users"
=====================
DEFAULT Auth-Type = PAM
Fall-Through = 1
=====================
"/etc/pam.d/pop3"
=====================
auth required /usr/local/lib/pam_pop3.so
hostname=[myhost]
=====================
--
Thanks
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html