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

Commit

Permalink
Updates Univention Corporate Server Chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Dec 4, 2015
1 parent 15a0b58 commit 376719d
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
34 changes: 33 additions & 1 deletion manuals/en/main/operating-system-univention-corporate-server.tex
Expand Up @@ -64,7 +64,11 @@ \subsubsection{UCR variables}
\begin{description}
\item[no] don't backup the server itself
\item[yes] backup the server itself
\end{description}
\end{description}
\item[\parameter{bareos/webui/console/user1/username}]: admin (default)
\end{description}
\item[\parameter{bareos/webui/console/user1/password}]: none (default)
\end{description}
\end{description}

UCR variables can be set via the Univention Configuration Registry Web interface or via command line:
Expand Down Expand Up @@ -241,3 +245,31 @@ \subsubsection{Client and backup job management}
Enabled = "Yes" #this is the ressource which is toggled on/off by enabling or disabling a backup from the univention gui
}
\end{commands}

\paragraph{Bareos Webui Configuration}$\;$

After installation you just need to setup your login credentials via UCR variables. Therefore, set the Univention configuration registry (UCR) variable bareos/webui/console/user1/username and
bareos/webui/consoles/user1/password according to your needs. The director configuration is automatically reloaded if one of those two variables changes.

\begin{center}
\includegraphics[width=0.8\textwidth]{\idir univention-configuration-registry-settings}
\end{center}

Alternatively you can also set those UCR variables via commandline.

\begin{commands}{Example for changing webui login credentials}
root@ucs:~# <input>ucr set bareos/webui/console/user1/password="bareos"</input>
Setting bareos/webui/console/user1/password
File: /etc/bareos/bareos-dir.conf
[ ok ] Reloading Bareos Director: bareos-dir.
root@ucs:~# <input>ucr set bareos/webui/console/user1/username="bareos"</input>
Setting bareos/webui/console/user1/username
File: /etc/bareos/bareos-dir.conf
[ ok ] Reloading Bareos Director: bareos-dir.
\end{commands}
When your login credentials are set, you can login into Bareos Webui by following the entry in your Administration UCS Overview.
\begin{center}
\includegraphics[width=0.8\textwidth]{\idir univention-ucs-overview-administration}
\end{center}
10 changes: 9 additions & 1 deletion manuals/images/Makefile
Expand Up @@ -15,7 +15,7 @@ COPY_PNG = $(patsubst %.png,conv/%.png,$(ORIG_PNG))
#CONV_FIG_EPS = $(patsubst %.fig,conv/%.eps,$(ORIG_FIG))


all: $(CONV_PNG) $(COPY_PNG) conv/bareos-full-logo.png conv/autoxflate-functionblocks.png conv/bareos-webui-jobs.png conv/blocksize-decisionchart.png conv/Conf-Diagram.png conv/dbconfig-1-enable.png conv/dbconfig-2-select-database-type.png conv/dbconfig-3-postgresql-password.png conv/different_time.png conv/flow.png conv/passive-client-communication.png
all: $(CONV_PNG) $(COPY_PNG) conv/bareos-full-logo.png conv/autoxflate-functionblocks.png conv/bareos-webui-jobs.png conv/blocksize-decisionchart.png conv/Conf-Diagram.png conv/dbconfig-1-enable.png conv/dbconfig-2-select-database-type.png conv/dbconfig-3-postgresql-password.png conv/different_time.png conv/flow.png conv/passive-client-communication.png conv/univention-configuration-registry-settings.png conv/univention-ucs-overview-administration.png

# bareos-full-logo: png is of better quality than eps, therefore take that as source
conv/bareos-full-logo.eps: bareos-full-logo.png
Expand Down Expand Up @@ -70,6 +70,14 @@ conv/duplicate-real.png: duplicate-real.svg
@$(MKDIRCONV)
$(CONVERT) duplicate-real.svg conv/duplicate-real.png

conv/univention-configuration-registry-settings.png: univention-configuration-registry-settings.png
@$(MKDIRCONV)
$(COPY) univention-configuration-registry-settings.png conv/

conv/univention-ucs-overview-administration.png: univention-ucs-overview-administration.png
@$(MKDIRCONV)
$(COPY) univention-ucs-overview-administration.png conv/

conv/%.png: %.png
@$(MKDIRCONV)
#$(CONVERT) $< conv/`basename $< .eps`.png
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 376719d

Please sign in to comment.