summaryrefslogtreecommitdiffstats
path: root/ipa-client
Commit message (Collapse)AuthorAgeFilesLines
* NTP configuration for client and server.Karl MacMillan2007-11-013-12/+95
| | | | | | | | 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.
* Bump versions for release.Karl MacMillan2007-11-013-4/+10
|
* Print warning about NTPKarl MacMillan2007-10-221-0/+13
| | | | | | | | | | | | After looking into setting up ntpd on the IPA servers I decided it was better just to warn admins. There are just too many valid setups for time synchronization for us to try to get this right. Additionally, just installing ntp and accepting the default config will result in a configuration that is perfectly valid for IPA. This patch checks if ntpd is running and suggests enabling it if it is not - for client and server. It also adds some suggested next steps to the server installation.
* Correct PACKAGE in ipa-client/autogen.sh.Karl MacMillan2007-10-181-1/+1
|
* Fix autogen.sh to correctly compare versions and removed .la files from ↵Karl MacMillan2007-10-181-17/+38
| | | | packages.
* Additional build fixes from autoconf merge.Karl MacMillan2007-10-183-2/+8
|
* Fix build from autoconf patch import.Karl MacMillan2007-10-185-6/+6
|
* Autotool ipa-client - patch from William Jon McCann <mccann@jhu.edu>Karl MacMillan2007-10-1710-47/+380
|
* Do per-user browser configurationrcritten@redhat.com2007-09-241-0/+41
|
* Add a per-user re-configuration scriptrcritten@redhat.com2007-09-243-2/+8
| | | | rename browsersetup.sh to globalsetup.sh
* First crack at automated browser configuration. Requires running arcritten@redhat.com2007-09-246-1/+137
| | | | script to set things up on the client machine.
* Initial support for confiuguring a DNS Server during installation.Simo Sorce2007-09-201-1/+0
| | | | It's not perfect yet but good enough to include it.
* In the TCP case there is an extra (redundant) lenghtSimo Sorce2007-09-121-2/+2
| | | | field before the packet data, address the problem.
* Reset version numbers for next milestone.Karl MacMillan2007-09-101-1/+1
|
* Update version numbers for release.milestone_3Karl MacMillan2007-09-101-1/+1
|
* Better file parsing routines,Simo Sorce2007-09-062-155/+385
| | | | | also switch to recreate ldap.conf and krb5.conf from scratch on clients, avoid nasty failures in case the original files contained strange directives
* merge ipa-server/ipaserver/util.py into ipa-python/ipautil.pySimo Sorce2007-09-041-1/+1
| | | | this way freeipa-client does not depend on freeipa-server
* Merge with upstreamSimo Sorce2007-09-041-0/+2
|\
| * Add 'test' target to makefiles. Hook up ipautil tests to run.Kevin McCarthy2007-09-041-0/+2
| |
* | Complete autodiscovery with autoconfigurationSimo Sorce2007-08-305-46/+149
| | | | | | | | | | | | | | The code is still not perfect and rely on a yet unreleased nss_ldap package that fix dns discovery problems within nss_ldap itself. Also the manipulation of krb5.conf need to be improved
* | Initial configuration library importSimo Sorce2007-08-282-3/+229
|/
* Add interactive prompts to ipa-server-installSimo Sorce2007-08-201-3/+3
| | | | | | Change unattended flag to be -U Change master password flag to be -P instead of -m Improve ipa-client-install readability for user prompts
* Add a prototype client tool to configure a client of the IPA serverSimo Sorce2007-08-168-0/+943
Right now it does only discovery (or fallback)