<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git, branch ipa-1-2</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Use PATH in env when running commands to find binaries.</title>
<updated>2010-11-17T20:14:21+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-11-08T19:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=bf304533ce4dd003c451580323a6588e4d80b440'/>
<id>bf304533ce4dd003c451580323a6588e4d80b440</id>
<content type='text'>
Fedora 14 moved the kerberos binaries from /usr/kerberos/[s]bin to
/usr/[s]bin. Pass PATH to the environment in ipautil.run() so we can
work universally across distributions.

Bug 650725
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fedora 14 moved the kerberos binaries from /usr/kerberos/[s]bin to
/usr/[s]bin. Pass PATH to the environment in ipautil.run() so we can
work universally across distributions.

Bug 650725
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libvirt as a service type</title>
<updated>2010-07-06T17:29:45+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-07-06T17:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=b3fbb7cbea69b768b11dbbf530ed77d65010d428'/>
<id>b3fbb7cbea69b768b11dbbf530ed77d65010d428</id>
<content type='text'>
476652
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
476652
</pre>
</div>
</content>
</entry>
<entry>
<title>gpg2 requires --batch to use the --passphrase* arguments.</title>
<updated>2010-05-27T15:00:14+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-05-26T19:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=a10becde018e92ab13c3dc6a317cd44aa2586da6'/>
<id>a10becde018e92ab13c3dc6a317cd44aa2586da6</id>
<content type='text'>
This was causing replica creation and installation to fail.

596446
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was causing replica creation and installation to fail.

596446
</pre>
</div>
</content>
</entry>
<entry>
<title>handle kdb stash being a keytab</title>
<updated>2010-04-01T15:58:09+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-04-01T15:44:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=525a335b736a1d5206659b080b2c71440f5c3b3f'/>
<id>525a335b736a1d5206659b080b2c71440f5c3b3f</id>
<content type='text'>
In krb5 1.7 and later, the stash file (/var/kerberos/krb5kdc/.k5.$REALM
on Fedora) is created in the regular keytab format instead of the older
less-portable one.  Based from comments and code in kt_file.c, here's a
change to try to recognize that case (the file starts with a magic
number) and read the master key from Python.

The KDC will still read either format, so I left the bits that set
things up on replicas alone (advice appreciated).  The patch works as
expected on my 64-bit box, both on RHEL5 (krb5 1.6.1 with a traditional
stash file) and on Raw Hide (krb5 1.7 with a keytab).

Backported from IPA v2 patch submitted by Nalin Dahyabhai &lt;nalin@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In krb5 1.7 and later, the stash file (/var/kerberos/krb5kdc/.k5.$REALM
on Fedora) is created in the regular keytab format instead of the older
less-portable one.  Based from comments and code in kt_file.c, here's a
change to try to recognize that case (the file starts with a magic
number) and read the master key from Python.

The KDC will still read either format, so I left the bits that set
things up on replicas alone (advice appreciated).  The patch works as
expected on my 64-bit box, both on RHEL5 (krb5 1.6.1 with a traditional
stash file) and on Raw Hide (krb5 1.7 with a keytab).

Backported from IPA v2 patch submitted by Nalin Dahyabhai &lt;nalin@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Since one needs to enable the compat plugin we will enable anonymous VLV when that is configured.</title>
<updated>2010-04-01T15:58:02+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-04-01T15:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=3c11b71aa7169615ecb74ac0b3b513e44662c52a'/>
<id>3c11b71aa7169615ecb74ac0b3b513e44662c52a</id>
<content type='text'>
By default the DS installs an aci that grants read access to ldap:///all
and we need ldap:///anyone

This is needed for Solaris to be able to see users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default the DS installs an aci that grants read access to ldap:///all
and we need ldap:///anyone

This is needed for Solaris to be able to see users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly pull the schema attribute operational attributes</title>
<updated>2010-01-18T15:17:00+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2010-01-18T15:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=806b3be985eb17ffb2527962c76fea268255d4e1'/>
<id>806b3be985eb17ffb2527962c76fea268255d4e1</id>
<content type='text'>
389-ds changed changed its schema related to schema to be more
RFC-complaint, making the schema attributes operational so we need
to explicitly request the ones we want.

Resolves BZ #544927
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
389-ds changed changed its schema related to schema to be more
RFC-complaint, making the schema attributes operational so we need
to explicitly request the ones we want.

Resolves BZ #544927
</pre>
</div>
</content>
</entry>
<entry>
<title>Become version 1.2.2</title>
<updated>2009-09-09T19:39:10+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-09-09T19:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=936364a1980bf9830fa5b0a30e2329cc58ab8081'/>
<id>936364a1980bf9830fa5b0a30e2329cc58ab8081</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Own the Apache configuration files we will generate</title>
<updated>2009-09-04T18:32:57+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-09-02T22:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=1b88d42fd4a189cf10c535addec96e9e2b43ce30'/>
<id>1b88d42fd4a189cf10c535addec96e9e2b43ce30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better upgrade detection so we don't print spurious errors</title>
<updated>2009-09-04T18:32:53+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-09-02T21:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=e19a8d0259b3b0670cf7f4272d4be4d7eb7b4e49'/>
<id>e19a8d0259b3b0670cf7f4272d4be4d7eb7b4e49</id>
<content type='text'>
Also add copyright

519414
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add copyright

519414
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an option for a CA to be regenerated, fix bug in CA basic constraint</title>
<updated>2009-09-02T20:49:11+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2009-08-28T17:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=70820dc343f96a1abd570b99e036101429f3262c'/>
<id>70820dc343f96a1abd570b99e036101429f3262c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
