summaryrefslogtreecommitdiffstats
path: root/ipa-server/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Enable server-side sessions. It is currently using files for sessions.Rob Crittenden2008-01-231-0/+3
|
* Backup system state in ipa-server-installRob Crittenden2008-01-141-0/+7
| | | | | | | | | | | | | This patch adds a sysrestore module which allows ipa-server-install code to backup any system state so that it can be restored again with e.g. ipa-server-install --uninstall. The idea is that any files ipa-server-install modifies gets backed up to /var/cache/ipa/sysrestore/ while any "meta" state, like whether a service is enabled with chkconfig, is saved to /var/cache/ipa/sysrestore.state. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* Update the .spec filenames in EXTRA_DISTMark McLoughlin2008-01-111-1/+1
| | | | Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* Remove ipa-keytab-util since it is superceded by the DS plugin.Karl MacMillan2007-12-211-1/+0
|
* Add xml-rpc interface for getting keytabs.Karl MacMillan2007-11-211-0/+1
| | | | Warning: this lacks any sort of authorization.
* Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-171-0/+66