Re: (RADIATOR) Authenticating off of Platypus

1999-11-16 Thread Stuart Henderson

 2) use FreeTDS and DBD-Sybase - when I tried this
 it was an exciting mix of linking alpha software with alpha software :) It's
 probably much better now.

There are *two* freetds. One is what most would consider to be 
FreeTDS, as featured at http://www.freetds.org, and is able to
emulate the Sybase client libraries. This appears to work with
Radiator but doesn't work correctly, it doesn't seem to read
all the results from MSSQL, causing the DB connection to be reset
for each request, which works under low volume test (returning
error messages for each request after the first) but does not 
work under load.

The other is the alpha, no longer actively developed, freetds-dbd,
and if anyone has got it to build on FreeBSD-stable I'd be very
interested to hear how. :-)

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



Re: (RADIATOR) Authenticating off of Platypus

1999-11-11 Thread Mike McCauley

Hi Todd,

On Nov 11,  9:39am, Todd Knaus wrote:
 Subject: (RADIATOR) Authenticating off of Platypus
 Dear Fellow Radiator Users,

 We are in the process of moving/reinstalling Radiator from Windows NT
 back to a Unix box (RedHat 6.1 to be exact).  However, we want to keep
 authenticating off of our Platypus Database on the NT server.  There was
 some talk awhile back as well as a few web pages that dealt with this or
 listed software I needed on the unix box but I am unable to locate that
 information.  If anyone if familiar with this could you please email me
 the links and or any hints, tips, pointers, etc.
There is some discussion on the Radiator FAQ about connecting Radiator on Unix
to MS-SQL on NT: http://www.open.com.au/radiator/faq.html

Cheers.


-- 
Mike McCauley   [EMAIL PROTECTED]
Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985   Fax   +61 3 9598-0955

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.



Re: (RADIATOR) Authenticating off of Platypus

1999-11-11 Thread tom minchin

On Thu, Nov 11, 1999 at 09:39:55AM -0500, Todd Knaus wrote:
 Dear Fellow Radiator Users,
 
 We are in the process of moving/reinstalling Radiator from Windows NT
 back to a Unix box (RedHat 6.1 to be exact).  However, we want to keep
 authenticating off of our Platypus Database on the NT server.  There was
 some talk awhile back as well as a few web pages that dealt with this or
 listed software I needed on the unix box but I am unable to locate that
 information.  If anyone if familiar with this could you please email me
 the links and or any hints, tips, pointers, etc.
 

There's 3 main choices: 1) use the Sybase libraries (this will worth with
SQLserver 6.5 natively and with 7 if you apply some 'compatilibity' patches
available from Microsoft) against the DBD-Sybase perl module. I posted a
cookbook way of getting this done a few months ago.
2) use FreeTDS and DBD-Sybase - when I tried this
it was an exciting mix of linking alpha software with alpha software :) It's
probably much better now.
3) use OpenLink. I'm not very up on databases, so
when I looked at this I just went "huh?". It was hard enough finding out
whether the product would support Linux (glibc2) and SQLserver.

[EMAIL PROTECTED]

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