Hello Ricardo, Yes, it is possible to disable Auth Basic in Baculum Web. To do that you need to disable Auth Basic in your web server config file for Baculum Web and then you need to do a workaround in code by defining default Baculum Web user in gui/baculum/protected/Web/Init.php file, somewhere at the beginning of this file, for example:
$_SERVER['PHP_AUTH_USER'] = 'admin'; $_SERVER['PHP_AUTH_PW'] = 'admin'; This way Baculum Web will default use this user/pass to work without Auth Basic. For other methods, unfortunately HTML form nor OAuth2 for Baculum Web are not supported. I hope it helps. Best regards, Marcin Haba (gani) On Sat, 4 Jan 2020 at 00:32, Ricardo Aragão da Silva <rara...@raragao.eng.br> wrote: > > Hi guys, > > Someone knows if is possible disable Auth Basic of the Baculum or change for > other Auth type, like HTML form, for example ? Or use oauth2 to auth to web? > > Thanks > > Ricardo > > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users -- "Greater love hath no man than this, that a man lay down his life for his friends." Jesus Christ "Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie za przyjaciół swoich." Jezus Chrystus _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users