freeipa/ipa-admintools
Simo Sorce 9648da8f5f Fix versioning for configure.ac and ipa-python/setup.py
Fix make maintainer-clean

Also make RPM naming consistent by using a temp RELEASE file.
This one helps when testing builds using rpms.
Just 'echo X > RELEASE' to build a new rpms (X, X+1, X+2 ...)

Version 1.1.0 was released some times ago, bump up to 1.1.1
2008-08-11 18:31:05 -04:00
..
man Add documentation for -v/--verbose option 2008-07-03 15:26:27 -04:00
ipa-adddelegation Missed adding verbose to a couple of IPAClient invocations. 2008-06-11 16:29:12 -04:00
ipa-addgroup Change user and group validators to match shadow-utils 2008-08-07 11:21:33 -04:00
ipa-addservice Change user and group validators to match shadow-utils 2008-08-07 11:21:33 -04:00
ipa-adduser Change user and group validators to match shadow-utils 2008-08-07 11:21:33 -04:00
ipa-admintools.spec.in Fix versioning for configure.ac and ipa-python/setup.py 2008-08-11 18:31:05 -04:00
ipa-deldelegation Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-delgroup Be more exacting when deleting a group. 2008-07-07 10:23:38 -04:00
ipa-delservice Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-deluser Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-findgroup Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-findservice Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-finduser Catch name resolution errors coming from the socket module. 2008-05-13 12:00:21 -04:00
ipa-listdelegation Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-lockuser Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-moddelegation Missed adding verbose to a couple of IPAClient invocations. 2008-06-11 16:29:12 -04:00
ipa-modgroup Fix attribute parsing so that you can add a DN or an attribute with a '=' character in it. Fixes #454630 2008-07-09 16:54:19 -04:00
ipa-moduser Change user and group validators to match shadow-utils 2008-08-07 11:21:33 -04:00
ipa-passwd Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
ipa-pwpolicy Actually pass along the verbose option to IPAClient. 2008-05-29 16:04:28 -04:00
Makefile Fix versioning for configure.ac and ipa-python/setup.py 2008-08-11 18:31:05 -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.