[Freeipa-devel] [PATCH] Fix attribute callbacks on details pages in the webUI.

2010-10-06 Thread Pavel Zuna
Fixes bug reported by Adam in internal discussion. Ticket #326 Pavel From 4ca5f618913d780e018e37e03b159201bffb9996 Mon Sep 17 00:00:00 2001 From: Pavel Zuna pz...@redhat.com Date: Wed, 6 Oct 2010 12:01:02 -0400 Subject: [PATCH] Fix attribute callbacks on details pages in the webUI. Ticket #326

Re: [Freeipa-devel] [PATCH] Rename user-lock and user-unlock to user-enable user-disable.

2010-10-06 Thread Rob Crittenden
Pavel Zuna wrote: On 10/05/2010 06:07 PM, Rob Crittenden wrote: Pavel Zuna wrote: Also fixes related unit tests and therefore depends on my patch number 28. Ticket #165 Pavel This looks ok but you need to update the examples in the top help block too: Lock a user account: ipa user-lock

Re: [Freeipa-devel] [PATCH] Generate additional positional arguments for baseldap commands from takes_args.

2010-10-06 Thread Rob Crittenden
Pavel Zuna wrote: On 10/06/2010 03:35 AM, Rob Crittenden wrote: Pavel Zuna wrote: takes_args defined in a baseldap subclass is now transformed into positional arguments that go after primary keys. Before this patch, takes_args in crud subclasses were ignored. example: --- snip --- class

[Freeipa-devel] [PATCH] Fix inconsistent error message when deleting groups that don't exist.

2010-10-06 Thread Pavel Zuna
The pre_callback in group_del was using a direct ldap2 call with no exception handling. Ticket #292 Pavel From 60eb789c84f91c5911dec397c528fd8a2e21ef99 Mon Sep 17 00:00:00 2001 From: Pavel Zuna pz...@redhat.com Date: Wed, 6 Oct 2010 13:45:20 -0400 Subject: [PATCH] Fix inconsistent error

Re: [Freeipa-devel] [PATCH] Fix inconsistent error message when deleting groups that don't exist.

2010-10-06 Thread Rob Crittenden
Pavel Zuna wrote: The pre_callback in group_del was using a direct ldap2 call with no exception handling. Ticket #292 Pavel ack, pushed to master ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] Fix attribute callbacks on details pages in the webUI.

2010-10-06 Thread Endi Sukma Dewata
- Pavel Zuna pz...@redhat.com wrote: Fixes bug reported by Adam in internal discussion. Ticket #326 Pavel ACK'd and pushed to master. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

[Freeipa-devel] [PATCH] 561 set default python encoding to utf-8

2010-10-06 Thread Rob Crittenden
Add a module that we will load that will set the default encoding to utf-8 instead of ascii. $ python import sys sys.getdefaultencoding() 'ascii' import default_encoding_utf8 sys.getdefaultencoding() 'utf-8' This will be linked into IPA in a future patch. The code was written by John, I'm

Re: [Freeipa-devel] [PATCH] fix uninstall with bind

2010-10-06 Thread Rob Crittenden
Simo Sorce wrote: During uninstall we were asking useless questions about removing SRV and NS records from LDAP. An uninstall implies the LDAP repository will be wiped out anyway. Avoid asking these questions and just let the dirsrv uninstall code remove all contents. Simo. The addition of

[Freeipa-devel] [PATCH] 562 set default encoding, print as unicode

2010-10-06 Thread Rob Crittenden
Set default encoding to utf-8, use unicode when printing output. The Gettext() object only does the lookup when you print it as a unicode. ticket 308 This patch indirectly relies on patch 561 which provides the encoding plugin that this loads. rob freeipa-562-encoding.patch Description:

[Freeipa-devel] [PATCH] 563 use unique names for acis

2010-10-06 Thread Rob Crittenden
Copy/paste error where I didn't replace Hosts with Hostgroups in aci name. rob freeipa-563-unique.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] set attribute when changing passwords

2010-10-06 Thread Rob Crittenden
Simo Sorce wrote: Set the sambaPwdLastSet when changing password for a user that has the sambaSamAccount objectclass, so that samba is kept in sync with the status of the user account wrt whether the user need sto change the password or not. fixes trac#313 Simo. ack

[Freeipa-devel] [PATCH] Displaying AJAX URL in error message.

