]> git.sur5r.net Git - bacula/docs/commitdiff
Document issues surrounding bug #990.
authorDan Langille <dan@langille.org>
Mon, 22 Oct 2007 23:00:35 +0000 (23:00 +0000)
committerDan Langille <dan@langille.org>
Mon, 22 Oct 2007 23:00:35 +0000 (23:00 +0000)
passing the password on the command line

docs/manual/pools.tex
docs/manual/postgresql.tex
docs/manual/strategies.tex

index 399664853fd30834a949700eff1538b8774ba829..10217f846897b252408ae3c260b153e31e96061a 100644 (file)
@@ -262,6 +262,8 @@ Job {
   Messages = Standard
   Pool = Default
   # This creates an ASCII copy of the catalog
+  # WARNING!!! Passing the password via the command line is insecure.
+  # see comments in make_catalog_backup for details.
   RunBeforeJob = "/home/bacula/bin/make_catalog_backup bacula bacula"
   # This deletes the copy of the catalog
   RunAfterJob  = "/home/bacula/bin/delete_catalog_backup"
index b59a8d4e2c959190ac753f4843223db93579742f..88ee31fe344cb920b85d30e3d47153e6106656a3 100644 (file)
@@ -230,6 +230,8 @@ password in place, these two lines should look something like:
 \begin{verbatim}
   dbname = bacula; user = bacula; password = "secret"
     ... and ...
+ # WARNING!!! Passing the password via the command line is insecure.
+ # see comments in make_catalog_backup for details.
   RunBeforeJob = "/etc/make_catalog_backup bacula bacula secret"
 \end{verbatim}
 \normalsize
index c3eaed624ae524aaa86fdad42aebe5180df0bb2b..ed2172cb2fd94f7010e5f834d2666c2aa9f692a5 100644 (file)
@@ -232,6 +232,8 @@ Job {
   Messages = Standard
   Pool = Default
  # This creates an ASCII copy of the catalog
+ # WARNING!!! Passing the password via the command line is insecure.
+ # see comments in make_catalog_backup for details.
   RunBeforeJob = "/usr/lib/bacula/make_catalog_backup -u bacula"
  # This deletes the copy of the catalog, and ejects the tape
   RunAfterJob  = "/etc/bacula/end_of_backup.sh"