Merge pull request #38926 from gtmanfred/2016.3

add note about pysss for pam eauth
This commit is contained in:
Mike Place 2017-01-25 11:12:19 -07:00 committed by GitHub
commit 618596f0cc

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