<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/install/updates, branch webui-details</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Add container and initial ACIs for entitlement support</title>
<updated>2010-07-29T14:50:29+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-07-21T19:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=d4adbc8052faf18fb31e7b1865037aa107067d4b'/>
<id>d4adbc8052faf18fb31e7b1865037aa107067d4b</id>
<content type='text'>
The entitlement entries themselves will be rather simple, consisting
of the objectClasses ipaObject and pkiUser. We will just store
userCertificate in it. The DN will contain the UUID of the entitlement.

ticket #27
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The entitlement entries themselves will be rather simple, consisting
of the objectClasses ipaObject and pkiUser. We will just store
userCertificate in it. The DN will contain the UUID of the entitlement.

ticket #27
</pre>
</div>
</content>
</entry>
<entry>
<title>Add separate role group for enrolling hosts, enrollhost</title>
<updated>2010-06-22T17:56:17+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-06-02T18:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=8c6c93125f344ca117cc24b2e96c55b1d9ae31bd'/>
<id>8c6c93125f344ca117cc24b2e96c55b1d9ae31bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include missing update file 30-hbacsvc.update</title>
<updated>2010-05-27T14:51:49+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-05-26T13:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=49b3d3ba0fec9907d2fa42c55905fbecb644e3b2'/>
<id>49b3d3ba0fec9907d2fa42c55905fbecb644e3b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ipaUniqueID to HBAC services and service groups</title>
<updated>2010-05-27T14:51:02+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-05-21T20:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=e123fa66719c7f71587383406d3205d17e60f669'/>
<id>e123fa66719c7f71587383406d3205d17e60f669</id>
<content type='text'>
Also fix the memberOf attribute for the HBAC services
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix the memberOf attribute for the HBAC services
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-number some attributes to compress our usage to be contiguous</title>
<updated>2010-05-27T14:50:49+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-05-21T19:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=fe7cb34f76a04e04e4dd0ffe9e1795752b422e26'/>
<id>fe7cb34f76a04e04e4dd0ffe9e1795752b422e26</id>
<content type='text'>
No longer install the policy or key escrow schemas and remove their
OIDs for now.

594149
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No longer install the policy or key escrow schemas and remove their
OIDs for now.

594149
</pre>
</div>
</content>
</entry>
<entry>
<title>Use GSSAPI auth for the ipa-replica-manage list and del commands.</title>
<updated>2010-03-19T21:17:14+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-02-19T18:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=c19911845d93e4cbbf296caf18568231549a3e60'/>
<id>c19911845d93e4cbbf296caf18568231549a3e60</id>
<content type='text'>
This creates a new role, replicaadmin, so a non-DM user can do
limited management of replication agreements.

Note that with cn=config if an unauthorized user performs a search
an error is not returned, no entries are returned. This makes it
difficult to determine if there are simply no replication agreements or
we aren't allowed to see them. Once the ipaldap.py module gets
replaced by ldap2 we can use Get Effective Rights to easily tell the
difference.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This creates a new role, replicaadmin, so a non-DM user can do
limited management of replication agreements.

Note that with cn=config if an unauthorized user performs a search
an error is not returned, no entries are returned. This makes it
difficult to determine if there are simply no replication agreements or
we aren't allowed to see them. Once the ipaldap.py module gets
replaced by ldap2 we can use Get Effective Rights to easily tell the
difference.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set proper dn in default automount location</title>
<updated>2010-02-23T23:10:15+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@redhat.com</email>
</author>
<published>2010-02-22T21:23:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=edf243d83a9c22a19d6dece035865f88d86cacb2'/>
<id>edf243d83a9c22a19d6dece035865f88d86cacb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default automount location. Auto-create auto.direct in new locations.</title>
<updated>2010-02-12T15:46:20+00:00</updated>
<author>
<name>Pavel Zuna</name>
<email>pzuna@redhat.com</email>
</author>
<published>2010-02-12T12:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=b31f259b1a24b5da8a8ed80d27b1f925220e8f24'/>
<id>b31f259b1a24b5da8a8ed80d27b1f925220e8f24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First pass at enforcing certificates be requested from same host</title>
<updated>2009-10-21T09:22:44+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-10-20T15:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=453a19fcaca9c2be1e3d0e78b734bd05e7d50764'/>
<id>453a19fcaca9c2be1e3d0e78b734bd05e7d50764</id>
<content type='text'>
We want to only allow a machine to request a certificate for itself, not for
other machines. I've added a new taksgroup which will allow this.

The requesting IP is resolved and compared to the subject of the CSR to
determine if they are the same host. The same is done with the service
principal. Subject alt names are not queried yet.

This does not yet grant machines actual permission to request certificates
yet, that is still limited to the taskgroup request_certs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to only allow a machine to request a certificate for itself, not for
other machines. I've added a new taksgroup which will allow this.

The requesting IP is resolved and compared to the subject of the CSR to
determine if they are the same host. The same is done with the service
principal. Subject alt names are not queried yet.

This does not yet grant machines actual permission to request certificates
yet, that is still limited to the taskgroup request_certs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ACI for host delegation</title>
<updated>2009-10-18T04:51:53+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-10-08T20:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=383492866e1c29110e8727ee81cf6dd5e110ab20'/>
<id>383492866e1c29110e8727ee81cf6dd5e110ab20</id>
<content type='text'>
We had changed the DN format, I must have missed these ACIs the first
go around.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We had changed the DN format, I must have missed these ACIs the first
go around.
</pre>
</div>
</content>
</entry>
</feed>
