31 Jan 2012 16:38
Kerberos auth being ignored?
Mauricio Tavares <raubvogel <at> gmail.com>
2012-01-31 15:38:36 GMT
2012-01-31 15:38:36 GMT
So my authentication thingie (Apache 2.2.20, mod_auth_kerb 5.4) looks
like this:
<Location /kerbie>
AuthType Kerberos
KrbAuthRealms DOMAIN.COM
KrbServiceName HTTP
Krb5Keytab /etc/apache2/krb5.keytab
KrbMethodNegotiate on
KrbMethodK5Passwd on
KrbLocalUserMapping on
KrbDelegateBasic off
Require valid-user
AuthType basic
AuthUserFile /srv/www/test/passwd
AuthName You
require valid-user
</Location>
I would expect it to try kerberos and then failover to basic. Instead
It is going straight into the basic auth. Any suggestions for why?
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
(Continue reading)
On Jan 31, 2012, at 7:38 AM, Mauricio Tavares wrote:
> So my authentication thingie (Apache 2.2.20, mod_auth_kerb 5.4) looks
> like this:
>
> <Location /kerbie>
> AuthType Kerberos
> KrbAuthRealms DOMAIN.COM
> KrbServiceName HTTP
Probably an irrelevant nit, but I recommend "Any" for this one, as long as you're using a separate keytab
file (which you are).
> Krb5Keytab /etc/apache2/krb5.keytab
> KrbMethodNegotiate on
> KrbMethodK5Passwd on
> KrbLocalUserMapping on
RSS Feed