<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipa-client/ipa-install/ipa-client-install, branch mspac</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>ipa-client-install: Verify RPC connection with a ping</title>
<updated>2013-10-04T13:33:58+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2013-10-03T22:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=5824a0e14e73f8d13a93ccccf1b5213488ff9eaa'/>
<id>5824a0e14e73f8d13a93ccccf1b5213488ff9eaa</id>
<content type='text'>
With old servers, it is possible that xmlclient.connect() succeeds
but commands fail with a Kerberos error.

Verify that commands succeed by sending a ping after connecting.

Follow-up to: https://fedorahosted.org/freeipa/ticket/3931
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With old servers, it is possible that xmlclient.connect() succeeds
but commands fail with a Kerberos error.

Verify that commands succeed by sending a ping after connecting.

Follow-up to: https://fedorahosted.org/freeipa/ticket/3931
</pre>
</div>
</content>
</entry>
<entry>
<title>ipa-client-install: Use direct RPC instead of api.Command</title>
<updated>2013-10-04T13:33:58+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2013-10-04T08:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=e01a28b584b8721d12a0b65fe4fdac507327f7da'/>
<id>e01a28b584b8721d12a0b65fe4fdac507327f7da</id>
<content type='text'>
To make sure the installation works with older servers,
use XML-RPC directly, with a version set explicitly so the request
is not rejected.

RPC was chosen over ldapmodify, because going through the API allows
the server to process the request properly, or even cleanly reject
it if there are incompatible changes in future versions.

https://fedorahosted.org/freeipa/ticket/3931
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make sure the installation works with older servers,
use XML-RPC directly, with a version set explicitly so the request
is not rejected.

RPC was chosen over ldapmodify, because going through the API allows
the server to process the request properly, or even cleanly reject
it if there are incompatible changes in future versions.

https://fedorahosted.org/freeipa/ticket/3931
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not set DNS discovery domain in server mode</title>
<updated>2013-10-03T13:22:09+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2013-10-03T13:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=7d2d1cb59d22eeed9ed62541299e96ea97006d0e'/>
<id>7d2d1cb59d22eeed9ed62541299e96ea97006d0e</id>
<content type='text'>
In server mode, the discovery domain should be left unset in all
cases as the DNS discovery is only driven by the AD domains.

https://fedorahosted.org/freeipa/ticket/3947
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In server mode, the discovery domain should be left unset in all
cases as the DNS discovery is only driven by the AD domains.

https://fedorahosted.org/freeipa/ticket/3947
</pre>
</div>
</content>
</entry>
<entry>
<title>Use getent admin@domain for nss check in ipa-client-install</title>
<updated>2013-09-20T07:56:27+00:00</updated>
<author>
<name>Tomas Babej</name>
<email>tbabej@redhat.com</email>
</author>
<published>2013-09-18T11:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=316a9c215982527814089dc02be95fe14e635006'/>
<id>316a9c215982527814089dc02be95fe14e635006</id>
<content type='text'>
Use 'getent admin@domain' rather than 'getent admin@REALM' to check if nss
is working properly since admin@REALM check fails in case the domain and the realm
name does not match.

https://fedorahosted.org/freeipa/ticket/3906
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use 'getent admin@domain' rather than 'getent admin@REALM' to check if nss
is working properly since admin@REALM check fails in case the domain and the realm
name does not match.

https://fedorahosted.org/freeipa/ticket/3906
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix invocations of FileError in ipa-client-install</title>
<updated>2013-09-09T12:20:17+00:00</updated>
<author>
<name>Ana Krivokapic</name>
<email>akrivoka@redhat.com</email>
</author>
<published>2013-09-04T14:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=66242e6ab0ab21eb39f3fbdaa586e8e38663faae'/>
<id>66242e6ab0ab21eb39f3fbdaa586e8e38663faae</id>
<content type='text'>
Some of the FileErrors in ipa-client-install were raised incorrectly
(without the 'reason' argument), which resulted in bad error messages
during ipa-client-install.

https://fedorahosted.org/freeipa/ticket/3758
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of the FileErrors in ipa-client-install were raised incorrectly
(without the 'reason' argument), which resulted in bad error messages
during ipa-client-install.

https://fedorahosted.org/freeipa/ticket/3758
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to ipa-client-install to configure automount</title>
<updated>2013-09-05T10:43:52+00:00</updated>
<author>
<name>Ana Krivokapic</name>
<email>akrivoka@redhat.com</email>
</author>
<published>2013-08-30T14:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=95483d3b9f0973e825cf37340f8ca91b567ab134'/>
<id>95483d3b9f0973e825cf37340f8ca91b567ab134</id>
<content type='text'>
Add the --automount-location option to ipa-client-install. If the option is
used, ipa-client-automount is called at the end of ipa-client-install.

https://fedorahosted.org/freeipa/ticket/3740
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the --automount-location option to ipa-client-install. If the option is
used, ipa-client-automount is called at the end of ipa-client-install.

https://fedorahosted.org/freeipa/ticket/3740
</pre>
</div>
</content>
</entry>
<entry>
<title>Use admin@REALM when testing if SSSD is ready</title>
<updated>2013-07-19T10:37:43+00:00</updated>
<author>
<name>Ana Krivokapic</name>
<email>akrivoka@redhat.com</email>
</author>
<published>2013-07-18T17:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=8a22bce24233ddd4ec9764cecf410c159284f370'/>
<id>8a22bce24233ddd4ec9764cecf410c159284f370</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/3771
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/3771
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'ipa_server_mode' option to SSSD configuration</title>
<updated>2013-07-18T15:49:23+00:00</updated>
<author>
<name>Ana Krivokapic</name>
<email>akrivoka@redhat.com</email>
</author>
<published>2013-07-15T09:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=595de183a757e5c320bddfa7520f7d5dad15ecd7'/>
<id>595de183a757e5c320bddfa7520f7d5dad15ecd7</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/3652
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/3652
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix client install exception if /etc/ssh is missing</title>
<updated>2013-07-09T16:07:25+00:00</updated>
<author>
<name>Nathaniel McCallum</name>
<email>npmccallum@redhat.com</email>
</author>
<published>2013-07-03T19:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=784f484cad5f823d0a56dbcaa8f71d1fef4286b9'/>
<id>784f484cad5f823d0a56dbcaa8f71d1fef4286b9</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/3766
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/3766
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not skip SSSD known hosts in ipa-client-install --ssh-trust-dns.</title>
<updated>2013-06-27T06:48:40+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2013-06-25T08:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=736dd0fcd6d35abbea28481dc544502c132f78f8'/>
<id>736dd0fcd6d35abbea28481dc544502c132f78f8</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/3705
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/3705
</pre>
</div>
</content>
</entry>
</feed>
