On Thursday, December 22, 2016 at 11:00:10 AM UTC+2, Emerson Antunes Coimbra 
wrote:
> Hi everyone,
> 
> I started using Bareos in my company about two years ago. Version 14.x. I 
> used the webui in its first versions without problems. Around the same time 
> that Bareos 15 was launched, my webui stopped working. I just could not log 
> in and no error message was displayed on the screen or in logs. Move on...
> 
> Yesterday I made the migration to version 16.2.4. Everything works, except 
> the webui.
> 
> :(
> 
> The problem is: when I put the access credentials, the webui instead of log 
> me in dashboard, nothing happens and the user/password fields go blank again.
> 
> If I intentionally mistake the user or the password, the system informs me 
> that there is an error, ie the user/password is being validated!
> 
> I've tried everything
> *Create new users
> *Change password patterns
> *Switching browsers
> *Private window
> 
> Nothing works. Always the same problem. Nothing in Bareos logs, nothing in 
> Apache logs. I googled a lot and found no case like this.
> 
> Any suggestion?
> 
> Thanks,
> Emerson
> 
> 
> ************************
>        My setup
> ************************
> 
> CentOS 7.3.1611 
> Bareos 16.2.4
> PostgreSQL 9.2.18
> Httpd 2.4.6
> PHP 5.4.16
> Installation via repositories, all packets updated.
> 
> ************************
> Configuration files
> ************************
> 
> [root@thanos console]# pwd
> /etc/bareos/bareos-dir.d/console
> [root@thanos console]# ll
> total 12
> -rw-r--r--. 1 bareos bareos 126 Dez 21 13:08 admin.conf
> -rw-r--r--. 1 bareos bareos 203 Dez 21 12:40 bareos-mon.conf
> -rw-r-----. 1 bareos bareos  75 Dez 21 13:20 ecoimbra.conf
> [root@thanos console]# cat admin.conf
> #
> # Restricted console used by bareos-webui
> #
> Console {
>   Name = digit
>   Password = "bareos@cnen"
>   Profile = "webui-admin"
> }
> [root@thanos console]# cat ecoimbra.conf
> Console {
>   Name = ecoimbra
>   Password = cnen123
>   Profile = webui-admin
> }
> 
> [root@thanos console]# pwd
> /etc/bareos/bareos-dir.d/console
> [root@thanos console]# cd ..
> [root@thanos bareos-dir.d]# cd profile/
> [root@thanos profile]# ll
> total 8
> -rw-r--r--. 1 bareos bareos 459 Dez 21 12:40 operator.conf
> -rw-r--r--. 1 bareos bareos 374 Dez 21 12:40 webui-admin.conf
> [root@thanos profile]# cat webui-admin.conf
> #
> # bareos-webui webui-admin profile resource
> #
> Profile {
>   Name = "webui-admin"
>   CommandACL = !.bvfs_clear_cache, !.exit, !.sql, !configure, !create, 
> !delete, !purge, !sqlquery, !umount, !unmount, *all*
>   Job ACL = *all*
>   Schedule ACL = *all*
>   Catalog ACL = *all*
>   Pool ACL = *all*
>   Storage ACL = *all*
>   Client ACL = *all*
>   FileSet ACL = *all*
>   Where ACL = *all*
> }

I had the same issue and the problem was with the php session folder 
permissions. First check your php.ini for the apache, where session folder is 
pointing and then check the permissions.
Hope that this will solve your login problems.

Regards,
-Tiho ( https://filesend.io - Send large files for free)

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to