On Jun 12, 5:27 pm, [EMAIL PROTECTED] wrote:
> On Jun 12, 12:12 pm, [EMAIL PROTECTED] wrote:
>
>
>
> > Thanks to the Trac docs, and this groups archive..I managed to get the
> > following running, and though I would share:
>
<snip>

Just a couple follow on tips and things I have learnt(tm) along the
way....

- In my case, I am authenticating (via SSPI) groups for subversion
access.  and against the domain for trac.  the Groups are domain users
are as well.  this works great.  I found it easier to administer the
groups local to the machine serving trac/subversion.  Therefore,  you
just need to specify the local machine as the "DOMAIN" for the
subverison <Location> section in the httpd.conf
- use the  SSPIOmitDomain and the SSPIUsernameCase flags, at least for
subversion control.  SSPIOmitDomain is nice for trac as well, unless
you need to allow multi-domain users, then you're on your own, you're
probably best to put them into a local group (like mentioned earlier)
in that case, and you can still use these flags, but then, you're on
your own here, I am none of the following: Apache, Windows Server,
Trac, Subversion knowledgable, I just have enough information to be
dangerous, almost no skill.
-The Trac docs/groups are great resources for setting this up, the
TracOnWindows/Advanced is a great starting place, they also have a lot
of embedded hints to what you end up doing for the subversion
repository as well.
- the bindings you use for subversion, python, trac and apache are
VERY version specific, try to decided/know what versions you will be
using ahead of time.
- Using SSPI authentication is limiting for some of the plugins, you
can always just use an apache authz file if this is an issue.
- if you have the choice, consider NOT going windows.
- SOME things end up needing to be on the Apache htdocs path for
access.  while you can dork around with permissions etc., if it's
still not working, try that, for example, that's where my graphviz
cached ended up. Required, probably not, but was easy that way.
- If it doesn't work after restarting apache, try stopping apache,
then starting it.

Ok, that's all I can think of.  Good luck.




--~--~---------~--~----~------------~-------~--~----~
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