pschiffe / ipa-log-config

Tool for log forwarding configuration on IPA servers and clients
https://www.freeipa.org/page/Centralized_Logging
GNU General Public License v2.0
32 stars 14 forks source link

Package requirement python2-sssdconfig is not clear #11

Closed islepnev closed 6 years ago

islepnev commented 6 years ago

Fails on Fedora 26 (system default Python 2.7.13):

[root@fedora26 ~]# python --version
Python 2.7.13
[root@fedora26 ~]# ipa-log-config/ipa_log_config.py
Traceback (most recent call last):
  File "ipa-log-config/ipa_log_config.py", line 28, in 
    from SSSDConfig import SSSDConfig
ImportError: No module named SSSDConfig

Workaround:

dnf install python2-sssdconfig