<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipa-server/ipa-gui/ipagui/subcontrollers, branch ipa-1-0</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Do uniqueness check on phone numbers and cn entered via the UI.</title>
<updated>2008-05-20T18:58:50+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-05-20T15:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=099cd00950f32581f3187910ad07f8e60e42e9c1'/>
<id>099cd00950f32581f3187910ad07f8e60e42e9c1</id>
<content type='text'>
445286
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
445286
</pre>
</div>
</content>
</entry>
<entry>
<title>The admin user doesn't have the inetorgperson objectclass so don't have a givenname attribute. The UI is currently hardcoded to require "first name" which renders the admin user uneditable via the UI.</title>
<updated>2008-05-13T15:57:56+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-05-13T15:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=152530931671f2b7d21304f773667d3be7cbbd8c'/>
<id>152530931671f2b7d21304f773667d3be7cbbd8c</id>
<content type='text'>
This is a hack that will allow admin to be edited, assuming that one doesn't
try to add a firstname field.

440548
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a hack that will allow admin to be edited, assuming that one doesn't
try to add a firstname field.

440548
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the client-side search size limit.</title>
<updated>2008-04-30T13:37:27+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-04-25T17:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=9cd03cc56782c0fd4f82a0a3aa202f9923f477a2'/>
<id>9cd03cc56782c0fd4f82a0a3aa202f9923f477a2</id>
<content type='text'>
I've changed the variable name searchlimit to sizelimit to match the
name in python-ldap (and hopefully therefore be more readable).

The big change was changing the default value from 0 to -1. As 0 we were
never using the value from cn=ipaconfig

python-ldap expects this to be an int type

In the UI sizelimit was hardcoded at 0 for users

439880
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've changed the variable name searchlimit to sizelimit to match the
name in python-ldap (and hopefully therefore be more readable).

The big change was changing the default value from 0 to -1. As 0 we were
never using the value from cn=ipaconfig

python-ldap expects this to be an int type

In the UI sizelimit was hardcoded at 0 for users

439880
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't let a user change their own uid. Fix some related errors if they try.</title>
<updated>2008-04-23T19:33:57+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-04-22T19:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=f54dd1074deaf71aa74e3990b778540b5b6b1368'/>
<id>f54dd1074deaf71aa74e3990b778540b5b6b1368</id>
<content type='text'>
440895
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
440895
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't try to update ipauserobjectclasses or ipagroupobjectclasses</title>
<updated>2008-04-03T01:15:49+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-04-03T01:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=c30a533de62aee7a9d69a2a95c319a184870f087'/>
<id>c30a533de62aee7a9d69a2a95c319a184870f087</id>
<content type='text'>
since they aren't being displayed anymore. They will just get blanked.

Also add some error handling in ipahelper.fix_incoming_fields()

438256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since they aren't being displayed anymore. They will just get blanked.

Also add some error handling in ipahelper.fix_incoming_fields()

438256
</pre>
</div>
</content>
</entry>
<entry>
<title>On the delegation edit screen allow the direct entry of a group name</title>
<updated>2008-03-24T21:03:40+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-03-24T21:03:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=749c396aaec1de4fd6f70211d99af9970e543203'/>
<id>749c396aaec1de4fd6f70211d99af9970e543203</id>
<content type='text'>
Fix the redirection errors, it was going to back to the Add delegation page

438257
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the redirection errors, it was going to back to the Add delegation page

438257
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't try to add the default group to a user when creating the group.</title>
<updated>2008-03-31T19:17:39+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-03-31T19:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=4b4a13c20140b08b075611b93c5edf281a2f30ea'/>
<id>4b4a13c20140b08b075611b93c5edf281a2f30ea</id>
<content type='text'>
This is done automatically and trying to do so will return an error.

432106
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is done automatically and trying to do so will return an error.

432106
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix account activation.</title>
<updated>2008-03-31T15:36:13+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-03-31T15:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=58cfc7ab6861f47a85c8d275579a773a0fd79ea0'/>
<id>58cfc7ab6861f47a85c8d275579a773a0fd79ea0</id>
<content type='text'>
We do account activation by using a Class of Service based on group
membership. A problem can happen if the entry itself has an nsaccountlock
attribute and you try doing Class of Service work as well because the
local attribute has priority. So try to detect that the entry has a local
nsAccountLock attribute and report an appropriate error.

Don't allow the admins or editors groups to be de-activated.

Return a better error message if account [in]activation fails.

Catch errors when doing group [in]activation.

439230
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We do account activation by using a Class of Service based on group
membership. A problem can happen if the entry itself has an nsaccountlock
attribute and you try doing Class of Service work as well because the
local attribute has priority. So try to detect that the entry has a local
nsAccountLock attribute and report an appropriate error.

Don't allow the admins or editors groups to be de-activated.

Return a better error message if account [in]activation fails.

Catch errors when doing group [in]activation.

439230
</pre>
</div>
</content>
</entry>
<entry>
<title>When getting members let user indicate what type of member they want.</title>
<updated>2008-03-27T13:54:41+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-03-27T13:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=bde9959091d263402c2016c183f8617dea488cc0'/>
<id>bde9959091d263402c2016c183f8617dea488cc0</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional detail to error messages.</title>
<updated>2008-03-25T13:48:23+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-03-25T13:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=1a1e02025824ba86ca847d59435541545b6f0aec'/>
<id>1a1e02025824ba86ca847d59435541545b6f0aec</id>
<content type='text'>
This runs the risk of showing too much and confusing users but on the other
hand it often includes required information detailing why the error
occurred such as what attribute the user lacks write access too and why
changing a password failed.

438057
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This runs the risk of showing too much and confusing users but on the other
hand it often includes required information detailing why the error
occurred such as what attribute the user lacks write access too and why
changing a password failed.

438057
</pre>
</div>
</content>
</entry>
</feed>
