--- Dragon <[EMAIL PROTECTED]> wrote:
> Brian Weed wrote:
> >I'm using Apache v2.2.4 (on Windows Server 2003)
> and
> >I'm trying to use both SSPI and Basic
> Authentication
> >together so that both Domain and non-domain users
> can
> >log in to my Trac Wiki site.
> >
> >Withi this config:
> >
> >
Brian Weed wrote:
I'm using Apache v2.2.4 (on Windows Server 2003) and
I'm trying to use both SSPI and Basic Authentication
together so that both Domain and non-domain users can
log in to my Trac Wiki site.
Withi this config:
# Domain Login
AuthName "my domain"
AuthType SSPI
SSPIAut
I'm using Apache v2.2.4 (on Windows Server 2003) and
I'm trying to use both SSPI and Basic Authentication
together so that both Domain and non-domain users can
log in to my Trac Wiki site.
Withi this config:
# Domain Login
AuthName "my domain"
AuthType SSPI
SSPIAuth On
SSPIAuth
On 4/17/06, Covington, Chris <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Is is possible to define multiple authentication methods based on client
> IP address / network?
>
> For instance:
>
> Client from 10.40.18.0, use AuthNTLM. Client from anywhere else, use
> AuthLDAP.
>
> If not directly possible
Hi all,
Is is possible to define multiple authentication methods based on client
IP address / network?
For instance:
Client from 10.40.18.0, use AuthNTLM. Client from anywhere else, use
AuthLDAP.
If not directly possible, is it possible to do something with
mod_rewrite to achieve this function