[32493] in Kerberos

home help back first fref pref prev next nref lref last post

Re: KrbMethodNegotiate ProxyPass

daemon@ATHENA.MIT.EDU (Nicolas Jaunet)
Wed Jul 7 06:23:31 2010

MIME-Version: 1.0
In-Reply-To: <AANLkTimD3IxwDzFS8pXS8Csa1sSxaHGFs5Lwu8GWVXNg@mail.gmail.com>
Date: Wed, 7 Jul 2010 12:23:21 +0200
Message-ID: <AANLkTik5v8qCThGyv-v2QRjXHMxUJc6J66-y5DPPPth-@mail.gmail.com>
From: Nicolas Jaunet <nicolas.jaunet@gmail.com>
To: kerberos@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu

Nobody ?

2010/7/6 Nicolas Jaunet <nicolas.jaunet@gmail.com>

> Hello !
>
> So, I try to install sso kerberos on a debian server.
> This is my conf of my virtualhost :
>
> <VirtualHost monsite.domain.com>
> ServerName monsite.domain.com
> <location />
> AuthType Kerberos
> AuthName "Kerberos Login"
> KrbAuthRealms DOMAIN.COM
> KrbServiceName HTTP/monsite.domain.com@DOMAIN.COM
> Krb5Keytab /etc/apache2/monsite.keytab
> KrbMethodNegotiate on
> KrbMethodK5Passwd on
> KrbVerifyKDC off
> KrbSaveCredentials on
> require valid-user
> </location>
> </VirtualHost>
>
> I use proxyreverse to make a connection from another host :
>
> <Location /lien/>
> Order allow,deny
> allow from all
> </Location>
> ProxyPass /lien  http://autresite.domain.com:PORT/lien
> ProxyPassReverse /lien  http://autresite.domain.com:PORT/lien
>
> The problem must be KrbMethodNegotiate because when I put it "on",
> http://monsite.domain.com/lien/ didn't work (401 error), but when I put
> "off", it works.
> Someone can help me please ?
> Thanks and sorry for my english.
>
>
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

home help back first fref pref prev next nref lref last post