freeipa/ipa-admintools
2008-05-13 12:00:21 -04:00
..
man Remove duplicated "the" and add some formatting to the EXAMPLE for clarity. 2008-05-05 11:10:40 -04:00
ipa-adddelegation Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-addgroup Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-addservice Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-adduser Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-admintools.spec.in Become version 1.0.0 2008-04-16 14:29:17 -07:00
ipa-deldelegation Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-delgroup Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-delservice Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-deluser Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-findgroup Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-findservice Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-finduser Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-listdelegation Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-lockuser Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-moddelegation Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-modgroup Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-moduser Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-passwd Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-pwpolicy Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
Makefile Second half of the redoing how the version is managed. 2008-05-07 18:26:03 -04: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.