Re: Auth-Type = System not working

2006-06-02 Thread Shane
Alan DeKok wrote: Shane [EMAIL PROTECTED] wrote: Read radiusd.conf, and look for /etc/passwd. Odds are that you enabled caching of /etc/passw. There's a reason it's not enabled by default, it doesn't work on FreeBSD. Which is explicitly documented. No, that isn't the cause as I have the

Re: Auth-Type = System not working

2006-06-01 Thread Alan DeKok
Maillists [EMAIL PROTECTED] wrote: but I know 100% that the password is correct. What appears to be happening (determined from hours of frustrating testing) is Freeradius (rlm_unix) is looking for the users passwords in the /etc/passwd file but my /etc/passwd file doesn't contain any

Re: Auth-Type = System not working

2006-06-01 Thread Shane
shadow = /etc/master.passwd group = /etc/group # radwtmp = ${logdir}/radwtmp } I'm assuming the cache_reload=600 doesn't matter as it the cache was disabled earlier in the code. Any other things I should check to get Auth-Type = System

Re: Auth-Type = System not working

2006-06-01 Thread Alan DeKok
Shane [EMAIL PROTECTED] wrote: Read radiusd.conf, and look for /etc/passwd. Odds are that you enabled caching of /etc/passw. There's a reason it's not enabled by default, it doesn't work on FreeBSD. Which is explicitly documented. No, that isn't the cause as I have the following in

Auth-Type = System not working

2006-04-07 Thread Andreas Lund
Hello, What kind of magic tricks are needed to get Auth-Type = System to work? Running FreeRADIUS Version 1.0.4 on SuSE 10 with MD5 and shadow passwords, using the following 'users' file: DEFAULT Auth-Type = System Service-Type = Framed-User, Framed-Protocol = PPP,

RE: Auth-Type = System not working

2006-04-07 Thread Gunther
Have you tried: Auth-Type := System -Original Message- From: Andreas Lund Sent: Friday, April 07, 2006 9:37 AM Subject: Auth-Type = System not working Hello, What kind of magic tricks are needed to get Auth-Type = System to work? Running FreeRADIUS Version 1.0.4 on SuSE 10

RE: Auth-Type = System not working

2006-04-07 Thread Andreas Lund
Fri, 7 Apr 2006 09:54:54 -0400, Gunther [EMAIL PROTECTED] wrote: Have you tried: Auth-Type := System Umm no, this is not how it appears in 'man 5 users', but let me check... *clicketyclick* Still no go :-/ -Andreas. - List info/subscribe/unsubscribe? See

Re: Auth-Type = System not working

2006-04-07 Thread Alan DeKok
Andreas Lund [EMAIL PROTECTED] wrote: I get this in my radius log: Fri Apr 7 14:39:01 2006 : Auth: rlm_unix: [###]: invalid password Does the RADIUS server have permission to read /etc/passwd? Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Auth-Type = System not working

2006-04-07 Thread monish ar
Its really simple, u probably need to set the fallthrough settings to yes for that particular user. If the fallthrough setting is not set or is set to no, ur user wont be authenticated... hope it helps - Monish - List info/subscribe/unsubscribe? See