Re: (RADIATOR) Use of Oracle in PostAuthHook?

2003-07-09 Thread Hugh Irvine
Hello John - In your case I would suggest using Oracle stored procedures for your business rules. There is a contributed module in the goodies directory called "AuthBy PLSQL" that you can use for this. regards Hugh On Thursday, Jul 10, 2003, at 01:47 Australia/Melbourne, John McFadden wrote

Re: (RADIATOR) LDAP SSL Connection

2003-07-09 Thread Hugh Irvine
Hello Jack - Have you installed the prerequisite perl modules to connect to your LDAP server? See section 6.35 in the Radiator 3.6 reference manual ("doc/ref.html"). regards Hugh On Thursday, Jul 10, 2003, at 06:46 Australia/Melbourne, jsingh wrote: Hi  I have ported over my Radiator insta

(RADIATOR) LDAP SSL Connection

2003-07-09 Thread jsingh
Hi  I have ported over my Radiator installation to a different box and now my Secure LDAP connection does not work. I did create new certificate for the new box but to no avail. I tried using the old certificate but to no avail. I am attaching my trace 4 debug. Any suggestions are welcome

RE: (RADIATOR) Use of Oracle in PostAuthHook?

2003-07-09 Thread Frank Danielson
I'm not sure what you are trying to do with the database but you should really look into using an AuthBy SQL cascaded after your AuthBy LDAP. The folks at Open Systems have done a great job in the module addressing the issues you have raised and it doesn't seem to make sense trying to rewrite it al

RE: (RADIATOR) Use of Oracle in PostAuthHook?

2003-07-09 Thread Matthew Trout
Or (from the perl documentation for DBI) "connect_cached" NEW $dbh = DBI->connect_cached($data_source, $username, $password) or die $DBI::errstr; $dbh = DBI->connect_cached($data_source, $username, $password, \%attr) or die $DBI:

RE: (RADIATOR) Use of Oracle in PostAuthHook?

2003-07-09 Thread Matthew Trout
or you could have the common settings loaded by a 'require' as the first line of your hook and have a sub in an arbitrary namespace (e.g. RadiatorDBI::) in a closure that returns the dbh if its ->ping method works or creates a new one otherwise ... There might be something you could do with the Ra

(RADIATOR) Use of Oracle in PostAuthHook?

2003-07-09 Thread John McFadden
We use LDAP to do the basic userid/password authentication but intend to use one or more Oracle databases to apply business rules as LDAP is not dynamic enough. The PostAuthHook gives us a place to do that but I'm not sure if I should try to do it within Radiator or via an external program call.

Re: (RADIATOR) authentication by using DBFile

2003-07-09 Thread Hugh Irvine
Hello Masa - What is the problem? And why are you using a DB file? Please send me a trace 4 debug from Radiator showing the problem together with a clear description of what is happening. regards Hugh On Wednesday, Jul 9, 2003, at 02:03 Australia/Melbourne, [EMAIL PROTECTED] wrote: Hello,

Re: (RADIATOR) Multiple Accounting DBs, Single Auth DB.

2003-07-09 Thread Hugh Irvine
Hello Kevin - You will really need a slightly more complicated setup to do this. # define AuthBy clauses Identifier SQLAccounting . Identifier Proxy1 .. AddToReply Class = Proxy1 Identifier Proxy2 AddToReply Class

Re: (RADIATOR) Problems with GlobalVars in client handler

2003-07-09 Thread Hugh Irvine
Hello Chris - I have copied this to Mike (who is away at the moment), but I doubt that it can be done. regards Hugh On Wednesday, Jul 9, 2003, at 12:42 Australia/Melbourne, Chris Myers wrote: Hi Hugh, Radiator doesn't seem to like though seems to work fine in other places. Could th

Re: (RADIATOR) radius reply from different server!

2003-07-09 Thread Hugh Irvine
Hello Shan - You should probably use the "UseExtendedIds" parameter in the AuthBy RADIUS clause in Radiator 3.6 (plus patches). Otherwise you can use the "ServerHasBrokenAddresses" parameter. regards Hugh On Wednesday, Jul 9, 2003, at 14:49 Australia/Melbourne, S H A N wrote: hi, we