On Thursday, February 13, 2014 7:25:28 AM UTC-8, Rainer Sokoll wrote: > > Hi, > > a simple question, but I am too dumb to find a quick answer: > I have several trac instances (1.0.1), with HTTP auth. Most users are > stored in an LDAP database, but some in a local htpasswd (both methods > configured in apache). Works, but, you know, users are unable to log out. > So my question: Is it possible to have both LDAP and local users with > AccountManagerPlugin? >
The documentation suggests it would be supported if using HttpAuthStore, but would that solve the browser logout issue? I am not sure. http://trac-hacks.org/wiki/AccountManagerPlugin/AuthStores#HttpAuthStore It appears that using LdapAuthStorePlugin and HtPasswdStore or HtDigestStore may also supported. The first clue is simply that the `password_store` configuration option documentation describes it as "Ordered list of password stores, queried in turn.". If you get it working and can add a note about it, it would be a useful addition to the documentation: http://trac-hacks.org/wiki/AccountManagerPlugin/AuthStores -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
