diff --git a/admin-guide/more.rst b/admin-guide/more.rst index 6fe14c04..e0d66b2e 100644 --- a/admin-guide/more.rst +++ b/admin-guide/more.rst @@ -6,3 +6,4 @@ More :maxdepth: 2 more/network + more/hostname diff --git a/admin-guide/more/hostname.md b/admin-guide/more/hostname.md new file mode 100644 index 00000000..28514cc5 --- /dev/null +++ b/admin-guide/more/hostname.md @@ -0,0 +1,10 @@ +# Hostname + +If keytab files are/need to be use by systems the hostname is limited to 15 characters. More details can be found here: +- [AdKerberosTroubleshooting](https://wiki.psi.ch/AIT/AdKerberosTroubleshooting) +- [KeytabFile](https://wiki.psi.ch/AIT/KeytabFile) + +A copy of the wiki pages can be found at: +- [pdf/AdKerberosTroubleshooting.pdf] +- [pdf/KeytabFile.pdf] + diff --git a/infrastructure-guide/home.md b/infrastructure-guide/home.md index 4e420782..21b0f1b9 100644 --- a/infrastructure-guide/home.md +++ b/infrastructure-guide/home.md @@ -19,8 +19,6 @@ List of systems and their primary role: * [metrics00](metrics00) - 129.129.190.226 - Grafana frontend for Influx -* [rocket](rocket) - 129.129.161.234 - Rocket chat server - * [lxsup00](lxsup00) - 129.129.190.24 - Shell for linux support, primarily to run bob * [satint](satint) - 129.129.160.114 - PSI Satellite server diff --git a/infrastructure-guide/rocket.md b/infrastructure-guide/rocket.md deleted file mode 100644 index 1fb6c850..00000000 --- a/infrastructure-guide/rocket.md +++ /dev/null @@ -1,3 +0,0 @@ -Manually installed following the https://docs.rocket.chat/installation/manual-installation/centos guide. - -https is implemented by the use of the httpd as a reverse proxy front-end. \ No newline at end of file diff --git a/pdf/ADKerberosTroubleshooting.pdf b/pdf/ADKerberosTroubleshooting.pdf new file mode 100644 index 00000000..74d29894 Binary files /dev/null and b/pdf/ADKerberosTroubleshooting.pdf differ diff --git a/pdf/KeytabFile.pdf b/pdf/KeytabFile.pdf new file mode 100644 index 00000000..be319df2 Binary files /dev/null and b/pdf/KeytabFile.pdf differ