[29280] in Kerberos
How to enable automatic Auth (IE + Firefox) using Active Directory
daemon@ATHENA.MIT.EDU (Gustavo Adolfo B Hellwig Junior)
Mon Feb 18 09:40:27 2008
MIME-Version: 1.0
Content-class: urn:content-classes:message
Date: Mon, 18 Feb 2008 11:39:30 -0300
Message-ID: <E3059A6EDC0F0049A6C5273DDD3D288501EC7515@brjgs104.weg.net>
In-Reply-To: <fpc2u7$179j$1@relay.tomsk.ru>
From: "Gustavo Adolfo B Hellwig Junior" <gustavoh@weg.net>
To: <kerberos@mit.edu>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu
Hi Fellows
Now, my auth are working, but not automatic. I allways need to insert my
username and password from my active directory domain.
What I need to do to enable the feature that when I open the web
address, I don't need to put my username and password ?
My apache conf:
<Directory "/var/www/html/secured">
AllowOverride Limit AuthConfig Options
Options ExecCGI
SSLOptions +StdEnvVars
AllowOverride None
Options None
Order allow,deny
Allow from all
AuthType Kerberos
AuthName "Kerberos Login"
KrbMethodNegotiate off
KrbAuthoritative on
KrbVerifyKDC off
KrbAuthRealms MYINTERNALDOMAIN.NET
Krb5Keytab /etc/httpd/conf/servername.keytab
KrbSaveCredentials off
<Limit GET POST>
require valid-user
</Limit>
</Directory>
best regards
Gustavo Hellwig Junior
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos