15 Oct
2005
15 Oct
'05
3:37 p.m.
"Tim O'Donovan" <tim@icukhosting.co.uk> wrote:
But wouldn't that require using the users file instead of MySQL? Can the radcheck table be used in the same way? What I mean is, can a user have multiple entries within the table?
Yes.
But would this accomplish the same as using the users file:
+----+-----------------------------------+-----------+----+-----------+ | id | UserName | Attribute | op | Value | +----+-----------------------------------+-----------+----+-----------+ | 1 | tim@realm | Password | == | test | | 2 | tim@realm | Auth-Type | := | Reject | +----+-----------------------------------+-----------+----+-----------+
Yes. Alan DeKok.