freeipa/ipa-admintools
Rob Crittenden bde9959091 When getting members let user indicate what type of member they want.
The memberOf attribute includes members that are directly in the group
via the "member" attribute and those that are included as a result of
being in a group that is in the group.

The UI needs to be able to distinguish between the two.

438706
2008-03-27 09:54:41 -04:00
..
man Allow groups to be added as a group membe 2008-02-28 11:34:34 -05:00
ipa-adddelegation Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-addgroup Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-addservice Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-adduser Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-admintools.spec Become freeipa-0.99.0 2008-02-21 16:11:42 -05:00
ipa-admintools.spec.in Become freeipa-0.99.0 2008-02-21 16:11:42 -05:00
ipa-deldelegation Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-delgroup Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-delservice Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-deluser Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-findgroup When getting members let user indicate what type of member they want. 2008-03-27 09:54:41 -04:00
ipa-findservice Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-finduser Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-listdelegation Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-lockuser Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-moddelegation Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-modgroup Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-moduser Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-passwd Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
ipa-pwpolicy Don't define bogus realm/server in configuration file by default 2008-03-17 13:16:56 -04:00
Makefile Command-line utility to manage password policy 2008-02-25 13:11:15 -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.