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....@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