freeipa/ipa-server
Simo Sorce 2b8b87b4d6 memberof was not indexed in older versions of fedora-ds, keep it around
as an update so that if it is not there it will be added
2008-12-05 18:18:14 -05:00
..
ipa-gui Fix error in validation when editing new groups via the UI 2008-11-19 13:11:32 -05:00
ipa-install memberof was not indexed in older versions of fedora-ds, keep it around 2008-12-05 18:18:14 -05:00
ipa-kpasswd Fix usage of mozldap libraries, 2008-08-13 15:57:43 -04:00
ipa-slapi-plugins Fix memleaks found by valgrind 2008-11-20 19:54:03 -05:00
ipaserver wait for sync agreement to be ready before starting 2008-11-13 11:19:02 -05:00
man Add man page for ipa-compat-manage 2008-12-02 16:39:57 -05:00
selinux Fix versioning for configure.ac and ipa-python/setup.py 2008-08-11 18:31:05 -04:00
xmlrpc-server Limit the mod_rewrite rules to just /ipa 2008-08-21 09:48:48 -04: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 Added the new IPA WinSync Plug-in Work done so far * added the new plugin to makefiles, spec file * added stubs for the api, including begin update, end update, and destroy callbacks * added config code to allow dynamic dse config changes and auto-discovery of realm and new user objectclass list 2008-10-13 14:09:03 -04:00
ipa-compat-manage Change ipa-compat-manage to work on older python versions too. Break try,except,finally into a try,try,finally,except Add also checks for LDAPError, errors. 2008-12-03 11:17:55 -05:00
ipa-fix-CVE-2008-3274 ipa-change-master-key: Really exit when not run as root Also fix this for ipa-fix-CVE-2008-3274 2008-09-24 20:09:35 +02:00
ipa-ldap-updater Gracefully handle running on an unconfigured IPA server 2008-10-30 10:25:01 -04:00
ipa-server.spec.in One line fix for ipa-server spec file 2008-12-03 11:17:51 -05:00
ipa-upgradeconfig Make sure the CA cert is copied to the replica, fail if no ca.crt is available. Cope with some versions of ipa that forgot to copy the ca.crt cert in the right place. 2008-12-01 17:19:10 -05:00
Makefile.am Forgot to add ipa-compat-manage to the sbin programs 2008-12-02 16:50:21 -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

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.