aktueller Stand Projekt
Dieser Commit ist enthalten in:
Ursprung
e377005bef
Commit
15a69ad1fb
|
@ -23,7 +23,7 @@
|
||||||
\RequirePackage{wrapfig} % Platz vom Text
|
\RequirePackage{wrapfig} % Platz vom Text
|
||||||
\RequirePackage{nameref} % namensreferenzen
|
\RequirePackage{nameref} % namensreferenzen
|
||||||
\RequirePackage{float} % verhindert das Tabellen ans Ende fliegen
|
\RequirePackage{float} % verhindert das Tabellen ans Ende fliegen
|
||||||
\RequirePackage[outputdir=build]{minted} % Quellcode listings
|
\RequirePackage[outputdir=build,section]{minted} % Quellcode listings
|
||||||
\usepackage{arydshln} % Tabellendeko
|
\usepackage{arydshln} % Tabellendeko
|
||||||
% KOMA-Konfiguration
|
% KOMA-Konfiguration
|
||||||
\KOMAoptions{
|
\KOMAoptions{
|
||||||
|
|
|
@ -81,6 +81,36 @@
|
||||||
\caption{/etc/network/interfaces von \management}
|
\caption{/etc/network/interfaces von \management}
|
||||||
\label{list:interfacesh}
|
\label{list:interfacesh}
|
||||||
\end{listing}
|
\end{listing}
|
||||||
|
\begin{listing}[H]
|
||||||
|
\begin{minted}{sources.list}
|
||||||
|
deb http://repos.fusiondirectory.org/fusiondirectory-current/debian-jessie jessie main
|
||||||
|
deb http://repos.fusiondirectory.org/fusiondirectory-extra/debian-jessie jessie main
|
||||||
|
\end{minted}
|
||||||
|
\caption{/etc/apt/sources.list.d/fusiondirectory.list}
|
||||||
|
\label{list:fussourcelist}
|
||||||
|
\end{listing}
|
||||||
|
\begin{listing}[H]
|
||||||
|
|
||||||
|
\begin{minted}{bash}
|
||||||
|
apt install 'fusiondirectory-plugin-(dovecot|mail|postfix|quota|sogo)' fusiondirectory-schema
|
||||||
|
fusiondirectory-insert-schema
|
||||||
|
fusiondirectory-insert-schem -i /etc/ldap/schema/fusiondirectory/dovecot-fd.schema
|
||||||
|
fusiondirectory-insert-schem -i /etc/ldap/schema/fusiondirectory/mail-fd*
|
||||||
|
fusiondirectory-insert-schem -i /etc/ldap/schema/fusiondirectory/postfix-fd.schema
|
||||||
|
fusiondirectory-insert-schem -i /etc/ldap/schema/fusiondirectory/quota*
|
||||||
|
fusiondirectory-insert-schem -i /etc/ldap/schema/fusiondirectory/sogo-fd-conf.schema /etc/ldap/schema/fusiondirectory/cal*
|
||||||
|
fusiondirectory-insert-schem -i /etc/ldap/schema/fusiondirectory/systems-fd* /etc/ldap/schema/fusiondirectory/service-fd.schema
|
||||||
|
\end{minted}
|
||||||
|
\caption{Installation Schemata für Fusiondirectory}
|
||||||
|
\label{list:fusschemainstall}
|
||||||
|
\end{listing}
|
||||||
|
\begin{listing}[H]
|
||||||
|
\begin{minted}{bash}
|
||||||
|
apt install fusiondirectory 'fusiondirectory-plugin-(dovecot|mail|posix|postfix|quota|sogo)$'
|
||||||
|
\end{minted}
|
||||||
|
\caption{Installation fusiondirectory auf \management{}}
|
||||||
|
\label{list:fusapainstall}
|
||||||
|
\end{listing}
|
||||||
\section{Abkürzungen}
|
\section{Abkürzungen}
|
||||||
\begin{acronym}[LDAP]
|
\begin{acronym}[LDAP]
|
||||||
\acro{VM}{virtuelle Maschine}
|
\acro{VM}{virtuelle Maschine}
|
||||||
|
@ -93,7 +123,7 @@
|
||||||
\acro{SSH}{Secure Shell}
|
\acro{SSH}{Secure Shell}
|
||||||
\acro{CD}{Compact Disk}
|
\acro{CD}{Compact Disk}
|
||||||
\acro{LDAP}{Lightweight Directory Access Protocol}
|
\acro{LDAP}{Lightweight Directory Access Protocol}
|
||||||
\acro{GPG}{Gnu Privacy Guard}
|
\acro{GPG}{GNU Privacy Guard}
|
||||||
\end{acronym}
|
\end{acronym}
|
||||||
\printbibliography[title=Quellenverzeichnis]
|
\printbibliography[title=Quellenverzeichnis]
|
||||||
\listoffigures
|
\listoffigures
|
||||||
|
|
|
@ -24,41 +24,8 @@ Die Frage nach dem Administratorpasswort für \texttt{slapd} habe ich mit dem Pa
|
||||||
|
|
||||||
\section{Installation Nutzerverwaltung}
|
\section{Installation Nutzerverwaltung}
|
||||||
%\blindtext[3]
|
%\blindtext[3]
|
||||||
Auf\master{} und \management habe ich die folgenden \texttt{sources.list} Einträge hinzugefügt hineingeschrieben:
|
Auf\master{} und \management{} habe ich die Quellen für Fusiondirectory(Listing \ref{list:fussourcelist}) gespeichert und den \acs{GPG}-Schlüssel \texttt{0xD744D55EACDA69FF} dem Schlüsselbund beider Rechner hinzugefügt. Hiernach habe ich ein Update der Pakete und Quellen durchgeführt und auf \master{} die Befehle aus Listing \ref{list:fusschemainstall} als root ausgeführt. Auf \management{} habe ich die entsprechenden Pakete(Listing \ref{list:fusapainstall}) installiert.
|
||||||
\begin{listing}[H]
|
|
||||||
\begin{minted}{sources.list}
|
|
||||||
deb http:// jessie main
|
|
||||||
deb http:// jessie main
|
|
||||||
\end{minted}
|
|
||||||
\caption{/etc/apt/sources.list.d/.list}
|
|
||||||
\end{listing}
|
|
||||||
\begin{listing}[H]
|
|
||||||
\begin{minted}{sources.list}
|
|
||||||
deb http:// jessie main
|
|
||||||
deb http:// jessie main
|
|
||||||
\end{minted}
|
|
||||||
\caption{/etc/apt/sources.list.d/.list}
|
|
||||||
\end{listing}
|
|
||||||
\begin{listing}[H]
|
|
||||||
\begin{minted}{sources.list}
|
|
||||||
deb http:// jessie main
|
|
||||||
deb http:// jessie main
|
|
||||||
\end{minted}
|
|
||||||
\caption{/etc/apt/sources.list.d/.list}
|
|
||||||
\end{listing}
|
|
||||||
\begin{listing}[H]
|
|
||||||
\begin{minted}{sources.list}
|
|
||||||
deb http:// jessie main
|
|
||||||
deb http:// jessie main
|
|
||||||
\end{minted}
|
|
||||||
\caption{/etc/apt/sources.list.d/.list}
|
|
||||||
\end{listing}
|
|
||||||
\begin{minted}{sources.list}
|
|
||||||
deb http:// jessie main
|
|
||||||
deb http:// jessie main
|
|
||||||
\end{minted}
|
|
||||||
|
|
||||||
Hiernach habe ich den \acs{GPG}-Schlüssel \texttt{0xFFFFFFFF} dem Schlüsselbund beider Rechner hinzugefügt.
|
|
||||||
\section{Installation Remoteumgebung}
|
\section{Installation Remoteumgebung}
|
||||||
%\blindtext[2]
|
%\blindtext[2]
|
||||||
\section{Installation Monitoring}
|
\section{Installation Monitoring}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 342ff967cc109f8e21e743d841434b08737d9e6c
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!ipxe
|
||||||
|
dhcp
|
||||||
|
imgfetch tftp://zeus.literm.local/ltsp/i386/initrd.img
|
||||||
|
imgfetch tftp://zeus.literm.local/ltsp/i386/vmlinuz
|
||||||
|
boot vmlinuz ro initrd=initrd.img init=/sbin/init-ltsp quiet root=/dev/nbd0
|
In neuem Issue referenzieren