Hello Ricardo -

On Wed, 29 Dec 1999, Ricardo Guerra wrote:
> is there any way to use an account with no password? i guess i can do no password
> check with  AuthBy TEST but i want radiator to authenticate only the account "demo"
> whith TEST and the other ones with normal SQL, is it possible?

Yes, there are a variety of ways to do this - perhaps something like this:

# configuration file using nested AuthBy's
# this is your normal AuthBy SQL

<AuthBy SQL>
        Identifier Check-SQL
        DBSource ....
        DBUsername ....
        DBAuth ....
        ....
</AuthBy>

# this is your normal Handler or Realm

<Handler ....>
        <AuthBy FILE>
                Filename %D/users
        </AuthBy>
</Handler>


and then in the file %D/users

# this is the file %D/users

demo  **any check items**
        **any reply items**

DEFAULT Auth-Type = Check-SQL


hth

Hugh

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to