[Freeipa-devel] [PATCH] 598 add rights to LDAPUpdate base class

2010-11-04 Thread Rob Crittenden
This makes --rights available to all _mod commands. https://fedorahosted.org/freeipa/ticket/437 rob From 9cde99f1b872fa12d9d6cbbc1970e5907cca21b2 Mon Sep 17 00:00:00 2001 From: Rob Crittenden rcrit...@redhat.com Date: Thu, 4 Nov 2010 10:44:49 -0400 Subject: [PATCH] Add the --rights option to

Re: [Freeipa-devel] [PATCH] 594 display aci components separately

2010-11-04 Thread Adam Young
On 11/03/2010 02:18 PM, Adam Young wrote: On 11/03/2010 01:42 PM, Rob Crittenden wrote: Adam Young wrote: On 11/03/2010 11:32 AM, Rob Crittenden wrote: Break out an ACI into components so it is easier to see what it does. This will be needed for UI support. I also filled more supported types

Re: [Freeipa-devel] [PATCH] 597 user-enable/disable improvements

2010-11-04 Thread Adam Young
On 11/03/2010 03:34 PM, Rob Crittenden wrote: Always display the account enable/disable status. Don't ignore the exceptions when a user is already enabled or disabled. Fix the exception error messages to use the right terminology. In baseldap when retrieving all attributes include the default

[Freeipa-devel] [PATCH] one-liner fix

2010-11-04 Thread Rob Crittenden
Pushed this under the one-liner rule. My domain was hardcoded in a couple of acis. rob diff --git a/install/updates/40-delegation.update b/install/updates/40-delegation.update index d51e213..085cd1f 100644 --- a/install/updates/40-delegation.update +++ b/install/updates/40-delegation.update

Re: [Freeipa-devel] [PATCH] nis and schema-compat: heed userCategory and hostCategory in netgroups

2010-11-04 Thread Rob Crittenden
Nalin Dahyabhai wrote: It looks like we missed the userCategory and hostCategory stuff when we did the original pass at configuring the nis server and schema compat plugins for netgroups. Here's a proposed change which should empty the right fields when we have one or the other set to ALL.

[Freeipa-devel] [PATCH] 599 add usercat and hostcat to netgroups

2010-11-04 Thread Rob Crittenden
The netgroup plugin was missing the usercategory and hostcategory associations. This adds them and fixes displaying membership in netgroup_show. rob From a0f98fb52922ec97947e7df9bc4dd32523e1a3a5 Mon Sep 17 00:00:00 2001 From: Rob Crittenden rcrit...@redhat.com Date: Thu, 4 Nov 2010 15:19:14

[Freeipa-devel] [PATCH] 600 fix ipa-nis-manage

2010-11-04 Thread Rob Crittenden
ipa-nis-manage was broken because of a signature change to ldap2.getentry(). Two new arguments were added before normalize and a call to this in ipa-nis-manage was relying on positional arguments. This caused ldap2 to add the basedn to what we were trying to get, which was something in

[Freeipa-devel] [PATCH] 602 verify --ip-address option during installation

2010-11-04 Thread Rob Crittenden
There was a corner case where the value of --ip-address was never verified if you were also setting up DNS. Added this bit of information to the man page too. ticket 399 rob From a006ecb181c2ae88d3fa5d25c428e11d8b5c0590 Mon Sep 17 00:00:00 2001 From: Rob Crittenden rcrit...@redhat.com Date: