From a269cff9468355361354b1e4f213ea5b8f7a89d5 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Aug 07 2017 19:41:14 +0000 Subject: Add external documentation Community documentation as well as RHEL docs: https://pagure.io/SSSD/docs/issue/31 --- diff --git a/external/index.rst b/external/index.rst new file mode 100644 index 0000000..5ea91cb --- /dev/null +++ b/external/index.rst @@ -0,0 +1,32 @@ +External documentation about SSSD +================================= + +Red Hat documentation +--------------------- + +Red Hat maintains documentation about SSSD and Red Hat IDM. While the documentation can +be Red Hat specific as far as commands like package installation or configuration file +location go, it is still a very good source of information regardless of the distribution +you are running. + + * The `System-level authentication guide `_ + describes how SSSD works and how to configure it + + * The `Windows integration guide `_ + documents how to either join an SSSD client to an AD domain or integrate an Red Hat IDM domain with an AD forest + + * The `Linux domain identity, authentication, and policy guide `_ + is aimed at documenting the Red Hat IDM server, but still might be useful to many users of SSSD. + + +Community documentation +----------------------- + +This is a collection of documentation contributed by our community. Please note +that the SSSD team does not maintain this documentation. + + * `Troubleshooting Active Directory and SSSD With Packet Captures `_ + + * This document illustrates and documents network traffic between an SSSD + client running with the LDAP provider and an Active Directory server, + including use-cases such as invalid CA certificate. diff --git a/index.rst b/index.rst index 9c661e2..3d49296 100644 --- a/index.rst +++ b/index.rst @@ -25,6 +25,15 @@ Contents: newcomers/index.rst users/index.rst + +.. toctree:: + :maxdepth: 3 + + external/index.rst + +.. toctree:: + :maxdepth: 2 + developers/index.rst .. toctree::