[AOLSERVER] Connecting to two different versions of Oracle

2003-03-25 Thread Oscar Bonilla
I have a situation in which I have to connect to two different Oracle databases from AOLServer. One is an Oracle 9i database which uses the UTF-8 character set and the other is an Oracle 7 database which uses ASCII. The current oracle driver works with Oracle 9i if I change all the ora8 references

Re: [AOLSERVER] SSL handshake error

2003-03-11 Thread Oscar Bonilla
message and the browser is failing on the first connect? /s. On Tuesday, March 11, 2003, at 08:42 AM, Oscar Bonilla wrote: I'm seeing the exact same problem, however I have ServerSessionCache set to true. I'm using nsopenssl 2.1. What could the problem be? This is the nsopenssl part

Re: [AOLSERVER] ANNOUNCE: ns_chartdir charting module available

2002-10-15 Thread Oscar Bonilla
Is there a way to write the generated image directly to the AOLServer connection without having to write it to a file first? nsgd has this feature and it's very useful for dynamically generated images... Regards, -Oscar On Sunday, October 13, 2002, at 07:37 PM, Vlad Seryakov wrote: Hello,

Re: [AOLSERVER] [ANNOUNCE] Release of nssha1-0.1

2002-09-30 Thread Oscar Bonilla
Why don't you check the module nspasswd at http://www.galileo.edu/obonilla/software/nspasswd ? it has nssha functionality plus other hashes... regards, -Oscar On Monday, September 30, 2002, at 12:47 AM, Scott Goodwin wrote: I've imported and created a File release of nssha1, version 0.1.

[AOLSERVER] Comparing Password Hashes in LDAP

2002-05-31 Thread Oscar Bonilla
I got tired of having to kludge stuff for checking for the userPassword attribute stored in LDAP, so I wrote a little AOLServer module that can generate and compare passwords in all formats that OpenLDAP supports (yes, including SSHA). If you want it, get it at

Re: [AOLSERVER] AOLserver and LDAP

2002-01-19 Thread Oscar Bonilla
So, a year later I reply to my own email ;) I've written the nsldap module I was looking for. It works for me, but I guess it still has bugs. If anyone there needs to access an LDAP database from within AOLServer and would like to try this out, it can be downloaded from