On the first try I get my own AuthName which has a value of "testing lab" but once I input the authentication info I get another box asking for authentication, with a new AuthName with value "Unauthorised access or use shall render the user liable to criminal and/or civil prosecution.".
Can anybody tell me if authentication changed sin the single version times?.
This is the configuration file that worked previusly:
<VirtualHost *:80>
DocumentRoot /opt/observium/html/
CustomLog /opt/observium/logs/access_log combined
ErrorLog /opt/observium/logs/error_log
<Directory "/opt/observium/html/">
AllowOverride All
Options FollowSymLinks MultiViews Includes
Require all granted
Order allow,deny
Allow from all
AuthType Kerberos
AuthName "testing lab"
KrbMethodNegotiate On
KrbMethodK5Passwd On
Krb5KeyTab /etc/httpd/lab.keytab
KrbLocalUserMapping On
Require valid-user
</Directory>
</VirtualHost>
Any pointers?
Regards,
--