User Access Control on the mongoose server depended on two things. Firstly, it needed the presence of user/password file /opt/etc/.htpasswd, and secondly ir required two additional entries in the mongoose configuration file /opt/etc/mongoose.conf
These are :
authentication_domain Foxsat-HDR
global_passwords_file /opt/etc/.htpasswd
Without these additional entries mongoose would not prompt for a username and password, even if the .htpasswd file existed.
All that the lighttpd server requires is the existence of the .htpasswd file to enable UAC. I suspect that was what happened in your case, although I'm at a loss to explain how that situation could arise considering you have never set a password.
The 401 error is the standard 'Unauthorized' error you get when entering empty user name or password fields.
Anyway, if you still want unrestricted access to your HDR then you can either remove the user you created via the Settings page, or simply delete the /opt/etc/.htpasswd file. Either way you will need to restart to pick up the changes.
| Mon 9 Jun 2014 10:34:08
#4 |