Re: Rejecting auth requests

2005-10-15 Thread Alan DeKok
"Tim O'Donovan" <[EMAIL PROTECTED]> 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 fil

Re: Rejecting auth requests

2005-10-15 Thread Tim O'Donovan
Hi, 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? At the moment we just have a single entry for each user: ++---+-

Re: Rejecting auth requests

2005-10-14 Thread Joe Maimon
Tim O'Donovan wrote: Hi, Does anyone know of a simple way to invoke an Access-Reject for a user at the authenticate stage? Without changing the stored password. I have tried altering the 'op' to != and all manner of other combinations from within the rad_check table without success. We w

Rejecting auth requests

2005-10-14 Thread Tim O'Donovan
Hi, Does anyone know of a simple way to invoke an Access-Reject for a user at the authenticate stage? Without changing the stored password. I have tried altering the 'op' to != and all manner of other combinations from within the rad_check table without success. We would just like to be able