Re: [Dbmail] ifdef's to use the same connection for db and auth

2002-12-16 Thread Aaron Stone
Ok, the next thing I'll patch for you is to add the auth_connect() calls. I figure since I've got my sources changed anyways, I'll just diff against the distribution sources for you ;-) Beyond that, I have the preliminary compiles-but-doesn't-work LDAP code posted already, and am now working on ge

Re: [Dbmail] ifdef's to use the same connection for db and auth

2002-12-16 Thread
Great! i'll be looking into it shortly. Aaron Stone heeft op zondag, 15 dec 2002 om 22:17 (Europe/Amsterdam) het volgende geschreven: Roel, Here's a diff that has a pair of #ifndef blocks in it, one for pgsql and one for mysql, so that if DBMail is set to use the same connection for db and

[Dbmail] ifdef's to use the same connection for db and auth

2002-12-15 Thread Aaron Stone
Roel, Here's a diff that has a pair of #ifndef blocks in it, one for pgsql and one for mysql, so that if DBMail is set to use the same connection for db and for auth, then the auth_connect() and auth_disconnect() functions will simply return 0, but if the connections are separate, then they will o