simultaneous use logging

Ivan Kalik tnt at kalik.net
Wed Jun 17 17:18:55 CEST 2009


> Well, in debugging mode, it doesn't log anything to the file, but the
> debug output shows it being rejected.  When I am not running in debug,
> I only get 'Login OK: [zdls02/p2182111] (from client allowed_clients
> port 536936642)' logged by the radius server, I am logging my own
> simultaneous use message, although this shows up prior to the login ok
> message in the logs.

You authentication module is broken.

...
> Found Auth-Type = gwis
> +- entering group authenticate {...}
> ++[gwis] returns ok
> +- entering group session {...}
> [rlm_gwis 4a38f8a476ce4ac0b0 Error] Authentication failed due to
> simultaneous use: zdls02
> ++[gwis] returns reject
...

It first returns ok, then rejects. So you get both login OK and reject.
Fix the module.

Ivan Kalik
Kalik Informatika ISP




More information about the Freeradius-Users mailing list