blob: bc92e17088552aad36d3a9482739085bf6536c9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2008/07/13 15:26:36 tonnerre Exp $
--- manual/postgresql.tex.orig 2007-01-05 18:20:41.000000000 +0100
+++ manual/postgresql.tex
@@ -200,6 +200,8 @@ password in place, these two lines shoul
\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
|