[Freeipa-devel] [PATCH] admiyo-freeipa-0022-netgroup-associations.patch

2010-09-08 Thread Adam Young
Netgroup associations: netgroups -> users, groups,hosts,hostgroups https://fedorahosted.org/freeipa/attachment/ticket/96/admiyo-freeipa-0022-netgroup-associations.patch >From 09e34a5756df7774372cb6211103a1eb28f42f02 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 8 Sep 2010 10:00:00 -0400

Re: [Freeipa-devel] webUI code restructuring [wall of text, diagrams, ... you've been warned!]

2010-09-08 Thread Simo Sorce
On Tue, 07 Sep 2010 14:45:49 +0200 Pavel Zuna wrote: > Enough text. Waiting for comments. :) I have one question. Have you made any consideration wrt security ? For example you say that you can push a complete state in a URL so that you can bookmark it. How does this cope with authentication ?

Re: [Freeipa-devel] webUI code restructuring [wall of text, diagrams, ... you've been warned!]

2010-09-08 Thread Dmitri Pal
Simo Sorce wrote: > On Tue, 07 Sep 2010 14:45:49 +0200 > Pavel Zuna wrote: > > >> Enough text. Waiting for comments. :) >> > > I have one question. > Have you made any consideration wrt security ? > > For example you say that you can push a complete state in a URL so that > you can bookmar

Re: [Freeipa-devel] webUI code restructuring [wall of text, diagrams, ... you've been warned!]

2010-09-08 Thread Adam Young
On 09/08/2010 02:47 PM, Simo Sorce wrote: On Tue, 07 Sep 2010 14:45:49 +0200 Pavel Zuna wrote: Enough text. Waiting for comments. :) I have one question. Have you made any consideration wrt security ? For example you say that you can push a complete state in a URL so that you can b

Re: [Freeipa-devel] webUI code restructuring [wall of text, diagrams, ... you've been warned!]

2010-09-08 Thread Simo Sorce
On Wed, 08 Sep 2010 15:02:12 -0400 Dmitri Pal wrote: > Simo Sorce wrote: > > On Tue, 07 Sep 2010 14:45:49 +0200 > > Pavel Zuna wrote: > > > > > >> Enough text. Waiting for comments. :) > >> > > > > I have one question. > > Have you made any consideration wrt security ? > > > > For exampl

Re: [Freeipa-devel] webUI code restructuring [wall of text, diagrams, ... you've been warned!]

2010-09-08 Thread Adam Young
On 09/08/2010 03:37 PM, Simo Sorce wrote: On Wed, 08 Sep 2010 15:02:12 -0400 Dmitri Pal wrote: Simo Sorce wrote: On Tue, 07 Sep 2010 14:45:49 +0200 Pavel Zuna wrote: Enough text. Waiting for comments. :) I have one question. Have you made any consideration wr

[Freeipa-devel] [PATCH] 520 fix install with --setup-dns

2010-09-08 Thread Rob Crittenden
Allow the schema to be set once an ldap connection is locked. When making LDAP calls via api.Backend.ldap2 the ldap2 object will already be locked by the api.finalize() call. So the first time that api.Backend.ldap2.connect() is called an error would be thrown that self.schema cannot be set be

Re: [Freeipa-devel] [PATCH] 0001-Added-Services-tab.patch

2010-09-08 Thread Endi Sukma Dewata
Hi Adam, Thanks for the review. Attached is the revised patch. - "Adam Young" wrote: > I get an error > "associate failure" when clicking the Enroll Button on the > associations page. You need to add sampledata/service_add_host.json This is fixed, I forgot to do git add. > Whitespace issue

[Freeipa-devel] Need to be able to commit Endi's patches with him as author

2010-09-08 Thread Adam Young
I tried to commit to my local Repo with: git commit --author edewata But got the message:No existing author found with 'edewata' I can fix this for my local repo, but we'll need it in the Fedorahosted repo. ___ Freeipa-devel mailing list Freeipa-de

Re: [Freeipa-devel] Need to be able to commit Endi's patches with him as author

2010-09-08 Thread Adam Young
On 09/08/2010 07:19 PM, Adam Young wrote: I tried to commit to my local Repo with: git commit --author edewata But got the message:No existing author found with 'edewata' I can fix this for my local repo, but we'll need it in the Fedorahosted repo. __

Re: [Freeipa-devel] [PATCH] 0001-Added-Services-tab.patch

2010-09-08 Thread Adam Young
On 09/08/2010 06:07 PM, Endi Sukma Dewata wrote: Hi Adam, Thanks for the review. Attached is the revised patch. - "Adam Young" wrote: I get an error "associate failure" when clicking the Enroll Button on the associations page. You need to add sampledata/service_add_host.json Th

Re: [Freeipa-devel] [PATCH] 520 fix install with --setup-dns

2010-09-08 Thread Adam Young
On 09/08/2010 05:19 PM, Rob Crittenden wrote: Allow the schema to be set once an ldap connection is locked. When making LDAP calls via api.Backend.ldap2 the ldap2 object will already be locked by the api.finalize() call. So the first time that api.Backend.ldap2.connect() is called an error wou

Re: [Freeipa-devel] [PATCH] 520 fix install with --setup-dns

2010-09-08 Thread Adam Young
On 09/08/2010 08:40 PM, Adam Young wrote: On 09/08/2010 05:19 PM, Rob Crittenden wrote: Allow the schema to be set once an ldap connection is locked. When making LDAP calls via api.Backend.ldap2 the ldap2 object will already be locked by the api.finalize() call. So the first time that api.Bac

Re: [Freeipa-devel] [PATCH] 520 fix install with --setup-dns

2010-09-08 Thread Adam Young
On 09/08/2010 08:50 PM, Adam Young wrote: On 09/08/2010 08:40 PM, Adam Young wrote: On 09/08/2010 05:19 PM, Rob Crittenden wrote: Allow the schema to be set once an ldap connection is locked. When making LDAP calls via api.Backend.ldap2 the ldap2 object will already be locked by the api.final

Re: [Freeipa-devel] [PATCH] 520 fix install with --setup-dns

2010-09-08 Thread Adam Young
On 09/08/2010 09:02 PM, Adam Young wrote: On 09/08/2010 08:50 PM, Adam Young wrote: On 09/08/2010 08:40 PM, Adam Young wrote: On 09/08/2010 05:19 PM, Rob Crittenden wrote: Allow the schema to be set once an ldap connection is locked. When making LDAP calls via api.Backend.ldap2 the ldap2 obje

Re: [Freeipa-devel] Fwd: [Freeipa-users] [PATCH] 512 track server certs with certmonger

2010-09-08 Thread Adam Young
On 08/16/2010 06:00 PM, Rob Crittenden wrote: Rob Crittenden wrote: I did it again :-( Updated patch that should apply cleanly. rob ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel Imp

Re: [Freeipa-devel] Fwd: [Freeipa-users] [PATCH] 512 track server certs with certmonger

2010-09-08 Thread Rob Crittenden
Adam Young wrote: On 08/16/2010 06:00 PM, Rob Crittenden wrote: Rob Crittenden wrote: I did it again :-( Updated patch that should apply cleanly. rob ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/

[Freeipa-devel] [PATCH] 2. Enabling SUDO support

2010-09-08 Thread Dmitri Pal
See patch comment for more details. -- Thank you, Dmitri Pal Engineering Manager IPA project, Red Hat Inc. --- Looking to carve out IT costs? www.redhat.com/carveoutcosts/ From 583ac9acb308fb128878e7a7fb8e26638b14fd6d Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date