Re: [Bacula-users] Authentication at Baculum [SOLVED]

2020-01-18 Thread Marcin Haba
Hello Ricardo, It is good to hear, that you solved problem with authentication and that you prepared HTML form changes for that. Yes, every contribution is welcome. Information about contributing in Bacula project you can find here: https://www.bacula.org/what-is-bacula/making-contributions/ Yo

Re: [Bacula-users] Authentication at Baculum [SOLVED]

2020-01-17 Thread Ricardo Aragão da Silva
Hi, I solved the problem. Now my Baculum have a version of authentication using Prado Auth with a simple HTML Form. I implemented using same file (htpasswd) of users. If this is an important feature for project, I can make a pull request. Thanks for your attention. Regards, Ricardo > On

Re: [Bacula-users] Authentication at Baculum

2020-01-16 Thread Ricardo Aragão da Silva
Hi guys, I disabled Auth Basic and works fine. Now I’m trying add a Prado Auth customized.It works fine the authentication, but after login nothing data is loaded. This error is showed to me : I think that I need set more some thing to works fine. I already set $_SERVER[‘PHP_AUTH_USER’]. S

Re: [Bacula-users] Authentication at Baculum

2020-01-04 Thread Rasmus Linden
Hi Ricardo! I have baculum ( or its actually apache doing the lifting) authenticate against my companies ldap server. Works like a charm, highly recommendable solution. All the best Ras > On 5 Jan 2020, at 5:47 am, Marcin Haba wrote: > > Hello Ricardo, > > Yes, it is possible to disable Auth

Re: [Bacula-users] Authentication at Baculum

2020-01-04 Thread Marcin Haba
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

[Bacula-users] Authentication at Baculum

2020-01-03 Thread Ricardo Aragão da Silva
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:/