<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git, branch 4084</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/'/>
<entry>
<title>Switch httpd to use default CCACHE</title>
<updated>2014-01-16T13:12:29+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2014-01-16T13:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=3900c6dd598971c42481da90b21d200eb2ab1922'/>
<id>3900c6dd598971c42481da90b21d200eb2ab1922</id>
<content type='text'>
Stock httpd no longer uses systemd EnvironmentFile option which is
making FreeIPA's KRB5CCNAME setting ineffective. This can lead in hard
to debug problems during subsequent ipa-server-install's where HTTP
may use a stale CCACHE in the default kernel keyring CCACHE.

Avoid forcing custom CCACHE and switch to system one, just make sure
that it is properly cleaned by kdestroy run as "apache" user during
FreeIPA server installation process.

https://fedorahosted.org/freeipa/ticket/4084
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stock httpd no longer uses systemd EnvironmentFile option which is
making FreeIPA's KRB5CCNAME setting ineffective. This can lead in hard
to debug problems during subsequent ipa-server-install's where HTTP
may use a stale CCACHE in the default kernel keyring CCACHE.

Avoid forcing custom CCACHE and switch to system one, just make sure
that it is properly cleaned by kdestroy run as "apache" user during
FreeIPA server installation process.

https://fedorahosted.org/freeipa/ticket/4084
</pre>
</div>
</content>
</entry>
<entry>
<title>Add runas option to run function</title>
<updated>2014-01-16T13:10:42+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2014-01-16T13:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=f5e69b15a070ea94e8651fa8e0d51eb13031219c'/>
<id>f5e69b15a070ea94e8651fa8e0d51eb13031219c</id>
<content type='text'>
Run function can now run the specified command as different user by
setting the EUID and EGID for executed process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run function can now run the specified command as different user by
setting the EUID and EGID for executed process.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not start the service in stopped_service if it was not running before.</title>
<updated>2014-01-15T16:44:10+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2013-10-15T17:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=7ce3320996e9666581a2b4495b5063b5d99aa937'/>
<id>7ce3320996e9666581a2b4495b5063b5d99aa937</id>
<content type='text'>
This fixes a possible NSS database corruption in renew_ca_cert.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a possible NSS database corruption in renew_ca_cert.
</pre>
</div>
</content>
</entry>
<entry>
<title>ipaserver/install/installutils: clean up properly after yield</title>
<updated>2014-01-15T16:44:10+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>abokovoy@redhat.com</email>
</author>
<published>2014-01-15T16:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=cb411ff94e71579e2a608319b1c7eab877b98019'/>
<id>cb411ff94e71579e2a608319b1c7eab877b98019</id>
<content type='text'>
When a context to which we yield generates exception, the code in
private_ccache() and stopped_service() didn't get called for cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a context to which we yield generates exception, the code in
private_ccache() and stopped_service() didn't get called for cleanup.
</pre>
</div>
</content>
</entry>
<entry>
<title>CLDAP: do not prepend \\</title>
<updated>2014-01-15T15:26:09+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2014-01-13T09:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=487a8f4749bfff9206564abe43e73c0a8362d05b'/>
<id>487a8f4749bfff9206564abe43e73c0a8362d05b</id>
<content type='text'>
For NETLOGON_NT_VERSION_5EX requests the prepended \\ is not expected in
the PDC NetBIOS name. In general AD seems to be smart enough to handle
the two \ signs. But if the NetBIOS name reaches the maximum of 15
character AD does not accept the responses anymore.

Fixes https://fedorahosted.org/freeipa/ticket/4028
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For NETLOGON_NT_VERSION_5EX requests the prepended \\ is not expected in
the PDC NetBIOS name. In general AD seems to be smart enough to handle
the two \ signs. But if the NetBIOS name reaches the maximum of 15
character AD does not accept the responses anymore.

Fixes https://fedorahosted.org/freeipa/ticket/4028
</pre>
</div>
</content>
</entry>
<entry>
<title>trustdomain-find: report status of the (sub)domain</title>
<updated>2014-01-15T15:19:26+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>abokovoy@redhat.com</email>
</author>
<published>2014-01-15T13:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=0cad0fa1116cf3d23a6a44225d05e4956e3c4d95'/>
<id>0cad0fa1116cf3d23a6a44225d05e4956e3c4d95</id>
<content type='text'>
Show status of each enumerated domain

trustdomain-find shows list of domains associated with the trust.
Each domain except the trust forest root can be enabled or disabled
with the help of trustdomain-enable and trustdomain-disable commands.

https://fedorahosted.org/freeipa/ticket/4096
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show status of each enumerated domain

trustdomain-find shows list of domains associated with the trust.
Each domain except the trust forest root can be enabled or disabled
with the help of trustdomain-enable and trustdomain-disable commands.

https://fedorahosted.org/freeipa/ticket/4096
</pre>
</div>
</content>
</entry>
<entry>
<title>trust-fetch-domains: create ranges for new child domains</title>
<updated>2014-01-15T14:43:40+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>abokovoy@redhat.com</email>
</author>
<published>2014-01-14T11:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=0e2cda9da79b58fc67434d262155e86b718125e4'/>
<id>0e2cda9da79b58fc67434d262155e86b718125e4</id>
<content type='text'>
When trust is added, we do create ranges for discovered child domains.
However, this functionality was not available through
'trust-fetch-domains' command.

Additionally, make sure non-existing trust will report proper error in
trust-fetch-domains.

https://fedorahosted.org/freeipa/ticket/4111
https://fedorahosted.org/freeipa/ticket/4104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When trust is added, we do create ranges for discovered child domains.
However, this functionality was not available through
'trust-fetch-domains' command.

Additionally, make sure non-existing trust will report proper error in
trust-fetch-domains.

https://fedorahosted.org/freeipa/ticket/4111
https://fedorahosted.org/freeipa/ticket/4104
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ipa-client-automount uninstall when fstore is empty.</title>
<updated>2014-01-15T11:10:05+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2014-01-15T09:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=e369e3dcade7d85575645bf7a67040248dfd1ccf'/>
<id>e369e3dcade7d85575645bf7a67040248dfd1ccf</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/4091
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/4091
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing example to sudorule</title>
<updated>2014-01-15T10:01:36+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2014-01-15T08:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=7cc8c3b14b8155fe8d688ea93fd1cf375b2f7f1e'/>
<id>7cc8c3b14b8155fe8d688ea93fd1cf375b2f7f1e</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/4090
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/4090
</pre>
</div>
</content>
</entry>
<entry>
<title>sudoOrder missing in sudoers</title>
<updated>2014-01-15T10:00:35+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2014-01-15T07:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkosek/public_git/freeipa.git/commit/?id=48ffe39b6b80c4f22ae4e11a85cc3d3fd46e0232'/>
<id>48ffe39b6b80c4f22ae4e11a85cc3d3fd46e0232</id>
<content type='text'>
sudoers compat plugin configuration missed the sudoOrder attribute
and it thus did not show up in ou=sudoers. Add the definion to update
file.

https://fedorahosted.org/freeipa/ticket/4107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sudoers compat plugin configuration missed the sudoOrder attribute
and it thus did not show up in ou=sudoers. Add the definion to update
file.

https://fedorahosted.org/freeipa/ticket/4107
</pre>
</div>
</content>
</entry>
</feed>
