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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to