freeipa/ipa-server
Rob Crittenden c30a533de6 Don't try to update ipauserobjectclasses or ipagroupobjectclasses
since they aren't being displayed anymore. They will just get blanked.

Also add some error handling in ipahelper.fix_incoming_fields()

438256
2008-04-02 21:15:49 -04:00
..
ipa-gui Don't try to update ipauserobjectclasses or ipagroupobjectclasses 2008-04-02 21:15:49 -04:00
ipa-install No need to use a regular expression to find the replication host 2008-03-31 18:27:42 -04:00
ipa-kpasswd Move ipa_kpasswd credential cache in its own directory 2008-04-01 17:33:53 -04:00
ipa-slapi-plugins Some more function name errors due to merge from DS own memberof plugin that 2008-03-31 17:22:37 -04:00
ipaserver Add missing start_creation() so the install process will get kicked off. 2008-04-02 22:04:24 -04:00
man Add some missing man pages 2008-03-17 18:04:49 -04:00
selinux Stricter directory control for ipa daemons, each one it's own directory 2008-04-01 18:07:14 -04:00
xmlrpc-server Fix typo in python directive. Fixes marking a group active. 2008-04-01 22:01:23 -04:00
.hgignore Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>. 0001-01-01 00:00:00 +00:00
AUTHORS Fix build from autoconf patch import. 0001-01-01 00:00:00 +00:00
autogen.sh Fix autogen.sh to correctly compare versions and removed .la files from packages. 0001-01-01 00:00:00 +00:00
configure.ac Add some missing man pages 2008-03-17 18:04:49 -04:00
ipa-server.spec Make sure we have ipa-client installed as now ipa-server-install calls 2008-04-02 12:36:25 -04:00
ipa-server.spec.in Make sure we have ipa-client installed as now ipa-server-install calls 2008-04-02 12:36:25 -04:00
Makefile.am Move sysrestore to ipa-python so it can be used by client scripts too. 2008-03-27 19:01:38 -04: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

IPA uses Kerberos with an LDAP storage backend and some custom plugins
to help manage users and passwords.

A UI interface is provided to make user administration and self-service
possible. A set of command-line utilities that should provide the same
capabilities is in ipa-admintools.

Firefox
-------

The Gecko engine provides an interface for managing a user's configuration
in Javascript. Naturally this is highly protected and the user gets an
appropriately dire warning when you try to do this. It also requires 
signed javascript.

During installation a signing certificate is created that creates
and signs /usr/share/ipa/html/configure.jar which contains the javascript
to update the browser configuration. User's are directed to go to
/errors/preferencs.html to load this javascript and apply the changes.