add note about pysss for pam eauth

This commit is contained in:
Daniel Wallace 2017-01-24 16:13:53 -06:00
parent ac8008d843
commit 9cae953c93

View file

@ -23,6 +23,14 @@ authenticated against. This defaults to `login`
The Python interface to PAM does not support authenticating as ``root``.
.. note:: Using PAM groups with SSSD groups on python2.
To use sssd with the PAM eauth module and groups the `pysss` module is
needed. On RedHat/CentOS this is `python-sss`.
This should not be needed with python >= 3.3, because the `os` modules has the
`getgrouplist` function.
'''
# Import Python Libs