There is a bug in your configuration:

2006/12/3, offwhite <[EMAIL PROTECTED]>:
>
> I have these settings to fix the groups problem.
>
> <Location />
>     # authentication
>     AuthName "MyDomain"
>     AuthType SSPI
>     SSPIAuth On
>     SSPIAuthoritative On
>     SSPIDomain MyDomain
>     SSPIOfferBasic On
>     SSPIBasicPreferred On
>     SSPIOmitDomain On
>     SSPIUsernameCase On
      ^^^^^^^^^

SSPIUsernameCase must be set to "Upper" or "Lower", depending how you
want your user names, but not to "On".


>     AuthGroupFile "C:/Program Files/Apache Group/Apache2/conf/groups.conf"

I have no idea how this line would interact with SSPI and NT
authentication. Can you explain what the groups file does in this
situation? Do users log on with their group name or what?

> </Location>
>
> I was getting the error on the groups until I added AuthGroupFile.  Now
> I have to manage that groups file, but I would prefer to be using the
> domain groups set up on the Windows server.  Perhaps SSPI could be
> patched.  Where is the SSPI website, anyway?

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