<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/install/tools, 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>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>IPA replica is not started after the reboot</title>
<updated>2011-04-28T07:52:53+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-04-26T08:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=9f701781490e8544761eca464db528228021931e'/>
<id>9f701781490e8544761eca464db528228021931e</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1191
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1191
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that the zonemgr passed to the installer conforms to IA5String.</title>
<updated>2011-04-26T11:11:56+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-04-22T21:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=6f7984a532057fa173b6a645e5eaf525066edd1a'/>
<id>6f7984a532057fa173b6a645e5eaf525066edd1a</id>
<content type='text'>
ticket 1164
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1164
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete the sudoers entry when disabling Schema Compat</title>
<updated>2011-04-25T18:35:34+00:00</updated>
<author>
<name>Jr Aquino</name>
<email>jr.aquino@citrix.com</email>
</author>
<published>2011-04-21T19:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=23781c080bd5ae4a9db4da956f43efdba8cbc46a'/>
<id>23781c080bd5ae4a9db4da956f43efdba8cbc46a</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1160
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some minor issues uncovered by pylint.</title>
<updated>2011-04-20T18:38:02+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-04-14T08:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=c31d7b9ad66248d62e9a5b3353c391b5a65237a9'/>
<id>c31d7b9ad66248d62e9a5b3353c391b5a65237a9</id>
<content type='text'>
Disable pylint error _ undefined in i18n tests
Fix missing os import in ipa-nis-manage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable pylint error _ undefined in i18n tests
Fix missing os import in ipa-nis-manage
</pre>
</div>
</content>
</entry>
<entry>
<title>The default groups we create should have ipaUniqueId set</title>
<updated>2011-04-15T11:02:17+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-04-14T18:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=fe67680da5c3d7799884bdbd4d900070394dc5d0'/>
<id>fe67680da5c3d7799884bdbd4d900070394dc5d0</id>
<content type='text'>
This adds a new directive to ipa-ldap-updater: addifnew. This will add
a new attribute only if it doesn't exist in the current entry. We can't
compare values because the value we are adding is automatically generated.

ticket 1177
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new directive to ipa-ldap-updater: addifnew. This will add
a new attribute only if it doesn't exist in the current entry. We can't
compare values because the value we are adding is automatically generated.

ticket 1177
</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>Fix traceback in ipa-nis-manage.</title>
<updated>2011-04-11T19:33:03+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-04-11T19:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=d42bf3f530759824586bba0df52f9bd8a6f20df7'/>
<id>d42bf3f530759824586bba0df52f9bd8a6f20df7</id>
<content type='text'>
The root user cannot use ldapi because of the autobind configuration.
Fall back to a standard GSSAPI sasl bind if the external bind fails.
With --ldapi a regular user may be trying this as well, catch that
and report a reasonable error message.

This also gives priority to the DM password if it is passed in.

Also require the user be root to run the ipa-nis-manage command.
We enable/disable and start/stop services which need to be done as root.

Add a new option to ipa-ldap-updater to prompt for the DM password.
Remove restriction to be run as root except when doing an upgrade.

Ticket 1157
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The root user cannot use ldapi because of the autobind configuration.
Fall back to a standard GSSAPI sasl bind if the external bind fails.
With --ldapi a regular user may be trying this as well, catch that
and report a reasonable error message.

This also gives priority to the DM password if it is passed in.

Also require the user be root to run the ipa-nis-manage command.
We enable/disable and start/stop services which need to be done as root.

Add a new option to ipa-ldap-updater to prompt for the DM password.
Remove restriction to be run as root except when doing an upgrade.

Ticket 1157
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in ipa-server-install.</title>
<updated>2011-04-08T07:27:01+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-04-07T15:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=df8120702ae01104acaeb3d6079bf44b2794ee57'/>
<id>df8120702ae01104acaeb3d6079bf44b2794ee57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note about ipa-dns-install to ipa-server-install man page.</title>
<updated>2011-03-31T20:38:43+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-03-30T10:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=7515fd556329a15008d53a3e6a049f2255d21b3b'/>
<id>7515fd556329a15008d53a3e6a049f2255d21b3b</id>
<content type='text'>
ticket 1082
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1082
</pre>
</div>
</content>
</entry>
</feed>
