<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git, branch views</title>
<subtitle>FreeIPA project</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/'/>
<entry>
<title>WIP: support idviews in compat tree</title>
<updated>2014-09-24T12:20:43+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>abokovoy@redhat.com</email>
</author>
<published>2014-09-19T13:20:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=1756629835efb677244cb4e77760a1784485a069'/>
<id>1756629835efb677244cb4e77760a1784485a069</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idviews: Add ipaOriginalUid</title>
<updated>2014-09-24T12:06:59+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2014-09-17T11:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=c78fee3b1623666a7dd2b091d4f71906efec3c8d'/>
<id>c78fee3b1623666a7dd2b091d4f71906efec3c8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idviews: Handle Default Trust View properly in the framework</title>
<updated>2014-09-22T11:49:32+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2014-09-22T10:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=69a45676042c30a92b2586889663080900005b8d'/>
<id>69a45676042c30a92b2586889663080900005b8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idviews: Add Default Trust View as part of adtrustinstall</title>
<updated>2014-09-22T11:49:32+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2014-09-22T10:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=a3853771c0acf321d738ec0c20594fa3f505b12c'/>
<id>a3853771c0acf321d738ec0c20594fa3f505b12c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idviews: Make description optional for the ID View object</title>
<updated>2014-09-22T11:49:32+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2014-09-22T11:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=d4a1f2139f341b4b0017f5d210c230a059b3c1a6'/>
<id>d4a1f2139f341b4b0017f5d210c230a059b3c1a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idviews: Fix casing of ID Views to be consistent</title>
<updated>2014-09-22T10:00:13+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2014-09-22T09:53:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=ed7b9bc96323d09c75ac2e8e11986df444b0c369'/>
<id>ed7b9bc96323d09c75ac2e8e11986df444b0c369</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>baseldap: Properly handle the case of renaming object to the same name</title>
<updated>2014-09-22T10:00:13+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2014-09-17T15:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=8ddca01335cd21ac5550fe64ef062e412437c017'/>
<id>8ddca01335cd21ac5550fe64ef062e412437c017</id>
<content type='text'>
When renaming a object to the same name, errors.EmptyModList is raised.
This is not properly handled, and can cause other modifications in the
LDAPUpdate command to be ignored.

https://fedorahosted.org/freeipa/ticket/4548
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When renaming a object to the same name, errors.EmptyModList is raised.
This is not properly handled, and can cause other modifications in the
LDAPUpdate command to be ignored.

https://fedorahosted.org/freeipa/ticket/4548
</pre>
</div>
</content>
</entry>
<entry>
<title>idviews: Update the referential plugin config to watch for ipaAssignedIDView</title>
<updated>2014-09-22T10:00:13+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2014-09-17T12:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=aedefaae4fe2c76cd6353189e5e265644b528b59'/>
<id>aedefaae4fe2c76cd6353189e5e265644b528b59</id>
<content type='text'>
We need the referential plugin config to watch for changes in the ID view
objects, since hosts refer to them in ipaAssignedIDView attribute.

Part of: https://fedorahosted.org/freeipa/ticket/3979
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need the referential plugin config to watch for changes in the ID view
objects, since hosts refer to them in ipaAssignedIDView attribute.

Part of: https://fedorahosted.org/freeipa/ticket/3979
</pre>
</div>
</content>
</entry>
<entry>
<title>idviews: Add ipaOriginalUid</title>
<updated>2014-09-22T10:00:06+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2014-09-17T11:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=0632c5fe5859e272e6a02984935a487eaace64f6'/>
<id>0632c5fe5859e272e6a02984935a487eaace64f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ipatests: Add xmlrpc tests for idviews plugin</title>
<updated>2014-09-17T12:41:51+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2014-08-04T12:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=95deccd7a8b1f2129f6987a5a3a9e6ed57168442'/>
<id>95deccd7a8b1f2129f6987a5a3a9e6ed57168442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
