Hi all,
I am using Radiator 2.16.1 and i would like to know if i can use the
crypted passwords in my /etc/shadow file to feed a mysql table that
Radiator would read in order to authenticate my users using <AuthBy SQL>
or <AuthBy DYNADDRESS>? (the latter is the one i am interested in).
Otherwise, what is the ENCRYPTEDPASSWORD field used for?
----------------------------- mysqlCreate.sql ---------------------------------
create table SUBSCRIBERS (
USERNAME char(50) NOT NULL, # Users login name, including realm
PASSWORD char(50), # Cleartext password
ENCRYPTEDPASSWORD char(50), # Optional encrypted password
CHECKATTR char(200), # Optional check radius attributes
REPLYATTR char(200), # Optional reply radius attributes
UNIQUE USERNAME_I (USERNAME)
)
-------------------------------------------------------------------------------
would ENCRYPTEDPASSWORD be used only when PASSWORD is NULL?
thanks!
Enrique-
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.