Re: [Samba] SAMBA and FreeRadius

2003-12-03 Thread Chew, Darren
Hi Bob, Yes. FreeRadius can be configured to use PAM for authentication. PAM can be configured to use pam_winbind which in turn uses Samba. This is possible. Regards, Darren On Wed, 3 Dec 2003 [EMAIL PROTECTED] wrote: I need to use CHAP on my NAS. Is it possible to authenticate FreeRadius

Re: [Samba] SAMBA and FreeRadius

2003-12-03 Thread Tom Ryan
As freeradius supports PAM for authentication, this is trivial. Simply configure freeradius to use pam (see config files for freeradius) and then set your pam config for radius to use smb (via winbind) for authentication. Tom On Wed, 3 Dec 2003 [EMAIL PROTECTED] wrote: I need to use CHAP on

Re: [Samba] SAMBA and FreeRadius

2003-12-03 Thread Andrew Bartlett
On Wed, Dec 03, 2003 at 06:19:23PM -0500, Tom Ryan wrote: As freeradius supports PAM for authentication, this is trivial. Simply configure freeradius to use pam (see config files for freeradius) and then set your pam config for radius to use smb (via winbind) for authentication. Tom