Apache 2 mod_auth_kerb / mod_auth_gssapi
Andreas Ladanyi
andreas.ladanyi at kit.edu
Tue Apr 5 04:55:28 EDT 2016
Hi Simo,
> Sound like your Apache server is not configured to apply authentication
> modules to the location you are asking for ?
Solved ! Thank you for advice.
The configuration of my apache 2.4 was the problem.
The old (and working) config directory directive in Apache 2.2 with
mod_auth_kerb was configured with:
Order allow,deny
Allow from all
....
followed by some mod_auth_kerb options
....
Require valid-user
I translated this options in the new directory directive in Apache 2.4
with mod_auth_gssapi:
Require all granted (instead order allow,deny / allow from all from the
apache 2.2 config like description
https://httpd.apache.org/docs/2.4/upgrading.html)
.....
followed by some mod_auth_gssapi options
.....
Require valid-user
I removed "Require all granted" and the basic auth username / password
box from the browser appears and works.
regards,
Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5326 bytes
Desc: S/MIME Cryptographic Signature
Url : http://mailman.mit.edu/pipermail/kerberos/attachments/20160405/23de9852/attachment.bin
More information about the Kerberos
mailing list