On Wed, Oct 7, 2009 at 9:08 AM, Stephen Moretti
<[email protected]> wrote:
>
>
> 2009/10/7 Olemis Lang <[email protected]>
>>
>>
>> >
>> > ooo... does it inherit users and preferences across projects?
>> >
>>
>> Shouldn't do that unless you use centralized auth (e.g. LDAP) and
>> inherit config options (e.g. server, port, ...) or use (basic | digest
>> | ...) and inherit options for httpauth file, so that credentials be
>> retrieved from the same place. The only thing that's inherited is
>> config options, but if this means that all projects will use the same
>> auth options then all prjs will behave the same way ;o)
>
> Ah that's a shame...   I have script that basically allows me to set up
> projects that does exactly what Remi described, but with Trac 0.11stable.
>
> We use apache as the front end and hook into subversion, so we have a common
> htpasswd file for apache, trac and svn.  Works great. Only "problem" I have
> is that each project has its own unique database,

Suggestions for single DB per project :

> so every time I set up a
> project and give a user permissions to access that project,

  - you could share user permissions between projects by using a
    common authz mechanism
  - or by implementing a plugin to retrieve permissions from a single place
    (is this included in 0.12 ?)

> they also have
> to go in and set their email address and real name in the preference.
>

  - Use a plugin in order to retrieve such info from a central directory
    (e.g. LDAP, MSAD)
  - Setup default domain in trac.ini [notification] section ;o)

Not really sure about whether it's possible to find plugins or scripts
to do all this OOTB.

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Looking for a technique to create flexible, graphical dashboards ...
- http://feedproxy.google.com/~r/TracGViz-full/~3/71kRhT34BgU/43789

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to