<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipa-client, branch navigation</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/'/>
<entry>
<title>Bad return values for ipa-rmkeytab command</title>
<updated>2011-05-03T13:19:07+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-05-02T08:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=e90120bdcbdeaa47ef23882465e6d883a79abc58'/>
<id>e90120bdcbdeaa47ef23882465e6d883a79abc58</id>
<content type='text'>
ipa-rmkeytab returns success even when the realm passed to the
program is not found in a keytab. This patch adds an explanatory
error message and returns error code 5 - Principal or realm not
found.

https://fedorahosted.org/freeipa/ticket/694
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ipa-rmkeytab returns success even when the realm passed to the
program is not found in a keytab. This patch adds an explanatory
error message and returns error code 5 - Principal or realm not
found.

https://fedorahosted.org/freeipa/ticket/694
</pre>
</div>
</content>
</entry>
<entry>
<title>ipa-client-install uninstall does not work on IPA server</title>
<updated>2011-04-29T20:32:59+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-04-29T14:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=c6763d0a587511eae05bd91d7bbdd1e44c74a875'/>
<id>c6763d0a587511eae05bd91d7bbdd1e44c74a875</id>
<content type='text'>
When IPA server is being uninstalled, IPA client on-master
uninstallation which is called by the script fails.

https://fedorahosted.org/freeipa/ticket/1197
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When IPA server is being uninstalled, IPA client on-master
uninstallation which is called by the script fails.

https://fedorahosted.org/freeipa/ticket/1197
</pre>
</div>
</content>
</entry>
<entry>
<title>Forbid reinstallation in ipa-client-install</title>
<updated>2011-04-29T07:28:37+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-04-27T14:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=2e99c60c8b21723f86f86bedf1c37c51789f7bc8'/>
<id>2e99c60c8b21723f86f86bedf1c37c51789f7bc8</id>
<content type='text'>
The --force option may be misused to reinstall an existing IPA
client. This is not supported and may lead to unexpected errors.
When required, the cleanest way to re-install IPA client is to
run uninstall and then install again.

This patch also includes few cosmetic changes in messages to user
to provide more consistent user experience with the script.

https://fedorahosted.org/freeipa/ticket/1117
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The --force option may be misused to reinstall an existing IPA
client. This is not supported and may lead to unexpected errors.
When required, the cleanest way to re-install IPA client is to
run uninstall and then install again.

This patch also includes few cosmetic changes in messages to user
to provide more consistent user experience with the script.

https://fedorahosted.org/freeipa/ticket/1117
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent uninstalling client on the IPA server</title>
<updated>2011-04-29T07:23:59+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-03-24T10:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=d76b9aef39fa0965a0e741d16dcbf9c3279d1af5'/>
<id>d76b9aef39fa0965a0e741d16dcbf9c3279d1af5</id>
<content type='text'>
This patch prevents uninstalling IPA client when it is configured
as a part of IPA server. ipa-server-installation script is advised
for this situation.

https://fedorahosted.org/freeipa/ticket/1049
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch prevents uninstalling IPA client when it is configured
as a part of IPA server. ipa-server-installation script is advised
for this situation.

https://fedorahosted.org/freeipa/ticket/1049
</pre>
</div>
</content>
</entry>
<entry>
<title>Log temporary files in ipa-client-install</title>
<updated>2011-04-28T08:02:18+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-03-23T13:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=8472dc26b7e261090b73e0dba488df23917830fa'/>
<id>8472dc26b7e261090b73e0dba488df23917830fa</id>
<content type='text'>
This patch adds logging of temporary files (Kerberos configuration,
nsupdate commands) that may be very useful for debugging purposes.

https://fedorahosted.org/freeipa/ticket/1093
https://fedorahosted.org/freeipa/ticket/1094
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds logging of temporary files (Kerberos configuration,
nsupdate commands) that may be very useful for debugging purposes.

https://fedorahosted.org/freeipa/ticket/1093
https://fedorahosted.org/freeipa/ticket/1094
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix lint false positives.</title>
<updated>2011-04-13T13:58:45+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-04-07T14:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=1ac3ed2c271accc0776a3cc34fbe607acf62da17'/>
<id>1ac3ed2c271accc0776a3cc34fbe607acf62da17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress --on-master from ipa-client-install command-line and man page.</title>
<updated>2011-04-12T07:31:56+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-04-11T17:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=811f631c0978e02c8b4a771eead6e13160f1e528'/>
<id>811f631c0978e02c8b4a771eead6e13160f1e528</id>
<content type='text'>
This option is only used when configuring an IPA client on an IPA server.
Describing it on the command-line will only confuse people so don't
list it as an option.

Ticket 1050
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option is only used when configuring an IPA client on an IPA server.
Describing it on the command-line will only confuse people so don't
list it as an option.

Ticket 1050
</pre>
</div>
</content>
</entry>
<entry>
<title>Make retrieval of the CA during DNS discovery non-fatal.</title>
<updated>2011-03-30T14:03:56+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-03-29T17:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=b3a85890ef7c80531cbd2cde0f89d79aed8d496c'/>
<id>b3a85890ef7c80531cbd2cde0f89d79aed8d496c</id>
<content type='text'>
ticket 1135
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1135
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that the system hostname is lower-case.</title>
<updated>2011-03-18T18:54:01+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-03-17T14:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=15e213d0258f69feaf6031a8721902f63c864ac2'/>
<id>15e213d0258f69feaf6031a8721902f63c864ac2</id>
<content type='text'>
ticket 1080
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1080
</pre>
</div>
</content>
</entry>
<entry>
<title>Always consider domain and server when doing DNS discovery in client.</title>
<updated>2011-03-15T15:01:03+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-03-15T13:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=a36bc4ee93d13c28f8edf2bb94eb4dbfc25be568'/>
<id>a36bc4ee93d13c28f8edf2bb94eb4dbfc25be568</id>
<content type='text'>
When not on master we weren't passing in the user-supplied domain and
server. Because of changes made that require TLS on the LDAP calls
we always need the server name early in the process to retrieve the IPA
CA certificate.

ticket 1090
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When not on master we weren't passing in the user-supplied domain and
server. Because of changes made that require TLS on the LDAP calls
we always need the server name early in the process to retrieve the IPA
CA certificate.

ticket 1090
</pre>
</div>
</content>
</entry>
</feed>
