On Wed, 2006-02-01 at 16:20 -0500, Stephen A. Cochran Lists wrote: > On Feb 1, 2006, at 4:15 PM, Emmanuel Blot wrote: > > > It seems your forgot to add the Authentication section - which would > > explain the error msg BTW. > > > > http://projects.edgewall.com/trac/wiki/ > > TracInstall#ConfiguringAuthentication > > > I actually skipped that part on purpose because it lists a .htaccess > file, and I thought that all the auth info would be in Postgres > rather than a .htaccess file.
No, Trac does not store a table of users in the database. Examples are provided for .htaccess since this is usually the easiest method to set up, but you can use any authentication method provided by Apache. So, if you do want to create users in your PostgreSql database there are Apache modules to support that, but you're also encouraged to use something like LDAP if you already have it available for authenticating users. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
