freeipa/ipa-python
rcritten@redhat.com 8879ee173e Handle optional arguments by using the value __NONE__ over XML-RPC.
rpcclient.py must call XML-RPC functions with all arguments.
Removed encode_args and decode_args. They were the source of most of the
  argument pain. Now opts is alwyas appended to the end of the arguments
  so MUST be the last argument in any server-side function (can be None)
Allow the User object to handle unicode data
Small fixes to command-line tools to be friendlier
Broke out get_user() into get_user_by_dn() and get_user_by_uid()
Need to request more than just 'nsAccountLock' attribute when trying to
  see if a user is already marked deleted. If it is blank the record
  coming back is empty. Add 'uid' to the list to guarantee something coming
  back (dn is handled specially)
Added user_container attribute to get_user_* and add_user so the caller
  can specify where in the tree the user will be searched for/added.
Added global default value for user_container
2007-08-23 09:44:00 -04:00
..
__init__.py Fixed broken patches and server spec. 0001-01-01 00:00:00 +00:00
config.py Added config.py. 0001-01-01 00:00:00 +00:00
freeipa-python.spec Updated freeipa-admintool spec file to include additional tools. 0001-01-01 00:00:00 +00:00
freeipa-python.spec.in Updated freeipa-admintool spec file to include additional tools. 0001-01-01 00:00:00 +00:00
ipa.conf Added ipa.conf. 0001-01-01 00:00:00 +00:00
ipaclient.py Handle optional arguments by using the value __NONE__ over XML-RPC. 2007-08-23 09:44:00 -04:00
ipaerror.py Create ipaerror module. 2007-08-22 10:30:51 -07:00
krbtransport.py - Abstracted client class to work directly or over RPC 2007-08-06 10:05:53 -04:00
Makefile Only install the ipa.conf file if it does not exist. 0001-01-01 00:00:00 +00:00
README Final reorginzation to reflect packaging. 0001-01-01 00:00:00 +00:00
rpcclient.py Handle optional arguments by using the value __NONE__ over XML-RPC. 2007-08-23 09:44:00 -04:00
user.py Handle optional arguments by using the value __NONE__ over XML-RPC. 2007-08-23 09:44:00 -04:00