Re: [Freeipa-devel] [PATCH]admiyo-freeipa-0047-tab-objects.patch

2010-09-28 Thread Endi Sukma Dewata
- "Adam Young" wrote: > tab objects > Convert the tab lists to arrays of objects with four potential fields: > > tab[0] -> tab.name > tab[1] -> tab.label > tab[2] -> tab.setup or tab.children > Added unit tests ACK, but could you add the unit tests into the index.html and all_tests.html? I

[Freeipa-devel] [PATCH] 548 use consistent CA nickname

2010-09-28 Thread Rob Crittenden
Use consistent, specific nickname for the IPA CA certificate. Also fix some imports for sha. We have a compat module for it, use it. rob freeipa-548-nickname.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH]admiyo-freeipa-0047-tab-objects.patch

2010-09-28 Thread Adam Young
On 09/28/2010 07:23 PM, Adam Young wrote: tab objects Convert the tab lists to arrays of objects with four potential fields: tab[0] -> tab.name tab[1] -> tab.label tab[2] -> tab.setup or tab.children ___ Freeipa-devel mailing li

Re: [Freeipa-devel] [PATCH] Added error handler for ipa_cmd().

2010-09-28 Thread Adam Young
On 09/28/2010 07:20 PM, Endi Sukma Dewata wrote: Hi, Please review the attached patch. It can be tested by moving one of the JSON files in test/data somewhere else. Thanks! The ipa_cmd() has been modified such that when an error occurs a dialog box will appear showing the error message with 2 b

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0046-Corrected-Language-Codes.patch

2010-09-28 Thread Endi Sukma Dewata
- "Adam Young" wrote: > Corrected Language Codes > The Gnu document incorrectly listed Japanese as jp and Hebrew as iw. > That was why the Plurals line passed through directly from the template. > > > ___ > Freeipa-devel mailing list > F

[Freeipa-devel] [PATCH]admiyo-freeipa-0047-tab-objects.patch

2010-09-28 Thread Adam Young
tab objects Convert the tab lists to arrays of objects with four potential fields: tab[0] -> tab.name tab[1] -> tab.label tab[2] -> tab.setup or tab.children From c805c7b0045d55d8ddf8a29c0f43c901cf705a0f Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 28 Sep 2010 19:20:

[Freeipa-devel] [PATCH] Added error handler for ipa_cmd().

2010-09-28 Thread Endi Sukma Dewata
Hi, Please review the attached patch. It can be tested by moving one of the JSON files in test/data somewhere else. Thanks! The ipa_cmd() has been modified such that when an error occurs a dialog box will appear showing the error message with 2 buttons: Retry and Cancel. If Retry is clicked, it w

Re: [Freeipa-devel] [SSSD] Handling nested netgroups (looking for recommendations)

2010-09-28 Thread Dmitri Pal
Stephen Gallagher wrote: > First, a little overview on netgroups. Netgroups in LDAP can contain two > attributes: > 1) nistNetgroupTriple - Contains a literal triple of (host, username, > domain) > 2) memberNisNetgroup - The name (or DN, more on that later) of another > netgroup. > > Returning tr

Re: [Freeipa-devel] [PATCH] Fixed tab selection on page reload.

2010-09-28 Thread Adam Young
On 09/28/2010 02:54 PM, Endi Sukma Dewata wrote: Hi, Please review the attached patch. Thanks! jQuery tabs by default will display the first tab, so reloading a page or opening a page from bookmark may not show the active tab correctly. The nav_select_tabs() has been added to get the list of ac

Re: [Freeipa-devel] [PATCH] Fixed tab selection on page reload.

2010-09-28 Thread Adam Young
On 09/28/2010 02:54 PM, Endi Sukma Dewata wrote: Hi, Please review the attached patch. Thanks! jQuery tabs by default will display the first tab, so reloading a page or opening a page from bookmark may not show the active tab correctly. The nav_select_tabs() has been added to get the list of ac

[Freeipa-devel] [PATCH] Fixed tab selection on page reload.

2010-09-28 Thread Endi Sukma Dewata
Hi, Please review the attached patch. Thanks! jQuery tabs by default will display the first tab, so reloading a page or opening a page from bookmark may not show the active tab correctly. The nav_select_tabs() has been added to get the list of active tabs from the hash values in the URL and then

[Freeipa-devel] Handling nested netgroups (looking for recommendations)

2010-09-28 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 First, a little overview on netgroups. Netgroups in LDAP can contain two attributes: 1) nistNetgroupTriple - Contains a literal triple of (host, username, domain) 2) memberNisNetgroup - The name (or DN, more on that later) of another netgroup. Retur

Re: [Freeipa-devel] [PATCH] 546 make migration work again

2010-09-28 Thread Rob Crittenden
Adam Young wrote: On 09/27/2010 01:56 PM, Rob Crittenden wrote: Handle an empty base_dn and no cn=ipaconfig in the ldap2 backend. We lacked good error messages if the user/group container you used doesn't exist. Add a --continue option so things can continue if you use a bad user/group contain

Re: [Freeipa-devel] [PATCH] 545 ignore success exception

2010-09-28 Thread Rob Crittenden
Adam Young wrote: On 09/24/2010 03:34 PM, Rob Crittenden wrote: A call to search_ext() in ipa-replica-prepare was returning the exception ldap.SUCCESS. We actually got the right data back but this exception was confusing things. It should be ignored. rob __

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0045-Fix-the-add-button.patch

2010-09-28 Thread Endi Sukma Dewata
- "Adam Young" wrote: > Fix the 'add' button > > The Add button was located using the Dom, and the scheme used to > find it was fragile enough to be broken by the I18N approach. This is a > little more robust, using a JQuery selector based on the class of the > controls, and the entit

Re: [Freeipa-devel] [PATCH] Test suite for association.

2010-09-28 Thread Adam Young
On 09/28/2010 10:17 AM, Adam Young wrote: On 09/27/2010 06:27 PM, Endi Sukma Dewata wrote: Hi, Please review the attached patch. Thanks! New test cases have been added to test SerialAssociator and BulkAssociator using mockup objects. Also fixed a bug in BulkAssociator. Moved switch_view() out

Re: [Freeipa-devel] [PATCH] Test suite for association.

2010-09-28 Thread Adam Young
On 09/27/2010 06:27 PM, Endi Sukma Dewata wrote: Hi, Please review the attached patch. Thanks! New test cases have been added to test SerialAssociator and BulkAssociator using mockup objects. Also fixed a bug in BulkAssociator. Moved switch_view() out of ipa_entity_generate_views() in entity.j

[Freeipa-devel] [PATCH] admiyo-freeipa-0045-Fix-the-add-button.patch

2010-09-28 Thread Adam Young
Fix the 'add' button The Add button was located using the Dom, and the scheme used to find it was fragile enough to be broken by the I18N approach. This is a little more robust, using a JQuery selector based on the class of the controls, and the entity name. Also remove Makefile, w

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0044-I18N-for-web.patch

2010-09-28 Thread Adam Young
On 09/27/2010 10:16 PM, Rob Crittenden wrote: Adam Young wrote: On 09/27/2010 12:45 PM, Adam Young wrote: On 09/27/2010 10:35 AM, Adam Young wrote: On 09/24/2010 09:43 PM, Adam Young wrote: I18N for web Performing I18N completely on the server, to leverage the existing gettext architecture.