[Freeipa-devel] [PATCH] 330 remove delegation patch

2009-12-11 Thread Rob Crittenden
The delegation patch was migrated from v1 and pretty much deprecated from the get-go. Lets finally put this thing down. It was replaced by the aci plugin. rob freeipa-330-delegation.patch Description: application/mbox ___ Freeipa-devel mailing list

[Freeipa-devel] [PATCH] 331 add more options to make-test

2009-12-11 Thread Rob Crittenden
I like using the --pdb and --pdb-failures options with make-test. Add these to the make-test script to be passed along to nosetests. rob freeipa-331-test.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com http

[Freeipa-devel] [PATCH] 332 aci return values

2009-12-11 Thread Rob Crittenden
Convert the aci plugin to understand the new return values system. I had to do some hacks here because the aci plugin returns a single unicode value back representing the aci, not a set of attributes. rob freeipa-332-aci.patch Description: application/mbox ___

[Freeipa-devel] [PATCH] 333 add some labels

2009-12-11 Thread Rob Crittenden
The hostgroup and netgroup plugins were missing some labels in their Params. rob freeipa-333-labels.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] 334 add aci tests

2009-12-11 Thread Rob Crittenden
Add an extremely simple set of tests for the aci plugin. At this point something is better than nothing. rob freeipa-334-acitest.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailma

Re: [Freeipa-devel] [PATCH] 328 force deletion of replica

2009-12-11 Thread Jason Gerard DeRose
On Mon, 2009-12-07 at 23:06 -0500, Rob Crittenden wrote: > This adds an option to ipa-replica-manage, --force, that will let you > force the deletion of a replication agreement. > > Before this both ends had to be up and running for this to work, so that > the agreement could be removed on both

Re: [Freeipa-devel] [PATCH] 330 remove delegation patch

2009-12-11 Thread Jason Gerard DeRose
On Fri, 2009-12-11 at 17:39 -0500, Rob Crittenden wrote: > The delegation patch was migrated from v1 and pretty much deprecated > from the get-go. Lets finally put this thing down. It was replaced by > the aci plugin. > > rob ack. pushed to master.

Re: [Freeipa-devel] [PATCH] 331 add more options to make-test

2009-12-11 Thread Jason Gerard DeRose
On Fri, 2009-12-11 at 17:41 -0500, Rob Crittenden wrote: > I like using the --pdb and --pdb-failures options with make-test. Add > these to the make-test script to be passed along to nosetests. > > rob Thanks for adding this, Rob. ack. pushed to master. ___

Re: [Freeipa-devel] [PATCH] 329 real services

2009-12-11 Thread Jason Gerard DeRose
On Mon, 2009-12-07 at 23:21 -0500, Rob Crittenden wrote: > Make the IPA server host and its services "real" IPA entries > > We use kadmin.local to bootstrap the creation of the kerberos principals > for the IPA server machine: host, HTTP and ldap. This works fine and has > the side-effect of pro