Re: RES: simultaneous use not working in mysql

2003-10-27 Thread Omar Armas
On Mon, 2003-10-27 at 13:22, Sergio Jose Ferreira wrote: > How is the session configuration at radiusd.conf ? > > check with sql session or radutmp ? I suppose both of them. In my radius.conf: session { radutmp sql } Should I leave sql only? > If sql, check if simultaneous-us

simultaneous use not working in mysql

2003-10-27 Thread Omar Armas
I have freeradius 0.9 with mysql module working, but simultaneous use is not working well. I want that all users to have only active session at a time. This is an example of my database configuration: - mysql> select * from radcheck where username='demo'; +--+--+--

Re: Re:(2) log clear passwords

2003-09-01 Thread Omar Armas
On Sat, 2003-08-30 at 23:19, Evren Yurtesen wrote: > by the way, didnt they have a password database to authenticate users > anyhow? how come they have an not up to date database of passwords? How > were they authenticating anyhow? They had livinstong with postgresql, which i migrated to freera

Re: log clear passwords

2003-08-30 Thread Omar Armas
> Why would you want to log the password from the database? You can > always look it up in the database, if you care what it is. In my case, we migrated 2000 dial up users to a new ISP. We were given a list of login and passwords, not fully updated with the real info in the client side. I wa

log clear passwords

2003-08-28 Thread Omar Armas
I have freeradius 0.9.0 under debian 3 with mysql authentication. I wanto that in raidus.log appear the clear text password in login failures. I have "log_auth = yes", "log_auth_badpass = yes", and in radius.log I get: Login incorrect (rlm_chap: Clear text password not available): [user/] How s