Re: [Freeipa-devel] [PATCH] named.conf: Add trailing dot to the fake_mname

2010-05-06 Thread Rob Crittenden
Stephen Gallagher wrote: On 05/01/2010 03:23 PM, Martin Nagy wrote: Hi, Yet another trailing dot issue, but this one was kept hidden because only the latest bind-dyndb-ldap package uses the fake_mname option. Thanks to Stephen for finding this one. Martin Ack. pushed to master _

Re: [Freeipa-devel] [PATCH] 434 fix ipa-join segfault

2010-05-06 Thread Jason Gerard DeRose
On Wed, 2010-05-05 at 11:14 -0400, Rob Crittenden wrote: > I set MALLOC_PERTURB_ and ipa-join generated a segfault. This was caused > by some uninitialized XML-RPC structures. This patch should fix it up. > > I also re-arrange some code around determining the server. I got a bit > overzealous in

Re: [Freeipa-devel] [PATCH] 435 more client install/uninstall fixes

2010-05-06 Thread Jason Gerard DeRose
On Wed, 2010-05-05 at 14:57 -0400, Rob Crittenden wrote: > Lots of small fixes in the client installer/uninstaller to make it work > nicer (or at all): > > - Move the ipa-getcert request to after we set up /etc/krb5.conf > - Don't try removing certificates that don't exist > - Don't tell certmong

[Freeipa-devel] [PATCH] 436 make service/chkconfig more fault tolerant

2010-05-06 Thread Rob Crittenden
If we try to use service/chkconfig in the client installer on a service that doesn't exist then it would throw lots of bogus errors. This is an attempt to be a little smarter about it. rob freeipa-436-client.patch Description: application/mbox ___ F

[Freeipa-devel] [PATCH] 437 detect client installation

2010-05-06 Thread Rob Crittenden
Detect if the IPA client is already configured and bail if it is. This should help prevent problems, particularly with certmonger. It will refuse to generate a new CSR for a certificate it is already tracking (and this is a good thing). So if you configure the client, then configure the client

Re: [Freeipa-devel] [PATCH] 437 detect client installation

2010-05-06 Thread Jason Gerard DeRose
On Thu, 2010-05-06 at 16:51 -0400, Rob Crittenden wrote: > Detect if the IPA client is already configured and bail if it is. This > should help prevent problems, particularly with certmonger. It will > refuse to generate a new CSR for a certificate it is already tracking > (and this is a good th

Re: [Freeipa-devel] [PATCH] 436 make service/chkconfig more fault tolerant

2010-05-06 Thread Jason Gerard DeRose
On Thu, 2010-05-06 at 15:39 -0400, Rob Crittenden wrote: > If we try to use service/chkconfig in the client installer on a service > that doesn't exist then it would throw lots of bogus errors. This is an > attempt to be a little smarter about it. > > rob ack. pushed to master. __

[Freeipa-devel] [PATCH] 438 client uninstaller work

2010-05-06 Thread Rob Crittenden
Check to see if we are installed before doing an uninstall. Uses the same mechanism as is used to see if we are already installed. I also changed this so the --force flag will override on install and uninstall. rob freeipa-438-client.patch Description: application/mbox _