Hello Enrique -

On Wed, 21 Jun 2000, Enrique Vadillo wrote:
> 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?
> 

Have a look at section 6.25.9 in the Radiator 2.16.1 reference manual.

regards

Hugh

-- 
Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.



===
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.

Reply via email to