The details on the setup I quoted,

On one of our test servers I built freeradius 0.9.3 like so..

untar tarball (tar -zxvf free*)
cd free*
./configure --localstatedir=/var --sysconfdir=/etc
make
make install

this built freeradius and installed all the freeradius bits into the default locations with a default setup.

I then did the following modifications to the files is /etc/raddb

clients.conf
  comment out localhost entry
  add client stanza for each test machine
  client xxx.xxx.xxx.xx {    <-- in config I put real ip
        secret = test4321
        shortname = webfe
        nastype = other
  }

radiusd.conf
  log_auth = yes
  log_auth_badpass = yes
  log_auth_goodpass = yes

Then I started freeradius by /usr/local/sbin/radiusd -p 1645

I then used NTradPing to do testing. I got the following in my /var/log/radius/radius.log file

Mon Jan 12 11:35:57 2004 : Auth: rlm_unix: [username]: invalid password
Mon Jan 12 11:35:57 2004 : Auth: Login incorrect: [username/badpass] (from client webfe port 0)
Mon Jan 12 11:36:24 2004 : Auth: Login OK: [username/goodpass] (from client webfe port 0)


Hope this helps.

Robert Causey
iMedia Associates




[EMAIL PROTECTED] wrote:


What version? and how are you running radiusd? I saw
the problem with 0.9.3 and running with radiusd -X,
but haven't looked into why yet.


> Then this will go to /var/log/radius.log ?

Yes.

Robert Causey
iMedia Associates



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




- 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