diff --git a/pdf/UID_and_GID.pdf b/_static/pdf/UID_and_GID.pdf similarity index 100% rename from pdf/UID_and_GID.pdf rename to _static/pdf/UID_and_GID.pdf diff --git a/admin-guide/accounts-and-groups.md b/admin-guide/accounts-and-groups.md index 5d943aa5..92d35209 100644 --- a/admin-guide/accounts-and-groups.md +++ b/admin-guide/accounts-and-groups.md @@ -3,7 +3,7 @@ Linux accounts are generally stored and managed in Active Directory. ```{note} -Current user (uid) and group (gid) ranges can be found here: [UID and GID Management](https://git.psi.ch/linux-infra/documentation/blob/master/pdf/UID_and_GID.pdf) +Current user (uid) and group (gid) ranges can be found here: [UID and GID Management](../_static/pdf/UID_and_GID.pdf) ``` ## Account Types diff --git a/admin-guide/_static/AIT-AD-Kerberos-Troubleshooting.pdf b/admin-guide/troubleshooting/_static/AIT-AD-Kerberos-Troubleshooting.pdf similarity index 100% rename from admin-guide/_static/AIT-AD-Kerberos-Troubleshooting.pdf rename to admin-guide/troubleshooting/_static/AIT-AD-Kerberos-Troubleshooting.pdf diff --git a/admin-guide/_static/AIT-Keytab-File.pdf b/admin-guide/troubleshooting/_static/AIT-Keytab-File.pdf similarity index 100% rename from admin-guide/_static/AIT-Keytab-File.pdf rename to admin-guide/troubleshooting/_static/AIT-Keytab-File.pdf diff --git a/admin-guide/_static/selinux-coloring-book_A4-Stapled.pdf b/admin-guide/troubleshooting/_static/selinux-coloring-book_A4-Stapled.pdf similarity index 100% rename from admin-guide/_static/selinux-coloring-book_A4-Stapled.pdf rename to admin-guide/troubleshooting/_static/selinux-coloring-book_A4-Stapled.pdf diff --git a/admin-guide/troubleshooting/kerberos.md b/admin-guide/troubleshooting/kerberos.md index 630c6177..911bbfe6 100644 --- a/admin-guide/troubleshooting/kerberos.md +++ b/admin-guide/troubleshooting/kerberos.md @@ -2,8 +2,8 @@ PSI Kerberos documentation: https://intranet.psi.ch/de/knowledge-base/kerberos-and-afs - - Old AIT AD Kerberos troubleshooting guide: [PDF](../_static/AIT-AD-Kerberos-Troubleshooting.pdf) - - Old AIT keytab file documentation: [PDF](../_static/AIT-Keytab-File.pdf) + - Old AIT AD Kerberos troubleshooting guide: [PDF](_static/AIT-AD-Kerberos-Troubleshooting.pdf) + - Old AIT keytab file documentation: [PDF](_static/AIT-Keytab-File.pdf) Enable trace log of the Kerberos library to troubleshoot authentication problems (e.g. for curl): diff --git a/pdf/ADKerberosTroubleshooting.pdf b/pdf/ADKerberosTroubleshooting.pdf deleted file mode 100644 index 74d29894..00000000 Binary files a/pdf/ADKerberosTroubleshooting.pdf and /dev/null differ diff --git a/pdf/KeytabFile.pdf b/pdf/KeytabFile.pdf deleted file mode 100644 index be319df2..00000000 Binary files a/pdf/KeytabFile.pdf and /dev/null differ