<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipaserver, branch my-master</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Add IPA OTP schema and ACLs</title>
<updated>2013-05-17T07:30:51+00:00</updated>
<author>
<name>Nathaniel McCallum</name>
<email>npmccallum@redhat.com</email>
</author>
<published>2013-04-11T17:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=cb689354357d5311e7ecb231a34e867c23b8a803'/>
<id>cb689354357d5311e7ecb231a34e867c23b8a803</id>
<content type='text'>
This commit adds schema support for two factor authentication via
OTP devices, including RADIUS or TOTP. This schema will be used
by future patches which will enable two factor authentication
directly.

https://fedorahosted.org/freeipa/ticket/3365
http://freeipa.org/page/V3/OTP
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds schema support for two factor authentication via
OTP devices, including RADIUS or TOTP. This schema will be used
by future patches which will enable two factor authentication
directly.

https://fedorahosted.org/freeipa/ticket/3365
http://freeipa.org/page/V3/OTP
</pre>
</div>
</content>
</entry>
<entry>
<title>Set KRB5CCNAME so that dirsrv can work with newer krb5-server</title>
<updated>2013-05-14T21:01:03+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2013-05-14T16:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=ba89635679a318102bffbb0a5d00aff61f4e2967'/>
<id>ba89635679a318102bffbb0a5d00aff61f4e2967</id>
<content type='text'>
The DIR ccache format is now the default in krb5-server 1.11.2-4
but /run/user/&lt;uid&gt; isn't created for Apache by anything so it
has no ccache (and it doesn't have SELinux permissions to write here
either).

Use KRB5CCNAME to set a file path instead in /etc/sysconfig/dirsrv.

https://fedorahosted.org/freeipa/ticket/3628
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The DIR ccache format is now the default in krb5-server 1.11.2-4
but /run/user/&lt;uid&gt; isn't created for Apache by anything so it
has no ccache (and it doesn't have SELinux permissions to write here
either).

Use KRB5CCNAME to set a file path instead in /etc/sysconfig/dirsrv.

https://fedorahosted.org/freeipa/ticket/3628
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ipa-ca DNS name creation</title>
<updated>2013-05-09T18:16:51+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2013-05-09T15:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=8667d169daece75794c5dcf8b42d22c9a41840a1'/>
<id>8667d169daece75794c5dcf8b42d22c9a41840a1</id>
<content type='text'>
Previous fix (6d06a7e) did not work properly on a CA-less replica
with CA-powered master.

https://fedorahosted.org/freeipa/ticket/3617
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previous fix (6d06a7e) did not work properly on a CA-less replica
with CA-powered master.

https://fedorahosted.org/freeipa/ticket/3617
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not add ipa-ca records on CA-less installs</title>
<updated>2013-05-09T13:13:33+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2013-05-09T12:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=6368a60730097311510c0e1258790d916782e6d4'/>
<id>6368a60730097311510c0e1258790d916782e6d4</id>
<content type='text'>
ipa-dns-install crashed when it was run on a CA-less server.

https://fedorahosted.org/freeipa/ticket/3617
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ipa-dns-install crashed when it was run on a CA-less server.

https://fedorahosted.org/freeipa/ticket/3617
</pre>
</div>
</content>
</entry>
<entry>
<title>Set KRB5CCNAME so httpd s4u2proxy can with with newer krb5-server</title>
<updated>2013-05-09T07:15:47+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2013-05-07T14:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=13cef6cac4c7f6c53e9fcfea97c5e830c8c69826'/>
<id>13cef6cac4c7f6c53e9fcfea97c5e830c8c69826</id>
<content type='text'>
The DIR ccache format is now the default in krb5-server 1.11.2-4
but /run/user/&lt;uid&gt; isn't created for Apache by anything so it
has no ccache (and it doesn't have SELinux permissions to write here
either).

Use KRB5CCNAME to set a file path instead in /etc/sysconfig/httpd.

https://fedorahosted.org/freeipa/ticket/3607
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The DIR ccache format is now the default in krb5-server 1.11.2-4
but /run/user/&lt;uid&gt; isn't created for Apache by anything so it
has no ccache (and it doesn't have SELinux permissions to write here
either).

Use KRB5CCNAME to set a file path instead in /etc/sysconfig/httpd.

https://fedorahosted.org/freeipa/ticket/3607
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify the location for the agent PKCS#12 file so we don't have to move it.</title>
<updated>2013-05-06T11:37:23+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2013-05-02T17:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=be8c9ec9f243386eb9d3ae69bf1d84b255324cc7'/>
<id>be8c9ec9f243386eb9d3ae69bf1d84b255324cc7</id>
<content type='text'>
Dogtag 10.0.2 changed the default location for this file from /root/.pki
to /root/.dogtag which broke our install.

https://fedorahosted.org/freeipa/ticket/3599
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dogtag 10.0.2 changed the default location for this file from /root/.pki
to /root/.dogtag which broke our install.

https://fedorahosted.org/freeipa/ticket/3599
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle a 501 in cert-find from dogtag as a "not supported"</title>
<updated>2013-05-03T20:05:49+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2013-04-23T21:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=6e2c3a45a1da4b2b39037bf7ed3a0d3fcd42b008'/>
<id>6e2c3a45a1da4b2b39037bf7ed3a0d3fcd42b008</id>
<content type='text'>
Upgrading from d9 -&gt; d10 does not set up the RESTful interface
in dogtag, they just never coded it. Rather than trying to backport
things they have decided to not support upgrades.

We need to catch this and report a more reasonable error. They are
returning a 501 (HTTP method unimplemented) in this case.

https://fedorahosted.org/freeipa/ticket/3549
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrading from d9 -&gt; d10 does not set up the RESTful interface
in dogtag, they just never coded it. Rather than trying to backport
things they have decided to not support upgrades.

We need to catch this and report a more reasonable error. They are
returning a 501 (HTTP method unimplemented) in this case.

https://fedorahosted.org/freeipa/ticket/3549
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix normalization of FQDNs in DNS installer code.</title>
<updated>2013-05-03T16:05:50+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2013-05-03T13:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=252de46ebfde14db30879e94f185096fdaa1faa3'/>
<id>252de46ebfde14db30879e94f185096fdaa1faa3</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/3600
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/3600
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle socket.gethostbyaddr() exceptions when verifying hostnames.</title>
<updated>2013-04-24T13:28:57+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2013-04-22T18:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=bd89e49ed771ff8677cf0e8aa4b0d40eaa0c39b6'/>
<id>bd89e49ed771ff8677cf0e8aa4b0d40eaa0c39b6</id>
<content type='text'>
Log any socket exceptions raised and let the process continue. This
failure isn't a show-stopper. Other checks past this will catch any
other problems.

This was seen when /etc/hosts and /etc/resolv.conf were both empty.

https://fedorahosted.org/freeipa/ticket/3581
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Log any socket exceptions raised and let the process continue. This
failure isn't a show-stopper. Other checks past this will catch any
other problems.

This was seen when /etc/hosts and /etc/resolv.conf were both empty.

https://fedorahosted.org/freeipa/ticket/3581
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ipa-ca records for existing CA masters when installing DNS for the first time.</title>
<updated>2013-04-24T12:36:28+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2013-04-23T07:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=63e79a3d86bb302b954571ec881aae06388392cd'/>
<id>63e79a3d86bb302b954571ec881aae06388392cd</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/3564
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/3564
</pre>
</div>
</content>
</entry>
</feed>
