diff --git a/manuals/en/main/operating-system-univention-corporate-server.tex b/manuals/en/main/operating-system-univention-corporate-server.tex index 9f0dad9..5dc146d 100644 --- a/manuals/en/main/operating-system-univention-corporate-server.tex +++ b/manuals/en/main/operating-system-univention-corporate-server.tex @@ -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: @@ -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:~# ucr set bareos/webui/console/user1/password="bareos" +Setting bareos/webui/console/user1/password +File: /etc/bareos/bareos-dir.conf +[ ok ] Reloading Bareos Director: bareos-dir. +root@ucs:~# ucr set bareos/webui/console/user1/username="bareos" +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} diff --git a/manuals/images/Makefile b/manuals/images/Makefile index c6ebb79..e1cb8df 100644 --- a/manuals/images/Makefile +++ b/manuals/images/Makefile @@ -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 @@ -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 diff --git a/manuals/images/univention-configuration-registry-settings.png b/manuals/images/univention-configuration-registry-settings.png new file mode 100644 index 0000000..effb4be Binary files /dev/null and b/manuals/images/univention-configuration-registry-settings.png differ diff --git a/manuals/images/univention-ucs-overview-administration.png b/manuals/images/univention-ucs-overview-administration.png new file mode 100644 index 0000000..891e348 Binary files /dev/null and b/manuals/images/univention-ucs-overview-administration.png differ