AuthUserFile /var/www/baculum/protected/Data/baculum.users
Require valid-user
-For creating passwords file you may use htpasswd binary file in next way:
+For creating passwords file you can use htpasswd binary file in next way:
# htpasswd -c /var/www/baculum/protected/Data/baculum.users someuser
"-c" switcher you should use only for new created passwords file. For existing
passwords file "-c" switcher should not be provided.
+NOTE!
+From version 7.2.0 plain text passwords for HTTP Basic authentication are no longer
+supported by Baculum. For more information please see README file (FAQ, point "b").
+
At the end there is need to give web server user possibility to manage the auth file:
For example:
PHP configuration file to higher value than 256M. There is also possible to set
limit window list elements on webGUI in window tools option (on window bottom
bar), without changing "memory_limit" value.
+
+b) Just after finish initial wizard there is not possible to login to Baculum
+
+ From Baculum 7.2.0 has been changed format storing passwords. Passwords
+stored by Baculum for HTTP Basic authentication are encrypted by MD5. It is default
+alghoritm used by "htpasswd" program. Plain text passwords for HTTP Basic auth
+are not longer supported by Baculum.
+ From this reason good to check if used web server for Baculum is set to using
+MD5 type passwords in HTTP Basic authentication.