I'm a new bacula user and I have a little problem with client console.
I have configured the client console restrictions in bacula-dir.conf like
this: 

...

Console {
  Name = "Client Name"
  Password = ""
  JobACL = "Job Client Name", RestoreFiles-Linux
  ClientACL = client-fd
  StorageACL = "My Storage"
  ScheduleACL = *all*
  PoolACL = *all*
  FileSetACL = Linux
  CatalogACL = MyCatalog
  CommandACL = run, q, quit, restore, status
}

...

With this configuration I want the client console only can use its jobs.
When I execute run jobs from client it work ok, but when I execute a restore
job from client with bconsole program and select the option number 3 (Enter
list of comma separated JobIds to select), I can select a other client job.
Bacula launch a error message (bacula can not use this job), but the restore
process continue and finally it restore this backup in the first client
computer. This is very dangeraous, because any client can get another client
data.
How I can configure this for to solve this problem?

Thanks.
--
View this message in context: 
http://www.nabble.com/Client-console-restrictions-t1773302.html#a4826704
Sent from the Bacula - Users forum at Nabble.com.



_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to