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

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

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: