summaryrefslogtreecommitdiffstats
path: root/ipa-client
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2014-01-24 10:16:48 +0100
committerMartin Kosek <mkosek@redhat.com>2014-01-24 13:01:32 +0100
commit923e9d8bedb6f564ef0969c8a7e8c4024a1280a8 (patch)
treee685881c9289549763ad80460fdb49de693aaba9 /ipa-client
parent2bb2aa8c484285648e6f422a00006f0f00a352ef (diff)
downloadfreeipa-923e9d8bedb6f564ef0969c8a7e8c4024a1280a8.tar.gz
freeipa-923e9d8bedb6f564ef0969c8a7e8c4024a1280a8.tar.xz
freeipa-923e9d8bedb6f564ef0969c8a7e8c4024a1280a8.zip
Fix ntpd config on clients.
https://fedorahosted.org/freeipa/ticket/4094
Diffstat (limited to 'ipa-client')
-rw-r--r--ipa-client/ipaclient/ntpconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/ipaclient/ntpconf.py b/ipa-client/ipaclient/ntpconf.py
index 714d4fb86..4304c3c05 100644
--- a/ipa-client/ipaclient/ntpconf.py
+++ b/ipa-client/ipaclient/ntpconf.py
@@ -73,7 +73,7 @@ keys /etc/ntp/keys
"""
ntp_sysconfig = """# Drop root to id 'ntp:ntp' by default.
-OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid"
+OPTIONS="-x -p /var/run/ntpd.pid"
# Set to 'yes' to sync hw clock after successful ntpdate
SYNC_HWCLOCK=yes