2010-10-06 Thread Endi Sukma Dewata
Hi, Please review the attached patch. Thanks! The ipa_error_handler() has been modified to display the AJAX URL that is having a problem. The ipa_cmd() error handler is now invoked using call() to pass 'this' object which contains the URL. -- Endi S. Dewata From

[Freeipa-devel] [PATCH] 560 server generates random password for host

2010-10-06 Thread Rob Crittenden
For bulk host enrollment let the server generate a random password when creating a host. rob freeipa-560-host.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

[Freeipa-devel] [PATCH] admiyo-freeipa-0052-policy-and-config.patch

2010-10-06 Thread Adam Young
Population of the policy and entities tabs. DNS and ACI are broken due to Plugin issues Fix for entities without search Added new files to Makefile.am used rolegroup.js file as the start point, renamed to serverconfig.js From

Re: [Freeipa-devel] [PATCH] Displaying AJAX URL in error message.

2010-10-06 Thread Endi Sukma Dewata
- Adam Young ayo...@redhat.com wrote: On 10/06/2010 05:00 PM, Endi Sukma Dewata wrote: The ipa_error_handler() has been modified to display the AJAX URL that is having a problem. The ipa_cmd() error handler is now invoked using call() to pass 'this' object which contains the URL. --

Re: [Freeipa-devel] [PATCH] 564 fix some aci typos

2010-10-06 Thread Endi Sukma Dewata
- Rob Crittenden rcrit...@redhat.com wrote: I mis-spelled the admins group with an extra s which was causing some things to not work as admin. I also noticed a couple of spurious 'aci' in some descriptions, remove those as well. NACK. The spurious 'aci' should have been 'acl'

Re: [Freeipa-devel] [PATCH] 563 use unique names for acis

2010-10-06 Thread Endi Sukma Dewata
- Adam Young ayo...@redhat.com wrote: Copy/paste error where I didn't replace Hosts with Hostgroups in aci name. ACK Pushed to master. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0053-policy-and-config-sample-data.patch

2010-10-06 Thread Endi Sukma Dewata
- Adam Young ayo...@redhat.com wrote: Sample data for config and policy entities. ACK with note: Rob fixed ACI duplicates in his patch #564 so the aci_find.json will need to be fixed later. -- Endi S. Dewata ___ Freeipa-devel mailing list

[Freeipa-devel] [PATCH] admiyo-freeipa-0054-dns-metadata.patch

2010-10-06 Thread Adam Young
In order to generate the metadate, the dns plugin needs to have a __json__ method. Long term, this should be rewritten as a baseldap extension. From 30fac7c276cdcb4fc9ff911a2c0f27058cbb69fa Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Wed, 6 Oct 2010 19:03:26 -0400 Subject:

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0052-policy-and-config.patch

2010-10-06 Thread Adam Young
On 10/06/2010 05:30 PM, Adam Young wrote: Population of the policy and entities tabs. DNS and ACI are broken due to Plugin issues Fix for entities without search Added new files to Makefile.am used rolegroup.js file as the start point, renamed to

[Freeipa-devel] netgroup help

2010-10-06 Thread Michael Gregg
I'm trying to add groups and users to a netgroup, I'm foing thinks like the following: [r...@ipaqa64vmb ~]# ipa netgroup-add-member --groups=group1 n1 Netgroup name: n1 Description: aa NIS domain name: testdomain - Number of members added 0 -

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0052-policy-and-config.patch

2010-10-06 Thread Adam Young
On 10/06/2010 07:30 PM, Adam Young wrote: On 10/06/2010 05:30 PM, Adam Young wrote: Population of the policy and entities tabs. DNS and ACI are broken due to Plugin issues Fix for entities without search Added new files to Makefile.am used rolegroup.js

Re: [Freeipa-devel] netgroup help

2010-10-06 Thread Adam Young
On 10/06/2010 07:56 PM, Michael Gregg wrote: I'm trying to add groups and users to a netgroup, I'm foing thinks like the following: [r...@ipaqa64vmb ~]# ipa netgroup-add-member --groups=group1 n1 Netgroup name: n1 Description: aa NIS domain name: testdomain - Number

Re: [Freeipa-devel] [PATCH] 559 update ipa-getkeytab man page

2010-10-06 Thread David O'Brien
Rob Crittenden wrote: David O'Brien wrote: Rob Crittenden wrote: Add some missing options to the ipa-getkeytab man page. rob Can you be consistent with Kerberos instead of adding kerberos to the mix as well (unless necessary, of course)? If my understanding is correct, I'd update the