Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
updates TLS information
  • Loading branch information
joergsteffens committed Apr 15, 2016
1 parent 071401c commit 5d545d4
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 253 deletions.
14 changes: 6 additions & 8 deletions manuals/en/main/README.document-conventions.txt
Expand Up @@ -4,17 +4,15 @@ Please refer to bareos.sty regarding defined macros that should be used.
Conventions

Domain: example.com
Hosts: ???
Hosts:
* bareos.example.com (if only one system, or one system for Director and Storage Daemon (and webui)
* bareos-dir.example.com
* bareos-sd1.example.com, bareos-sd2.example.com, ...
* client1.example.com, client2.example.com, ... (Clients, where Bareos is running on).

\fileStoragePath
\unixConfigPath

Links, internal:
\ilink{Description}{LaTex-Label}

Links, external
\elink{Description}{URL}

\newcommand{\command}[1]{\path|#1|}
\newcommand{\bcommand}[1]{\path|#1|}
\newcommand{\file}[1]{\path|#1|}
Expand Down Expand Up @@ -78,4 +76,4 @@ Using \index:

There are 4 indexes: general, dir, sd, fd, console, monitor.
The default is general. Maybe the other indexes will get integrated into general.
It is possible to define a hierachie of index words, seperated by "!".
It is possible to define a hierarchy of index words, separated by "!".
2 changes: 1 addition & 1 deletion manuals/en/main/bareos-manual-main-reference.tex
Expand Up @@ -45,7 +45,7 @@
% mdframed does not work on openSUSE 12.2
%\usepackage{mdframed}

% check for undefined references (refcheck),
% check for undefined references (refcheck),
% but don't write them as marginal notes,
% instead only write remarks to the log file
\usepackage[norefs,nocites]{refcheck}
Expand Down
10 changes: 3 additions & 7 deletions manuals/en/main/bconsole-resource-director-definitions.tex
Expand Up @@ -8,8 +8,7 @@

\defDirective{Console}{Director}{Dir Port}{}{}{%
This port must be identical to the
\linkResourceDirective{Dir}{Director}{Dir Port} specified in the {\bf Director} resource of
the \nameref{DirectorChapter} file.
\linkResourceDirective{Dir}{Director}{Dir Port} specified in the \nameref{DirectorChapter} file.
}

\defDirective{Console}{Director}{Heartbeat Interval}{}{}{%
Expand All @@ -21,11 +20,8 @@
}

\defDirective{Console}{Director}{Password}{}{}{%
Where the password is the password needed for the Director to accept the
Console connection. This password must be identical to the {\bf Password}
specified in the {\bf Director} resource of the
\nameref{DirectorChapter} file. This
directive is required.
This password is used to authenticate when connecting to the \bareosDir as default console.
It must correspond to \linkResourceDirective{Dir}{Director}{Password}.
}

\defDirective{Console}{Director}{TLS Authenticate}{}{}{%
Expand Down
10 changes: 3 additions & 7 deletions manuals/en/main/director-resource-director-definitions.tex
Expand Up @@ -151,13 +151,9 @@

\defDirective{Dir}{Director}{Password}{}{}{%
Specifies the password that must be supplied for the default Bareos
Console to be authorized. The same password must appear in the {\bf
Director} resource of the Console configuration file. For added
security, the password is never passed across the network but instead a
challenge response hash code created with the password.
Bareos tries to generate a random password during the configuration
process, otherwise it will be left blank and you must manually supply
it.
Console to be authorized.
This password correspond to \linkResourceDirective{Console}{Director}{Password}
of the Console configuration file.

The password is plain text.
}
Expand Down

0 comments on commit 5d545d4

Please sign in to comment.