<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/install, branch network-fixes</title>
<subtitle>FreeIPA project</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/'/>
<entry>
<title>Fixed error after login on IE</title>
<updated>2011-08-09T14:04:06+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-08-03T20:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=c5ce14c83ac6c00f2db9d1b43273c25b8282c873'/>
<id>c5ce14c83ac6c00f2db9d1b43273c25b8282c873</id>
<content type='text'>
The IE does not resend the request body during negotiation, so after
after a successful authentication the server could not find the JSON
request to parse.

The Web UI has been modified to detect this error and resend the
initialization request.

Ticket #1540
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The IE does not resend the request body during negotiation, so after
after a successful authentication the server could not find the JSON
request to parse.

The Web UI has been modified to detect this error and resend the
initialization request.

Ticket #1540
</pre>
</div>
</content>
</entry>
<entry>
<title>Ask for reverse DNS zone information in attended install right after asking for DNS forwarders, so that DNS configuration is done in one place.</title>
<updated>2011-08-09T11:12:19+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-07-26T12:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=8edd7ed99874f114ec6ca6abbbdd4b91025211df'/>
<id>8edd7ed99874f114ec6ca6abbbdd4b91025211df</id>
<content type='text'>
ticket 1522
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1522
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirection after changing browser configuration</title>
<updated>2011-08-08T17:49:26+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2011-08-05T12:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=b9365746723421971d61fab86ed2bc3782cf2140'/>
<id>b9365746723421971d61fab86ed2bc3782cf2140</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1502

Added redirection link.
CSS styling of configuration page.
Some CSS cleaning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1502

Added redirection link.
CSS styling of configuration page.
Some CSS cleaning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed facet group labels.</title>
<updated>2011-08-08T16:00:07+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-08-05T15:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=d08dcb40e1db63d4b40d911bb15a656f0dcbf8ae'/>
<id>d08dcb40e1db63d4b40d911bb15a656f0dcbf8ae</id>
<content type='text'>
The facet group labels have been modified according to UXD spec.
Some facet groups will have more descriptive labels. Some others
will not have any labels because the facet tab is self-explanatory.

Ticket #1423, #1561
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The facet group labels have been modified according to UXD spec.
Some facet groups will have more descriptive labels. Some others
will not have any labels because the facet tab is self-explanatory.

Ticket #1423, #1561
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed 3rd level tab style.</title>
<updated>2011-08-08T16:00:06+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-08-05T15:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=8519967ef139d607b9ec4d9e4d3ff087fe14b3f1'/>
<id>8519967ef139d607b9ec4d9e4d3ff087fe14b3f1</id>
<content type='text'>
The 3rd level tab style has been adjusted according to UXD input.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 3rd level tab style has been adjusted according to UXD input.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed adding host without DNS reverse zone</title>
<updated>2011-08-05T19:14:19+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2011-08-05T15:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=08905eb9a9039b38c032275a87b4f5602e5a63dd'/>
<id>08905eb9a9039b38c032275a87b4f5602e5a63dd</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1481

Shows status dialog instead of error dialog (error 4304 is treated like success).

Refactored error dialog.
Added generic message dialog (IPA.message_dialog)
Modified core tests to work with dialog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1481

Shows status dialog instead of error dialog (error 4304 is treated like success).

Refactored error dialog.
Added generic message dialog (IPA.message_dialog)
Modified core tests to work with dialog.
</pre>
</div>
</content>
</entry>
<entry>
<title>Linked entries in HBAC/sudo details page.</title>
<updated>2011-08-04T15:46:41+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-08-03T22:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=966fbd6485f3e2a1bc7fa4c3f96fcb435daa553d'/>
<id>966fbd6485f3e2a1bc7fa4c3f96fcb435daa553d</id>
<content type='text'>
The association tables in HBAC/sudo details page have been modified
to link the entries to the appropriate details page.

Ticket #1535
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The association tables in HBAC/sudo details page have been modified
to link the entries to the appropriate details page.

Ticket #1535
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-arrange CA configuration code to reduce the number of restarts.</title>
<updated>2011-08-04T00:38:07+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-08-01T19:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=8495af1a50faca496fe2ce425b9b3a7f21ba1ea6'/>
<id>8495af1a50faca496fe2ce425b9b3a7f21ba1ea6</id>
<content type='text'>
Ade Lee from the dogtag team looked at the configuration code and
determined that a number of restarts were not needed and recommended
re-arranging other code to reduce the number of restarts to one.

https://fedorahosted.org/freeipa/ticket/1555
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ade Lee from the dogtag team looked at the configuration code and
determined that a number of restarts were not needed and recommended
re-arranging other code to reduce the number of restarts to one.

https://fedorahosted.org/freeipa/ticket/1555
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error message in ipactl</title>
<updated>2011-08-04T06:18:18+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-08-03T10:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=eb0454d45c68d455fff29816caf73b23eeb04dcd'/>
<id>eb0454d45c68d455fff29816caf73b23eeb04dcd</id>
<content type='text'>
If a hostname configured in /etc/ipa/default.conf is changed and
is different from the one stored in LDAP in cn=ipa,cn=etc,$SUFFIX
ipactl gives an unintelligible error.

This patch improves the error message and also offers a list of
configured master so that the hostname setting in IPA configuration
can be easily fixed.

https://fedorahosted.org/freeipa/ticket/1558
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a hostname configured in /etc/ipa/default.conf is changed and
is different from the one stored in LDAP in cn=ipa,cn=etc,$SUFFIX
ipactl gives an unintelligible error.

This patch improves the error message and also offers a list of
configured master so that the hostname setting in IPA configuration
can be easily fixed.

https://fedorahosted.org/freeipa/ticket/1558
</pre>
</div>
</content>
</entry>
<entry>
<title>Resizable adder dialog box.</title>
<updated>2011-08-03T02:56:58+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-08-02T21:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=9150187ab95f272de4e3c8bc1a1fe2acf08328f8'/>
<id>9150187ab95f272de4e3c8bc1a1fe2acf08328f8</id>
<content type='text'>
The tables in the adder dialog have been modified to expand
according to the size of the dialog.

This patch also fixes the problem with row height on IE.

Ticket #1542
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tables in the adder dialog have been modified to expand
according to the size of the dialog.

This patch also fixes the problem with row height on IE.

Ticket #1542
</pre>
</div>
</content>
</entry>
</feed>
