<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipapython, branch selenium</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>Removed wrong timeout parameter</title>
<updated>2011-03-18T18:57:29+00:00</updated>
<author>
<name>Sylvain Baubeau</name>
<email>sylvain.baubeau@agorabox.org</email>
</author>
<published>2011-03-11T02:55:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=0832bf5a6a32926c41a8a571569453d8ba9432fa'/>
<id>0832bf5a6a32926c41a8a571569453d8ba9432fa</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1086

Add Sylvain Baubeau to Contributors.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1086

Add Sylvain Baubeau to Contributors.txt
</pre>
</div>
</content>
</entry>
<entry>
<title>If --hostname is provided for ipa-client-install use it everywhere.</title>
<updated>2011-03-08T15:23:07+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-03-04T22:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=3735450ab8089c64f196899ab6af2447d1c4a2fc'/>
<id>3735450ab8089c64f196899ab6af2447d1c4a2fc</id>
<content type='text'>
If a hostname was provided it wasn't used to configure either
certmonger or sssd. This resulted in a non-working configuration.

Additionally on un-enrollment the wrong hostname was unenrolled, it
used the value of gethostname() rather than the one that was passed
into the installer.

We have to modify the CA configuration of certmonger to make it
use the right principal when requesting certificates. The filename
is unpredicable but it will be in /var/lib/certmonger/cas.
We need to hunt for ipa_submit and add -k &lt;principal&gt; to it, then
undo that on uninstall. These files are created the first time
the certmonger service starts, so start and stop it before messing
with them.

ticket 1029
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a hostname was provided it wasn't used to configure either
certmonger or sssd. This resulted in a non-working configuration.

Additionally on un-enrollment the wrong hostname was unenrolled, it
used the value of gethostname() rather than the one that was passed
into the installer.

We have to modify the CA configuration of certmonger to make it
use the right principal when requesting certificates. The filename
is unpredicable but it will be in /var/lib/certmonger/cas.
We need to hunt for ipa_submit and add -k &lt;principal&gt; to it, then
undo that on uninstall. These files are created the first time
the certmonger service starts, so start and stop it before messing
with them.

ticket 1029
</pre>
</div>
</content>
</entry>
<entry>
<title>Inconsistent sysrestore file handling by IPA server installer</title>
<updated>2011-03-03T16:02:02+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-03-01T13:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=f785af4efea088466f8ec2259c79640b9f94e542'/>
<id>f785af4efea088466f8ec2259c79640b9f94e542</id>
<content type='text'>
IPA server/replica uninstallation may fail when it tries to restore
a Directory server configuration file in sysrestore directory, which
was already restored before.

The problem is in Directory Server uninstaller which uses and modifies
its own image of sysrestore directory state instead of using the
common uninstaller image.

https://fedorahosted.org/freeipa/ticket/1026
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IPA server/replica uninstallation may fail when it tries to restore
a Directory server configuration file in sysrestore directory, which
was already restored before.

The problem is in Directory Server uninstaller which uses and modifies
its own image of sysrestore directory state instead of using the
common uninstaller image.

https://fedorahosted.org/freeipa/ticket/1026
</pre>
</div>
</content>
</entry>
<entry>
<title>Make nsslib IPv6 aware</title>
<updated>2011-02-21T19:52:25+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-02-02T12:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=2e25b2ed27ebe7a0a612d120bda6a23596e21b64'/>
<id>2e25b2ed27ebe7a0a612d120bda6a23596e21b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NSS initialization errors during ipa-replica-prepare</title>
<updated>2011-02-18T15:00:03+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-02-18T03:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=7b7160452130a203622a7b0fd30e984add87ed87'/>
<id>7b7160452130a203622a7b0fd30e984add87ed87</id>
<content type='text'>
When enabling replication we make an SSL connection. I think the way
this goes is python-ldap -&gt; openldap -&gt; NSS. It may be a problem in
the openldap SSL client, maybe it isn't calling NSS_Shutdown(). In any
case if we use ldapi instead the problem goes away.

Back out the temporary code to ignore nss_shutdown errors.

ticket 965
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When enabling replication we make an SSL connection. I think the way
this goes is python-ldap -&gt; openldap -&gt; NSS. It may be a problem in
the openldap SSL client, maybe it isn't calling NSS_Shutdown(). In any
case if we use ldapi instead the problem goes away.

Back out the temporary code to ignore nss_shutdown errors.

ticket 965
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix two problems with ipa-replica-prepare</title>
<updated>2011-02-14T23:15:35+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-02-14T23:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=16b8d62968194a07e3811cac0b2886f9879a2c7e'/>
<id>16b8d62968194a07e3811cac0b2886f9879a2c7e</id>
<content type='text'>
1. Fix a unicode() problem creating the DNS entries
2. Fix a strange NSS error when generating the certificates against
   a dogtag server.

The NSS errors are quite strange. When generating the first certificate
nss_shutdown() fails because the database isn't initialized yet but
nss_is_initialized() returned True. The second pass fails because
something is in use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Fix a unicode() problem creating the DNS entries
2. Fix a strange NSS error when generating the certificates against
   a dogtag server.

The NSS errors are quite strange. When generating the first certificate
nss_shutdown() fails because the database isn't initialized yet but
nss_is_initialized() returned True. The second pass fails because
something is in use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default success/failure output logging.</title>
<updated>2011-02-14T15:23:52+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-02-11T22:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=29706fb13ba99b4309c2004668e952d997f25d5f'/>
<id>29706fb13ba99b4309c2004668e952d997f25d5f</id>
<content type='text'>
Request logging on the server only happened if you added verbose=True
or debug=True to the IPA config file. We should log the basics at
least: who, what, result.

Move a lot of entries from info to debug logging as well.

Related to ticket 873
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Request logging on the server only happened if you added verbose=True
or debug=True to the IPA config file. We should log the basics at
least: who, what, result.

Move a lot of entries from info to debug logging as well.

Related to ticket 873
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle nolog list containing None values</title>
<updated>2011-01-27T14:36:26+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-01-26T22:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=740b689696debf0c066b6879ee865708dfcf1109'/>
<id>740b689696debf0c066b6879ee865708dfcf1109</id>
<content type='text'>
Fixes: https://fedorahosted.org/freeipa/ticket/856
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: https://fedorahosted.org/freeipa/ticket/856
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix assorted bugs found by pylint</title>
<updated>2011-01-25T19:01:36+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-01-25T17:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=ab2ca8022e4bd89e87e0b7ce908022e6df350866'/>
<id>ab2ca8022e4bd89e87e0b7ce908022e6df350866</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unused value in initdefault_encoding_utf8</title>
<updated>2011-01-25T13:59:50+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-01-17T11:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=82b4d5d6e8fba52c63831c6aec6b08e604082132'/>
<id>82b4d5d6e8fba52c63831c6aec6b08e604082132</id>
<content type='text'>
There is no use for return value of Py_InitModule3. Removing it
in this patch.

https://fedorahosted.org/freeipa/ticket/710
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no use for return value of Py_InitModule3. Removing it
in this patch.

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