% !TEX root = LiTerm.tex % !TeX encoding = UTF-8 % !TeX spellcheck = de_DE \chapter{Anhang} \begin{figure} \includegraphics[width=0.7\textwidth]{bilder/openprojectldap.png} \caption{Openproject LDAP Einstellungen} \label{bild:opproldap} \end{figure} \begin{figure} \includegraphics[width=0.9\textwidth]{bilder/ACLBenutzer.png} \caption{ACL Benutzer} \label{bild:benutzeracl} \end{figure} \begin{table}[H]% Tabelle Servereinstellungen \begin{tabular}{|l|l|l|l|} \hline &\master&\remote&\management\\\hline Sprache&\multicolumn{3}{c|}{Deutsch}\\\hline Land&\multicolumn{3}{c|}{Deutschland}\\\hline Tastatur&\multicolumn{3}{c|}{Deutsch}\\\hline Hostname&\master&\remote&\management\\\hline Domain&\multicolumn{3}{c|}{literm.local}\\\hline Rootpasswort&\multicolumn{3}{c|}{pietIrgun}\\\hline Name des Benutzers&\multicolumn{3}{c|}{Administrator}\\\hline benutzername&\multicolumn{3}{c|}{administrator}\\\hline Benutzerpasswort&\multicolumn{3}{c|}{swufvac\$}\\\hline Partitionen&ESP 500 MB&ESP 500 MB&ESP 500 MB\\\cline{2-4} &/ 100GB&/ 45GB&/ 100GB\\\cline{2-4} &&/home 50GB&\\\cline{2-4} &&/media/gruppenlaufwerk 25GB&\\\cline{2-4} &/var 20GB&&/var 20GB\\\cline{2-4} &SWAP 7,5GB&SWAP 7,5GB&SWAP 7,5GB\\\hline Spiegelserver&\multicolumn{3}{c|}{ftp.de.debian.org}\\\hline Packeterfassung&\multicolumn{3}{c|}{Nein}\\\hline Softwareauswahl&\multicolumn{3}{c|}{ssh-server, standardsystemwerkzeuge}\\\hline \end{tabular} \caption{Einstellungen der Server bei Installation} \label{tab:einstserver} \end{table} \begin{table}[H]% Passwörter \centering \begin{tabular}{lll} \textbf{Anwendung}&\textbf{Benutzername}&\textbf{Passwort}\\\hdashline LDAP-Administrator&admin&ErlIfguc\\ Icinga2 Datenbankpasswort&icinga2&WewCegor\\ Fusiondirectory&administrator&DyWeejis\\ Openproject&admin&UsadBykEv5\\ Openproject Datenbank&openproject&natQuerrUn\_Ob7\\ SoGo&sogo&9Zz=\%pvy\\ Standardpasswort&&Bbw12345 \end{tabular} \caption{Passwörter} \label{tab:passwort} \end{table} \begin{table}[H]% Lizenzkosten Microsoft \centering \begin{tabular}{|l|l|r|} \hline \textbf{Lizenz} & \textbf{Einheit} & \textbf{Kosten pro Einheit}\\\hline Windows Office Standard 2016& Nutzer&76,38 €\\\hline Windows Server 2016 \acs{RDS}-\acs{CAL}& Nutzer&21,13 €\\\hline Windows Server 2016 \acs{CAL} & 5 Nutzer & 51,19 €\\\hline Windows Server 2016 & 2 Kerne & 901,64 €\\\hline \end{tabular} \caption{Lizenzkosten Microsoft für gemeinnützige Einrichtungen} \label{tab:lizenzmicrosoft} \end{table} \begin{table}[H]% Alternative Software Lizenzkosten \centering \begin{tabular}{|l|l|r|} \hline \textbf{Lizenz}&\textbf{Einheit}&\textbf{Kosten}\\\hline SoGo Support&Jahr&700 €\\\hline OpenProject Enterprise&User und Monat& 5€\\\hline Redhat Linux Server Standard&Jahr und Host und Prozessorpaar&649,21€\\\hline \end{tabular} \caption{Alternative Software Lizenzkosten} \label{tab:lizfoss} \end{table} \begin{table}[H] \centering \begin{tabular}{|l|l|} \hline \multicolumn{2}{|c|}{\textbf{Benutzer}}\\\hline Kennung&\%als[0,5]|sn\%\%als[0,3]|givenName\%\\\hline Bevorzugte Sprache&German(Deutsch)\\\hline Passwortmethode&ssha\\\hline Passwort&Bbw12345\\\hline Ort&Karben\\\hline Adresse&Am Heroldsrain 1\\\hline Anzeigename&\%givenName\% \%sn\%\\\hline \hline \multicolumn{2}{|c|}{\textbf{Unix}}\\\hline Basisverzeichnis&/home/\%als[0,5]|sn\%\%als[0,3]|givenName\%\\\hline Shell&/bin/bash\\\hline Primäre Gruppe&users\\\hline \hline \multicolumn{2}{|c|}{\textbf{Mail}}\\\hline Primäre Adresse&\%als[0,5]|sn\%\%als[0,3]|givenName\%@literm.local\\\hline Server&zeus\\\hline Kontigentgröße&1024\\\hline Nur lokale E-Mails&Ja\\\hline \hline \multicolumn{2}{|c|}{\textbf{Kontigent}}\\\hline Server&poseidon\\\hline Gerät&/home\\\hline Hardblocklimit&1 GiB\\\hline Hardinodelimit&0\\\hline Softblocklimit&0 B\\\hline Softinodelimit&0\\\hline \end{tabular} \caption{Einstellungen Benutzervorlage} \label{tab:setbenvor} \end{table} \section{Quellcode} \begin{listing}[H] \inputminted{text}{sourcecode/interfaces.zeus} \caption{/etc/network/interfaces von \master} \label{list:interfacesz} \end{listing} \begin{listing}[H] \inputminted{text}{sourcecode/interfaces.poseidon} \caption{/etc/network/interfaces von \remote} \label{list:interfacesp} \end{listing} \begin{listing}[H] \inputminted{text}{sourcecode/interfaces.hades} \caption{/etc/network/interfaces von \management} \label{list:interfacesh} \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}{sources.list} deb http://packages.icinga.com/debian icinga-stretch main \end{minted} \caption{sources.list eintrag für Icinga2} \label{list:icinsourcelist} \end{listing} \begin{listing}[H] \inputminted{bash}{sourcecode/installation-schema.bash} \caption{Installation Schemata für Fusiondirectory} \label{list:fusschemainstall} \end{listing} \begin{listing}[H] \begin{minted}{bash} apt install apache2 php-mbstring fusiondirectory 'fusiondirectory-plugin-(dovecot|mail|posix|postfix|quota|sogo)$' \end{minted} \caption{Installation fusiondirectory auf \management{}} \label{list:fusapainstall} \end{listing} \begin{listing}[H] \inputminted{apache}{sourcecode/fusiondirectory-virtualhost.conf} \caption{Virtualhost für Fusiondirectory} \label{list:virthostfus} \end{listing} \begin{listing}[H] \inputminted{apache}{sourcecode/sogo-virtualhost.conf} \caption{Virtualhost für Sogo} \label{list:virthostsogo} \end{listing} \begin{listing}[H] \inputminted{apache}{sourcecode/icinga2-virtualhost.conf} \caption{Virtualhost für Icinga2} \label{list:virthosticinga} \end{listing} \begin{listing}[H] \inputminted{text}{sourcecode/named.conf.local} \caption{Zonenbeschreibung für Domäne der Projektumgebung} \label{list:namedconf} \end{listing} \begin{listing}[H] \inputminted{text}{sourcecode/db.literm.local} \caption{Zonendatei der Projektumgebung} \label{list:bindzone} \end{listing} \begin{listing}[H] \inputminted{text}{sourcecode/icinga/hosts.conf} \caption{Einstellungen der Hosts für Icinga} \label{list:icihosts} \end{listing} \begin{listing}[H] \begin{minted}{sources.list} deb https://dl.packager.io/srv/deb/opf/openproject-ce/stable/7/debian 9 main \end{minted} \caption{sources.list Eintrag für OpenProject} \label{list:opsourcelist} \end{listing} \begin{listing}[H] \inputminted{text}{sourcecode/sogo.conf} \caption{Sogo.conf} \label{list:sogoconf} \end{listing} \begin{listing}[H] \inputminted{xml}{sourcecode/fusiondirectory.conf} \caption{fusiondirectory.conf} \label{list:fusiondirectoryconf} \end{listing} %\begin{listing}[H] % \inputminted{}{sourcecode/} % \caption{} % \label{list:} %\end{listing} %\begin{listing}[H] % \begin{minted}{} % \end{minted} % \caption{} % \label{list:} %\end{listing} \section{Abkürzungen} \begin{acronym}[LDAP] \acro{ACL}{Access Control List} \acro{APT}{Advanced Packaging Tool} \acro{CAL}{Client Access License} \acro{CD}{Compact Disk} \acro{CF}{Compact Flash} \acro{DE}{Desktop Umgebung} \acro{DNS}{Domain Name System} \acro{gid}{Group ID} \acro{GPG}{GNU Privacy Guard} \acro{IP}{Internet Protocol} \acro{LAN}{Local Area Network} \acro{LDAP}{Lightweight Directory Access Protocol} \acro{LTSP}{Linux Terminal Server Project} \acro{NSA}{National Security Agency} \acro{JSON}{Javascript Object Notation} \acro{RDS}{Remote Desktop Service} \acro{RHEL}{Red Hat Enterprise Linux} \acro{SSH}{Secure Shell} \acro{SSL}{Secure Socket Layer} \acro{TFTP}{Trivial File Transfer Protocol} \acro{VM}{virtuelle Maschine} \acrodefplural{VM}{virtuelle Maschinen} \end{acronym} \printbibliography[title=Quellenverzeichnis] \listoffigures \listoftables \listoflistings