summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipaclient/ntpconf.py
Commit message (Collapse)AuthorAgeFilesLines
* Before kinit, try to sync time with the NTP servers of the domain we are joiningAlexander Bokovoy2011-10-061-0/+22
| | | | | | | | | | | | | | When running ipa-client-install on a system whose clock is not in sync with the master, kinit fails and enrollment is aborted. Manual checking of current time at the master and adjusting on the client-to-be is then needed. The patch tries to fetch SRV records for NTP servers of the domain we aim to join and runs ntpdate to get time synchronized. If no SRV records are found, sync with IPA server itself. If that fails, warn that time might be not in sync with KDC. https://fedorahosted.org/freeipa/ticket/1773
* Setup and restore ntp configuration on the client side properlyAlexander Bokovoy2011-10-051-15/+37
| | | | | | | | | When setting up the client-side NTP configuration, make sure that /etc/ntp/step-tickers point to IPA NTP server as well. When restoring the client during ipa-client-install --uninstall, make sure NTP configuration is fully restored and NTP service is disabled if it was disabled before the installation. https://fedorahosted.org/freeipa/ticket/1770
* Convert client-side tools to platform-independent access to system servicesAlexander Bokovoy2011-09-131-2/+3
| | | | https://fedorahosted.org/freeipa/ticket/1605
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* Clean up additional issues discovered with pylint and pycheckerRob Crittenden2009-08-201-4/+4
|
* Rename ipa-python directory to ipapython so it is a real python libraryRob Crittenden2009-02-091-5/+5
| | | | | We used to install it as ipa, now installing it as ipapython. The rpm is still ipa-python.
* Implement client uninstallSimo Sorce2008-03-311-6/+28
| | | | (including RHEL4 contrib setup script)
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
|
* NTP configuration for client and server.Karl MacMillan2007-11-011-0/+89
Configure ipa servers as an ntp server and clients to (by default) us the ipa server as an ntp server. Also corrected the messages about which ports should be opened.