On Tuesday 30 January 2007 15:56, Zeratul wrote:
> Hi
>
> I'm wondering if there is any way to limit the effect of some commands,
> defined in CommandACL, to specific jobs or clients.
>
> Basically, I created a console with limited rights, as follows:
> ------------------------------------------------------------------------
> Console {
>   Name = projectserve01
>   Password = "restricted_passwordA"
>   JobACL = "Backup projectserve01 files", "Restore projectserve01 files"
>   ClientACL = projectserve01
>   StorageACL = pw_windows
>   ScheduleACL = *all*
>   FileSetACL = projectserve01
>   PoolACL = pw_windows
>   CatalogACL = Bacula_catalog
>   CommandACL = run, restore, help, status, .filesets, autodisplay
> }
> ------------------------------------------------------------------------
>
> All the commands are working fine - this restricted console has access just
> to defined resources. But I want to give this console the posibility to
> cancel one of its own jobs (related in this case to client projectserve01).
> Adding the command "cancel" in CommandACL, I discovered the restricted
> console is able to cancel _any_ running job.
>
> I am missing something in the console configuration? 

No, I don't think you are missing anything.  

This is what I would call a bug or more correctly just an oversight. There are 
probably a good number of such "little" oversights, many of which I corrected 
in version 2.0.0.  

I recommend that you submit a bug report with bugs.bacula.org, which will 
ensure that this item is fixed as soon as possible and will not be lost.

Regards,

Kern


> Thank you. 
>
> Daniel
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to