]> git.sur5r.net Git - bacula/bacula/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

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5782 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/bacula-dir.conf.in

index 45b8fc0e55869d5229649274df7bbd8d58700573..2efe50f4990b76e5cd1862bacb15118fa6e4d5e1 100644 (file)
@@ -61,6 +61,8 @@ Job {
   FileSet="Catalog"
   Schedule = "WeeklyCycleAfterBackup"
   # 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 = "@scriptdir@/make_catalog_backup bacula bacula"
   # This deletes the copy of the catalog
   RunAfterJob  = "@scriptdir@/delete_catalog_backup"