Project

General

Profile

« Previous | Next » 

Revision 1890ca8d

Added by Dominic Cleal about 9 years ago

templates - sync from community-templates

(cherry picked from commit 7f55c8958e28c6fc1802e30b2767670c167702dc)

View differences:

app/views/unattended/snippets/_freeipa_register.erb
# >=ipa-client-4.1.0 automatically configures sssd for sudo
# =<ipa-client-3 requires manual configuration which this snippet takes care of
if [ $freeipa_client_version_major -le 4 ]
if [ $freeipa_client_version_major -lt 4 ]
then
# Modify sssd.conf
sed -i -e "s/services = .*/\0, sudo/" /etc/sssd/sssd.conf

Also available in: Unified diff