Problem with MySQL + system auth

2008-01-23 Thread William
Greetings, In working to get my new radius server working I have run into a snag. I need to authenticate using a SQL database or system password file depending on where the request comes from, however the user may exist in both, with different passwords. How do I tell it to use the MySQL

Re: Problem with MySQL + system auth

2008-01-23 Thread A . L . M . Buxey
Hi, In working to get my new radius server working I have run into a snag. I need to authenticate using a SQL database or system password file depending on where the request comes from, however the user may exist in both, with different passwords. How do I tell it to use the MySQL

Re: Problem with MySQL + system auth

2008-01-23 Thread William
On Wednesday 23 January 2008 13:33:24 [EMAIL PROTECTED] wrote: Hi, In working to get my new radius server working I have run into a snag. I need to authenticate using a SQL database or system password file depending on where the request comes from, however the user may exist in both,

Re: Problem with MySQL + system auth

2008-01-23 Thread tnt
Put devices that you want authenticated by the system passwords into a hungroup. Make an entry in a users file: DEFAULT Huntgroup-Name == whatever, Auth-Type := System When user logs in from one of those devices he will be forced into system authentication, all other requests will go the usual

Re: Problem with MySQL + system auth

2008-01-23 Thread Alan DeKok
William wrote: Greetings, In working to get my new radius server working I have run into a snag. I need to authenticate using a SQL database or system password file To be clear: databases do not perform authentication. Being confused about the functionality and operation of the system