I am trying to get Trac installed using Apache and NT Authentication.  I
want to be able to restrict who has access to the Trac project by the group
they belong to in NT.

My Trac installation works fine when I have "Require valid-user", but when I
change that to "Require group domain\username", I get stuck at the browser
trying to enter the user name and password.  In fact, it allows me to try
three times.

My setup is:

Windows 2000 Server
Python 2.4.4
ClearSilver 0.9.14
PySqlite 2.3.2
Subversion 1.4.2
Trac 0.10.3
Apache 2.0.59
mod_python 3.3.1
mod_auth_sspi 1.0.4

Entry in httpd.conf is

<Location /xxx>
   SetHandler mod_python
   PythonHandler trac.web.modpython_frontend 
   PythonOption TracEnv "D:\TracProjects\xxx"
   #NT Domain auth config
   AuthType SSPI
   AuthName "Trac - Testing"
   SSLRequireSSL
   SSPIAuth On
   SSPIAuthoritative On
   SSPIDomain <domaincontroller>
   SSPIOfferBasic On 
   # DMB I added the next three lines to stop getting error message
   # when saving wiki edits using IE7
   #   "Missing or invalid form token. Do you have cookies enabled?"
   SSPIOmitDomain On
   SSPIOfferSSPI off
   SSPIUsernameCase upper
   # following line squishes bug #1168 if IE has troubles 
   # editing wiki pages.   
   SSPIBasicPreferred On 
   # DMB I can't seem to get Require group to work.  It just keeps
   # asking the user to login.
   # Require group DOMAIN/Administrators
   Require valid-user
</Location>

Any help would be greatly appreciated.

Thanks.

Daniel Bridenbecker
Solution Engineering, Inc.
425-402-3690
[EMAIL PROTECTED] 



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