freeipa/ipa-admintools
Rob Crittenden 9827ffedb7 Use consistent naming for tools.
Resolves 430243
2008-01-25 11:23:12 -05:00
..
man Use consistent naming for tools. 2008-01-25 11:23:12 -05:00
ipa-adddelegation Add function to retrieve a short list of attributes to make ipa-adddelegation 2008-01-04 16:39:41 -05:00
ipa-addgroup Rework input validation to more closely match what we require in the UI 2007-12-07 17:07:03 -05:00
ipa-addservice Big changeset that includes the work around keytab management. 2007-12-21 11:37:19 -05:00
ipa-adduser Rework input validation to more closely match what we require in the UI 2007-12-07 17:07:03 -05:00
ipa-admintools.spec Fix issues reported by rpmlint. 2008-01-18 16:20:36 -05:00
ipa-admintools.spec.in Fix issues reported by rpmlint. 2008-01-18 16:20:36 -05:00
ipa-deldelegation Fix delegation in the UI and add a missing aci that allows writes. 2007-12-07 16:08:12 -05:00
ipa-delgroup delete_group() takes a DN, not a CN. Also do slightly better error reporting. 2007-11-30 12:04:16 -05:00
ipa-delservice Find and delete service principals from the command-line. 2008-01-11 12:52:41 -05:00
ipa-deluser Add utility to lock user accounts. Remove lock capability from ipa-deluser 2007-11-26 22:28:53 -05:00
ipa-findgroup Add simple UI for command-line programs to be able to select when 2007-12-10 16:12:58 -05:00
ipa-findservice Find and delete service principals from the command-line. 2008-01-11 12:52:41 -05:00
ipa-finduser Fix help text of -a argument 2008-01-11 13:01:39 -05:00
ipa-listdelegation If unable to connect to the XML-RPC server print a more useful error msg. 2007-11-15 10:27:59 -05:00
ipa-lockuser Add utility to lock user accounts. Remove lock capability from ipa-deluser 2007-11-26 22:28:53 -05:00
ipa-moddelegation Add simple UI for command-line programs to be able to select when 2007-12-10 16:12:58 -05:00
ipa-modgroup Use consistent naming for tools. 2008-01-25 11:23:12 -05:00
ipa-moduser Use consistent naming for tools. 2008-01-25 11:23:12 -05:00
ipa-passwd Compatibility changes to work on RHEL 5 with python 2.4 2007-11-30 15:53:02 -05:00
Makefile Use consistent naming for tools. 2008-01-25 11:23:12 -05:00
README Add a copy of the LICENSE and populate some README's 2008-01-23 10:30:18 -05:00

These tools are designed for administrators to work from a command-line,
use in scripts, etc.

The design goal is to provide 100% of capabilities that the UI has, something
which is often not true.

Developers
----------

These scripts use an XML-RPC interface to communicate with the IPA server.
Please use only this API and avoid the temptation to communicate directly
with the LDAP server. It is our philosophy to have a robust, standard
interface for doing all IPA administrative work.