Guy.

mssql.conf
        driver = "rlm_sql_freetds"
        #server = "192.168.1.1"
        server = "name_of_MSSQLSERVER"
        port="1433"
        login = "sa"
        password = "radius"

        radus_db = "radius"

try unixodbc+freetds+freeradius, I use this and good work.

Vicente.


> Message: 4
> From: Michael Lam <[EMAIL PROTECTED]>
> To: "'freeradius-users@lists.freeradius.org'"
>        <freeradius-users@lists.freeradius.org>
> Subject: FreeRadius + FreeTDS + MSSQL70
> Date: Mon, 21 Mar 2005 20:23:54 +0800
> Reply-To: freeradius-users@lists.freeradius.org
>
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> ------_=_NextPart_001_01C52E10.D8E9C2C0
> Content-Type: text/plain
>
> Dear All
>
> How to setup the Freeradius to support FreeTDS and MSSQL70?
>
> Can provide more information and document?
>
> mssql.conf
>       driver = "rlm_sql_freetds"
>       server = "192.168.1.1"
>       login = "sa"
>       password = "radius"
>
>       radus_db = "radius"
>
> After I run the "radiusd -X", the get the error "rlm_sql (sql): Could not
> link driver rlm_sql_freetds: rlm_sql_freetds.so: cannot open shared object
> file: No such file or directory"
>
> THANKS
>
> ------_=_NextPart_001_01C52E10.D8E9C2C0
> Content-Type: text/html
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> <HTML>
> <HEAD>
> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
> charset=3Dus-ascii">
> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
> 5.5.2653.12">
> <TITLE>FreeRadius + FreeTDS + MSSQL70</TITLE>
> </HEAD>
> <BODY>
>
> <P><FONT FACE=3D"Verdana">Dear All</FONT>
> </P>
>
> <P><FONT FACE=3D"Verdana">How to setup the Freeradius to support =
> FreeTDS and MSSQL70?</FONT>
> </P>
>
> <P><FONT FACE=3D"Verdana">Can provide more information and =
> document?</FONT>
> </P>
>
> <P><FONT FACE=3D"Verdana">mssql.conf</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> FACE=3D"Verdana">driver =3D &quot;rlm_sql_freetds&quot;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> FACE=3D"Verdana">server =3D &quot;192.168.1.1&quot;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> FACE=3D"Verdana">login =3D &quot;sa&quot;</FONT>
> <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> FACE=3D"Verdana">password =3D &quot;radius&quot;</FONT>
> </P>
>
> <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT =
> FACE=3D"Verdana">radus_db =3D &quot;radius&quot;</FONT>
> </P>
>
> <P><FONT FACE=3D"Verdana">After I run the &quot;radiusd -X&quot;, the =
> get the error &quot;rlm_sql (sql): Could not link driver =
> rlm_sql_freetds: rlm_sql_freetds.so: cannot open shared object file: No =
> such file or directory&quot;</FONT></P>
>
> <P><FONT FACE=3D"Verdana">THANKS</FONT>
> </P>
>
> </BODY>
> </HTML>
> ------_=_NextPart_001_01C52E10.D8E9C2C0--
>
>
> --__--__--
>
> Message: 5
> Date: Mon, 21 Mar 2005 12:25:30 +0000
> From: Pedro Ribeiro <[EMAIL PROTECTED]>
> Organization: Sanindusa - Ind. de =?ISO-8859-1?Q?Sanit=E1rios=2C_SA?=
> To: freeradius-users@lists.freeradius.org
> Subject: Re: FreeRadius + FreeTDS + MSSQL70
> Reply-To: freeradius-users@lists.freeradius.org
>
> Hi there
>
> What version of FreeRADIUS you're using ?
>
> Michael Lam wrote:
>> Dear All
>>
>> How to setup the Freeradius to support FreeTDS and MSSQL70?
>>
> You must install unixODBC and freetds,
> the configure FreeRADIUS to work with unixODBC (rlm_sql_unixodbc)
> and use a DSN provided by freetds with the apropriate version...
>
>> Can provide more information and document?
>>
> I have a (badly) written document i made to myself as guide-line to this
> very same situation. Mail me if you'd like a copy.
>
>> mssql.conf
>>         driver = "rlm_sql_freetds"
>>         server = "192.168.1.1"
>>         login = "sa"
>>         password = "radius"
>>
>>         radus_db = "radius"
>>
> See above, as you're not using rlm_sql_freetds you'll need to change
> sql.conf and not mssql.conf :)
>
>> After I run the "radiusd -X", the get the error "rlm_sql (sql): Could
>> not link driver rlm_sql_freetds: rlm_sql_freetds.so: cannot open shared
>> object file: No such file or directory"
>>
>> THANKS
>>
> Since rlm_sql_freetds is not part of the distribution, it can't be found
> :)
>
> HTH
>
> Pedro Ribeiro
>
>
>


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to