<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/daemons, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/'/>
<entry>
<title>Fix condition bug in ipa-pwd-extop plugin. Variable used uninitialized.</title>
<updated>2010-02-04T16:09:59+00:00</updated>
<author>
<name>Pavel Zuna</name>
<email>pzuna@redhat.com</email>
</author>
<published>2010-02-04T15:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=00b2f240f7f019c35ee4932eb5c9b43a3d4165c8'/>
<id>00b2f240f7f019c35ee4932eb5c9b43a3d4165c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add BIND pre-op for DS-&gt;IPA password migration to ipa-pwd-extop DS plugin.</title>
<updated>2010-01-20T21:53:51+00:00</updated>
<author>
<name>Pavel Zuna</name>
<email>pzuna@redhat.com</email>
</author>
<published>2009-09-04T12:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=ba0e7b9c68f48f8b5f4e4cc59c1fad1d80726275'/>
<id>ba0e7b9c68f48f8b5f4e4cc59c1fad1d80726275</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow adding entries with pre-hashed passwords, but don't generate keys for them.</title>
<updated>2010-01-20T21:53:41+00:00</updated>
<author>
<name>root</name>
<email>root@testbox.winry</email>
</author>
<published>2009-10-19T12:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=fd5742cc7910bfe4bf896d0e5742a54380366e5e'/>
<id>fd5742cc7910bfe4bf896d0e5742a54380366e5e</id>
<content type='text'>
Fix bug #528922.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug #528922.
</pre>
</div>
</content>
</entry>
<entry>
<title>No longer use the IPA-specific memberof plugin. Use the DS-supplied one.</title>
<updated>2009-10-12T13:37:38+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-10-09T21:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=342337a89330c4253b350cc06124aaa6747c5122'/>
<id>342337a89330c4253b350cc06124aaa6747c5122</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for per-group kerberos password policy.</title>
<updated>2009-10-05T19:29:55+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-10-02T13:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=dac224c25a2ff8a1400d0a746f600f81cfad6901'/>
<id>dac224c25a2ff8a1400d0a746f600f81cfad6901</id>
<content type='text'>
Use a Class of Service template to do per-group password policy. The
design calls for non-overlapping groups but with cospriority we can
still make sense of things.

The password policy entries stored under the REALM are keyed only on
the group name because the MIT ldap plugin can't handle quotes in the
DN. It also can't handle spaces between elements in the DN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a Class of Service template to do per-group password policy. The
design calls for non-overlapping groups but with cospriority we can
still make sense of things.

The password policy entries stored under the REALM are keyed only on
the group name because the MIT ldap plugin can't handle quotes in the
DN. It also can't handle spaces between elements in the DN.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enrollment for a host in an IPA domain</title>
<updated>2009-09-24T23:45:49+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-09-14T21:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=d0587cbdd5bc5e07a6e8519deb07adaace643740'/>
<id>d0587cbdd5bc5e07a6e8519deb07adaace643740</id>
<content type='text'>
This will create a host service principal and may create a host entry (for
admins).  A keytab will be generated, by default in /etc/krb5.keytab
If no kerberos credentails are available then enrollment over LDAPS is used
if a password is provided.

This change requires that openldap be used as our C LDAP client. It is much
easier to do SSL using openldap than mozldap (no certdb required). Otherwise
we'd have to write a slew of extra code to create a temporary cert database,
import the CA cert, ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will create a host service principal and may create a host entry (for
admins).  A keytab will be generated, by default in /etc/krb5.keytab
If no kerberos credentails are available then enrollment over LDAPS is used
if a password is provided.

This change requires that openldap be used as our C LDAP client. It is much
easier to do SSL using openldap than mozldap (no certdb required). Otherwise
we'd have to write a slew of extra code to create a temporary cert database,
import the CA cert, ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Check error in kpasswd</title>
<updated>2009-07-10T13:42:21+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-06-09T17:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=24089821fbc738b22f524d4d107d9de458484291'/>
<id>24089821fbc738b22f524d4d107d9de458484291</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove our copy of the DNA plugin and use the one that comes with DS.</title>
<updated>2009-03-06T22:37:37+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-03-06T15:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=d9c4ba5a30dd1c2a18c051e3b70b1b4496247548'/>
<id>d9c4ba5a30dd1c2a18c051e3b70b1b4496247548</id>
<content type='text'>
The DS plugin does config checking when adding new entries online so
we are dropping the Posix subtree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The DS plugin does config checking when adding new entries online so
we are dropping the Posix subtree.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor cleanup of configure.ac</title>
<updated>2009-02-05T14:32:41+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-02-04T15:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=2a584ce985bdf3f8f5425bf4a6cd512de73e2e89'/>
<id>2a584ce985bdf3f8f5425bf4a6cd512de73e2e89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate to a single autogen.sh and remove a redundant make target</title>
<updated>2009-02-04T14:04:22+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-02-03T20:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnagy/public_git/freeipa.git/commit/?id=d2b1a37aaf0e6ec324f156c8e4b09f2aeda9585c'/>
<id>d2b1a37aaf0e6ec324f156c8e4b09f2aeda9585c</id>
<content type='text'>
Also cheat a little and don't force auto* to require files to exist
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also cheat a little and don't force auto* to require files to exist
</pre>
</div>
</content>
</entry>
</feed>
