Because of legacy application requiring exotic schema, we are obliged to play with it.
The problem is I cannot have
+----+----------+--------------------+----+-------+ | id | UserName | Attribute | op | Value | +----+----------+--------------------+----+-------+ | 1 | bartek | Cleartext-Password | := | 1234 | | 3 | bartek | Simultaneous-Use | := | 1 | +----+----------+--------------------+----+-------+
With our schema, but only +----+----------+--------------------+----+-------+ | id | UserName | Attribute | op | Value | +----+----------+--------------------+----+-------+ | 1 | bartek | Cleartext-Password | := | 1234 | +----+----------+--------------------+----+-------+
Where should i specify a default "Simultaneous-Use := 1" in a file, so that It wouldn't be mandatory to return it from the authorize_check_query?
Just put it in users file: bartek Simultaneous-Use:=1 Ivan Kalik Kalik Informatika ISP