From: Frank Sweetser Date: Fri, 21 Jul 2006 15:22:58 +0000 (+0000) Subject: Escape a couple of missed underscores. X-Git-Tag: Release-2.0.0~738 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c495375e210d6876586c1d3bce85d7c2a840c59d;p=bacula%2Fdocs Escape a couple of missed underscores. --- diff --git a/docs/manual/postgresql.tex b/docs/manual/postgresql.tex index 0dfbae3b..ef75ab7f 100644 --- a/docs/manual/postgresql.tex +++ b/docs/manual/postgresql.tex @@ -143,7 +143,7 @@ PostgreSQL-directory/bin/psql --command \\dp bacula \normalsize Also, I had an authorization problem with the password. In the end, -I had to modify my {\bf pg_hba.conf} file (in /var/lib/pgsql/data on my machine) +I had to modify my {\bf pg\_hba.conf} file (in /var/lib/pgsql/data on my machine) from: \footnotesize @@ -159,7 +159,7 @@ to do from a security standpoint. However, it allowed me to run my regression scripts without having a password. A more secure way to perform database authentication is with md5 -password hashes. Begin by editing the {\bf pg_hba.conf} file, and +password hashes. Begin by editing the {\bf pg\_hba.conf} file, and just prior the the existing ``local'' and ``host'' lines, add the line: \footnotesize