[Trac] Windows Install Questions
Matthew Good
trac at matt-good.net
Fri Apr 1 16:07:04 EST 2005
On Fri, 2005-04-01 at 13:40 -0700, DeLynn Berry wrote:
> I actually already had that option in my Apache config. Here is my
> location directives:
>
> AuthType SSPI
> AuthName "Trac"
> SSPIAuth On
> SSPIAuthoritative On
> SSPIBasicPreferred On
> SSPIDomain **********
> SSPIOmitDomain On
> SSPIOfferBasic On
> Require valid-user
>
> I'm thinking about just trying basic authentication with a password file
> and see if that works. I'll let you know if that changes anything.
>
> Thanks for your help,
>
> DeLynn
Yeah, go ahead and try out the htpasswd file for authentication to make
sure everything else is working. The other option for authenticating to
a Windows domain is through LDAP. The Active Directory server should
provide an LDAP interface, so you can use the Apache LDAP modules to
authenticate that way as well.
--
Matthew Good <trac at matt-good.net>
More information about the Trac
mailing list