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,
Is that from the install doco ? doesn't observium have it's own authentication methods and not use apache ?
thanks
Peter Hine Senior Technical Support Engineer (Servers) FCoA ITS peter.hine@familycourt.gov.au
********************************************************************** The information contained in this e-mail (including any attachments) is for the exclusive use of the addressee. If you are not the intended recipient please notify the sender immediately and delete this e-mail. It is noted that legal privilege is not waived because you have read this e-mail. **********************************************************************
2015-07-14 19:12 GMT-04:00 Peter.Hine@familycourt.gov.au:
Is that from the install doco ? doesn't observium have it's own authentication methods and not use apache ?
thanks
Peter Hine Senior Technical Support Engineer (Servers) FCoA ITS peter.hine@familycourt.gov.au
The default authentication origin is the app/database, but it also allows for webserver authentication.
Regards,
participants (2)
-
Ciro Iriarte
-
Peter.Hine@familycourt.gov.au