ipa-log-config
ipa-log-config copied to clipboard
Running script results in error;
File "/ipa-log-config/ipa_log_config.py", line 74
print 'Condrestarting SSSD'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Condrestarting SSSD')?
FreeIPA4 running off of Fedora33 - I suspect it might be down to Python2 being deprecated?
After trying to add parentheses there also appears to be an issue with audisp not existing in /etc/ anymore.
Its a python2 issue. i was able to run this after adding parentheses and replacing iteritems() to items().