<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/install/tools, branch hbactester</title>
<subtitle>FreeIPA project</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/'/>
<entry>
<title>Fix ipa-compat-manage not working after recent ipa-nis-manage change.</title>
<updated>2011-07-22T08:38:49+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-07-21T14:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=df7ee2ccf5ff12ab43b1a97385b4f28bc64ef083'/>
<id>df7ee2ccf5ff12ab43b1a97385b4f28bc64ef083</id>
<content type='text'>
ticket 1147
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1147
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't delete NIS netgroup compat suffix on 'ipa-nis-manage disable'.</title>
<updated>2011-07-19T11:45:01+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-07-18T14:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=c1f5dadc4e9c5ed0c9c1a132c4fe5c66b0244882'/>
<id>c1f5dadc4e9c5ed0c9c1a132c4fe5c66b0244882</id>
<content type='text'>
ticket 1469
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1469
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up of IP address checks in install scripts.</title>
<updated>2011-07-19T10:30:47+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-07-18T11:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=c09f116f4331175b3fb01f0bd62e78ef47fab716'/>
<id>c09f116f4331175b3fb01f0bd62e78ef47fab716</id>
<content type='text'>
Fixes ipa-dns-install incorrect warning.

ticket 1486
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes ipa-dns-install incorrect warning.

ticket 1486
</pre>
</div>
</content>
</entry>
<entry>
<title>Create tool to manage dogtag replication agreements</title>
<updated>2011-07-18T02:16:32+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-07-15T03:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=3fdca99c48f19d6af7182b69bea0ee11100a9dd7'/>
<id>3fdca99c48f19d6af7182b69bea0ee11100a9dd7</id>
<content type='text'>
For the most part the existing replication code worked with the
following exceptions:

- Added more port options
- It assumed that initial connections were done to an SSL port. Added
  ability to use startTLS
- It assumed that the name of the agreement was the same on both sides.
  In dogtag one is marked as master and one as clone. A new option is
  added, master, the determines which side we're working on or None
  if it isn't a dogtag agreement.
- Don't set the attribute exclude list on dogtag agreements
- dogtag doesn't set a schedule by default (which is actually recommended
  by 389-ds). This causes problems when doing a force-sync though so
  if one is done we set a schedule to run all the time. Otherwise the
  temporary schedule can't be removed (LDAP operations error).

https://fedorahosted.org/freeipa/ticket/1250
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the most part the existing replication code worked with the
following exceptions:

- Added more port options
- It assumed that initial connections were done to an SSL port. Added
  ability to use startTLS
- It assumed that the name of the agreement was the same on both sides.
  In dogtag one is marked as master and one as clone. A new option is
  added, master, the determines which side we're working on or None
  if it isn't a dogtag agreement.
- Don't set the attribute exclude list on dogtag agreements
- dogtag doesn't set a schedule by default (which is actually recommended
  by 389-ds). This causes problems when doing a force-sync though so
  if one is done we set a schedule to run all the time. Otherwise the
  temporary schedule can't be removed (LDAP operations error).

https://fedorahosted.org/freeipa/ticket/1250
</pre>
</div>
</content>
</entry>
<entry>
<title>Use information from the certificate subject when setting the NSS nickname.</title>
<updated>2011-07-18T02:14:24+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-07-11T21:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=2f650b60a4ce9c9b19a64b21ebe3051668efb4af'/>
<id>2f650b60a4ce9c9b19a64b21ebe3051668efb4af</id>
<content type='text'>
There were a few places in the code where certs were loaded from a
PKCS#7 file or a chain in a PEM file. The certificates got very
generic nicknames.

We can instead pull the subject from the certificate and use that as
the nickname.

https://fedorahosted.org/freeipa/ticket/1141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were a few places in the code where certs were loaded from a
PKCS#7 file or a chain in a PEM file. The certificates got very
generic nicknames.

We can instead pull the subject from the certificate and use that as
the nickname.

https://fedorahosted.org/freeipa/ticket/1141
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate that the certificate subject base is in valid DN format.</title>
<updated>2011-07-18T02:10:03+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-07-07T15:55:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=038089a0c9160221d17796b8d6fd6e4f1fb67850'/>
<id>038089a0c9160221d17796b8d6fd6e4f1fb67850</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1176
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1176
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in ipa-replica-prepare</title>
<updated>2011-07-18T12:54:41+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-07-18T12:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=1a207bb23c88da19d4cc0eb455a2734278da41d2'/>
<id>1a207bb23c88da19d4cc0eb455a2734278da41d2</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1327
https://fedorahosted.org/freeipa/ticket/1347
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1327
https://fedorahosted.org/freeipa/ticket/1347
</pre>
</div>
</content>
</entry>
<entry>
<title>Check IPA configuration in install tools</title>
<updated>2011-07-18T07:36:43+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-07-18T07:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=50a2c45760d51e7a13888702e1a047a113bc1f5e'/>
<id>50a2c45760d51e7a13888702e1a047a113bc1f5e</id>
<content type='text'>
Install tools may fail with unexpected error when IPA server is not
installed on a system. Improve user experience by implementing
a check to affected tools.

https://fedorahosted.org/freeipa/ticket/1327
https://fedorahosted.org/freeipa/ticket/1347
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Install tools may fail with unexpected error when IPA server is not
installed on a system. Improve user experience by implementing
a check to affected tools.

https://fedorahosted.org/freeipa/ticket/1327
https://fedorahosted.org/freeipa/ticket/1347
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix exit status of ipa-nis-manage enable.</title>
<updated>2011-07-15T06:39:17+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2011-07-14T07:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=5f0adc3fbe5b193a57b05eed70b9f59463d9d9da'/>
<id>5f0adc3fbe5b193a57b05eed70b9f59463d9d9da</id>
<content type='text'>
ticket 1247
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1247
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix self-signed replica installation</title>
<updated>2011-07-15T02:36:53+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-07-14T12:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=d802aa57f16e3267b4db739721a56e041e5f888e'/>
<id>d802aa57f16e3267b4db739721a56e041e5f888e</id>
<content type='text'>
When a replica for self-signed server is being installed, the
installer crashes with "Not a dogtag CA installation". Make sure
that installation is handled correctly for both dogtag and
self-signed replicas.

https://fedorahosted.org/freeipa/ticket/1479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a replica for self-signed server is being installed, the
installer crashes with "Not a dogtag CA installation". Make sure
that installation is handled correctly for both dogtag and
self-signed replicas.

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