Skip to content

Commit

Permalink
Add JobACL to monitor console to see jobs
Browse files Browse the repository at this point in the history
Looks like before the status command did not limit the
view of jobs according to the JobACL.

As the ACLs now have been fixed, we need to allow the
monitor ressource to see all jobs because otherwise
we see nothing.

Fixes #378: Bareos tray monitor - not accurate information from
bareos-dir
  • Loading branch information
pstorz committed Dec 22, 2014
1 parent f9305b5 commit 5764150
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions platforms/univention/conffiles/etc/bareos/bareos-dir.conf
Expand Up @@ -355,6 +355,7 @@ Console {
Name = @%@hostname@%@.@%@domainname@%@-mon
Password = "monitor"
CommandACL = status, .status
JobACL = *all*
}

@/etc/bareos/autogenerated/clients.include
1 change: 1 addition & 0 deletions src/defaultconfigs/diskonly/bareos-dir.conf.in
Expand Up @@ -335,4 +335,5 @@ Console {
Name = @basename@-mon
Password = "@mon_dir_password@"
CommandACL = status, .status
JobACL = *all*
}
1 change: 1 addition & 0 deletions src/defaultconfigs/legacy/bareos-dir.conf.in
Expand Up @@ -316,4 +316,5 @@ Console {
Name = @basename@-mon
Password = "@mon_dir_password@"
CommandACL = status, .status
JobACL = *all*
}

0 comments on commit 5764150

Please sign in to comment.