Hi everybody,

I installed Bareos 16.2 RC1 on Ubuntu 16.04.1.
Everything works, bconsole is OK.

But trying to log into the webui gives me following error:

Backup-dir: ERROR in authenticate.c:282 Unable to authenticate console 
"BckpAdmin" at client:192.168.100.210:9101.

How can I check if that user is still in the database?
Any ideas?

I added the relevant config files (I hope)

baroes/bareos-dir.d/console/admin.conf:
#
# Restricted console used by bareos-webui
#
Console {
   Name = BckpAdmin
   Password = "XXXXXXXX" 
   Profile = "webui-admin"
}

bareos/bareos-dir.d/profile/operator.conf:
Profile {
   Name = operator
   Description = "Profile allowing normal Bareos operations."

   Command ACL = !.bvfs_clear_cache, !.exit, !.sql
   Command ACL = !configure, !create, !delete, !purge, !sqlquery, !umount, 
!unmount
   Command ACL = *all*

   Catalog ACL = *all*
   Client ACL = *all*
   FileSet ACL = *all*
   Job ACL = *all*
   Plugin Options ACL = *all*
   Pool ACL = *all*
   Schedule ACL = *all*
   Storage ACL = *all*
   Where ACL = *all*
}

bareos/bareos-dir.d/profile/webui-admin.conf
#
# bareos-webui webui-admin profile resource
#
Profile {
  Name = webui-admin
  Command ACL = !.bvfs_clear_cache, !.exit, !.sql
  Command ACL = !configure, !create, !delete, !purge, !sqlquery, !umount, 
!unmount
  Command ACL = *all*

  Catalog ACL = *all*
  Client ACL = *all*
  FileSet ACL = *all*
  Job ACL = *all*
  Pool ACL = *all*
  Schedule ACL = *all*
  Storage ACL = *all*
  Where ACL = *all*
}

Thanks for the OSB conference I enjoyed it very much.

Jochen

-- 
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