freeipa/ipa-client
Rob Crittenden 3d3197b11a Don't do autodiscovery on master install.
If we pass in the domain and server to ipa-client-install it doesn't do
service discovery which is what we want. We want to be sure the server
is properly configured at install time.
2010-09-23 16:12:11 -04:00
..
firefox Set the license uniformly to GPLv2 only. 2008-02-04 15:15:52 -05:00
ipa-install Don't do autodiscovery on master install. 2010-09-23 16:12:11 -04:00
ipaclient Better distinguish between when DNS discovery works and search more domains. 2010-09-20 16:04:30 -04:00
man Unenroll the client from the IPA server on uninstall. 2010-09-20 16:07:42 -04:00
AUTHORS Fix build from autoconf patch import. 0001-01-01 00:00:00 +00:00
config.c Fix a crash and memory leak in get_config_entry() 2010-02-16 10:42:45 -05:00
configure.ac Drop --with-openldap option in the client. This is no longer optional. 2010-06-21 09:52:11 -04:00
ipa-client.spec.in Fix versioning for configure.ac and ipa-python/setup.py 2008-08-11 18:31:05 -04:00
ipa-getkeytab.c ldap_initialize 2010-08-20 09:47:54 -04:00
ipa-join.c Unenroll the client from the IPA server on uninstall. 2010-09-20 16:07:42 -04:00
ipa-rmkeytab.c Add the popt auto-help/usage macro for enhanced help output. 2010-03-02 18:20:13 -05:00
Makefile.am A utility for removing principals from a keytab. 2009-12-04 16:29:09 -05:00
NEWS Fix build from autoconf patch import. 0001-01-01 00:00:00 +00:00
README Add a copy of the LICENSE and populate some README's 2008-01-23 10:30:18 -05:00
version.m4.in Fix versioning for configure.ac and ipa-python/setup.py 2008-08-11 18:31:05 -04:00

Code to be installed on any client that wants to be in an IPA domain.

Mostly consists of a tool for Linux systems that will help configure the
client so it will work properly in a kerberized environment.

It also includes several ways to configure Firefox to do single sign-on.

The two methods on the client side are:

1. globalsetup.sh. This modifies the global Firefox installation so that
   any profiles created will be pre-configured.

2. usersetup.sh. This will update a user's existing profile.

The downside of #1 is that an rpm -V will return a failure. It will also
need to be run with every update of Firefox.

One a profile contains the proper preferences it will be unaffected by
upgrades to Firefox. 

The downside of #2 is that every user would need to run this each time they
create a new profile.

There is a third, server-side method. See ipa-server/README for details.