Hi!, I just upgraded my home test installation from old SVN version to CE edition and I'm having issues authenticating with http-auth.

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/
  ServerName  observium.lab.com
  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
        KrbAuthRealms   LAB.COM
        Krb5KeyTab      /etc/httpd/lab.keytab
        KrbLocalUserMapping On
        Require valid-user
  </Directory>
</VirtualHost>

Any pointers?

Regards,

--
Ciro Iriarte
http://iriarte.it
--