<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipa-python/user.py, branch webui_isolate</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Remove some duplicated code that was moved to ipaserver and use it Remove some unused files</title>
<updated>2009-02-06T20:04:42+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-02-04T15:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=6b34f0772026ede7788f9d2ec7989912ba17216f'/>
<id>6b34f0772026ede7788f9d2ec7989912ba17216f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the license uniformly to GPLv2 only.</title>
<updated>2008-02-04T20:15:52+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-02-04T20:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=97d9c235ddf5274836eb8bfc18e8798ae44614a0'/>
<id>97d9c235ddf5274836eb8bfc18e8798ae44614a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial support for Groups</title>
<updated>2007-08-24T19:42:56+00:00</updated>
<author>
<name>rcritten@redhat.com</name>
<email>rcritten@redhat.com</email>
</author>
<published>2007-08-24T19:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=861cda3cb5256a177845029ddf1900f51271b56c'/>
<id>861cda3cb5256a177845029ddf1900f51271b56c</id>
<content type='text'>
Create separate object for Users and Groups (using same base class)
Check for uniqueness before adding new users and groups
Remove user_container from everything but add operations
Abstract out a number of functions that are common across users and groups
Make sure all strings passed in to be in a filter are checked
Add new error message: No modifications specified
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create separate object for Users and Groups (using same base class)
Check for uniqueness before adding new users and groups
Remove user_container from everything but add operations
Abstract out a number of functions that are common across users and groups
Make sure all strings passed in to be in a filter are checked
Add new error message: No modifications specified
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle optional arguments by using the value __NONE__ over XML-RPC.</title>
<updated>2007-08-23T13:44:00+00:00</updated>
<author>
<name>rcritten@redhat.com</name>
<email>rcritten@redhat.com</email>
</author>
<published>2007-08-23T13:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=8879ee173ec6814da701464c562471a3c8c5d846'/>
<id>8879ee173ec6814da701464c562471a3c8c5d846</id>
<content type='text'>
  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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  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
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert add_user to take a user instead of a dict.</title>
<updated>2007-08-20T19:10:50+00:00</updated>
<author>
<name>Kevin McCarthy</name>
<email>kmccarth@redhat.com</email>
</author>
<published>2007-08-20T19:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=cb03961ff1c88179f9667b1dece8288ac55eba44'/>
<id>cb03961ff1c88179f9667b1dece8288ac55eba44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move utf-8 conversion inside user.py (for updates).</title>
<updated>2007-08-20T18:39:04+00:00</updated>
<author>
<name>Kevin McCarthy</name>
<email>kmccarth@redhat.com</email>
</author>
<published>2007-08-20T18:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=c113d932b1a370cbf868447e32789a4f7c60bea2'/>
<id>c113d932b1a370cbf868447e32789a4f7c60bea2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Embed origiginal values inside user, and have update_user pass in a user</title>
<updated>2007-08-20T17:50:11+00:00</updated>
<author>
<name>Kevin McCarthy</name>
<email>kmccarth@redhat.com</email>
</author>
<published>2007-08-20T17:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=66d3f1e730ed5e1bc80264b2a5d7f4fb16c1d22c'/>
<id>66d3f1e730ed5e1bc80264b2a5d7f4fb16c1d22c</id>
<content type='text'>
object.  Based on rcrit's original patch.
Push scalar to list value conversion inside funcs.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
object.  Based on rcrit's original patch.
Push scalar to list value conversion inside funcs.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add update user to gui.</title>
<updated>2007-08-16T22:05:36+00:00</updated>
<author>
<name>Kevin McCarthy</name>
<email>kmccarth@redhat.com</email>
</author>
<published>2007-08-16T22:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=0ddf0699a5dd47c575a7e757f38819c8c74340f9'/>
<id>0ddf0699a5dd47c575a7e757f38819c8c74340f9</id>
<content type='text'>
Fix fields to be lowercase in web gui (server now returns them lowercase).
Fix ipaclient.py to refer to lowercase fields when adding a user.
Fix user.getValue() to check isinstance(value,list) instead of value[0].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix fields to be lowercase in web gui (server now returns them lowercase).
Fix ipaclient.py to refer to lowercase fields when adding a user.
Fix user.getValue() to check isinstance(value,list) instead of value[0].
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that the Apache server is in forked mode</title>
<updated>2007-08-14T21:22:05+00:00</updated>
<author>
<name>rcritten@redhat.com</name>
<email>rcritten@redhat.com</email>
</author>
<published>2007-08-14T21:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=5f0f23ee91d51b2a45206ce7d9ddc413d3fa9670'/>
<id>5f0f23ee91d51b2a45206ce7d9ddc413d3fa9670</id>
<content type='text'>
Add ability to update existing users
Try to prevent fetching and setting empty strings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ability to update existing users
Try to prevent fetching and setting empty strings
</pre>
</div>
</content>
</entry>
<entry>
<title>- Abstracted client class to work directly or over RPC</title>
<updated>2007-08-06T14:05:53+00:00</updated>
<author>
<name>rcritten@redhat.com</name>
<email>rcritten@redhat.com</email>
</author>
<published>2007-08-06T14:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=993f76fe6035cf59cceb88f3611fc53680738007'/>
<id>993f76fe6035cf59cceb88f3611fc53680738007</id>
<content type='text'>
- Add mod_auth_kerb and cyrus-sasl-gssapi to Requires
- Remove references to admin server in ipa-server-setupssl
- Generate a client certificate for the XML-RPC server to connect to LDAP with
- Create a keytab for Apache
- Create an ldif with a test user
- Provide a certmap.conf for doing SSL client authentication
- Update tools to use kerberos
- Add User class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add mod_auth_kerb and cyrus-sasl-gssapi to Requires
- Remove references to admin server in ipa-server-setupssl
- Generate a client certificate for the XML-RPC server to connect to LDAP with
- Create a keytab for Apache
- Create an ldif with a test user
- Provide a certmap.conf for doing SSL client authentication
- Update tools to use kerberos
- Add User class
</pre>
</div>
</content>
</entry>
</feed>
