Hi,

I would like to have openser use an existing database and table for auth_db in order to use the same credentials for both openser and email

Is it possible to have just the auth_db module use a specific database and table, and all the other modules to use the standard openser tables?

When I try this my setting

modparam("auth_db", "db_url", "mysql://user:[EMAIL PROTECTED]/mail")
modparam("userloc", "db_url", "mysql://user:[EMAIL PROTECTED]/openser")

Openser complains that the version table cannot be found.

Do all tables have to be in the same database, or is it possible to split out just the username/password/domain for auth_db to use a different database?

Thanks in advance.

--

-Barry Flanagan

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to