In order for one daemon to contact another daemon, it must authorize itself
with a password. In most cases, the password corresponds to a particular name,
-so both the name and the password must match to be authorized.
+so both the name and the password must match to be authorized. Passwords are
+plain text, any text. They are not generated by any special process; just
+use random text.
The default configuration files are automatically defined for correct
authorization with random passwords. If you add to or modify these files, you
process, otherwise it will be left blank and you must manually supply
it.
+ The password is plain text. It is not generated through any special
+ process.
+
\item [Messages = \lt{}Messages-resource-name\gt{}]
\index[dir]{Messages}
\index[dir]{Directive!Messages}
Bacula will generate a random password during the configuration process,
otherwise it will be left blank.
+ The password is plain text. It is not generated through any special
+ process.
+
\label{FileRetention}
\item [File Retention = \lt{}time-period-specification\gt{}]
\index[dir]{File Retention}
Bacula will generate a random password during the configuration process,
otherwise it will be left blank.
+ The password is plain text. It is not generated through any special
+ process.
+
\item [Device = \lt{}device-name\gt{}]
\index[dir]{Device}
\index[dir]{Directive!Device}
machine, Bacula will generate a random password during the configuration
process, otherwise it will be left blank.
+ The password is plain text. It is not generated through any special
+ process.
+
\item [JobACL = \lt{}name-list\gt{}]
\index[dir]{JobACL}
\index[dir]{Directive!JobACL}
work that backs up say one directory, or even one file. You will quickly find
out what tape it wants, and you can mount it before you go home ...
+\label{Password generation}
+\section{Password generation}
+\item [How do I generate a password?]
+\index[general]{MaxVolumeSize}
+
+ Each daemon needs a password. This password occurs in the configuration
+ file for that daemon and in the bacula-dir.conf file. These passwords are
+ plain text. There is no special generation procedure. Most people just
+ use random text.
+
+ Passwords are never sent over the wire in plain text. They are always
+ encrypted.
+
+ Security surrounding these passwords is best left security to your
+ operating system. Passwords are not encrypted within Bacula
+ configuration files.
+
\end{description}
+
\ No newline at end of file