Hello Kelly -

On Fri, 12 Nov 1999, Kelly Hamlin wrote:
> We imported our database of users and info from a VFP database into platypus
> and all is great except for the fact all usersnames and passwords are listed
> UPPERCASe and i need a simple SQL query where i can change username and
> password to all lower case, then i will have everything running smoothly :)
> thanks in advance
> 

Something like this (do it once in sql):

sql> update customer set name = lower(name), password = lower(password)

Otherwise you can modify the AuthSelect statement in the Radiator configuration
file and/or use the RewriteUsername function.

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