[Freeipa-devel] [PATCH] 0034 configure does not check for Python.h

2011-11-17 Thread Alexander Bokovoy
py_default_encoding extension depends on Python.h and Python development tools availability. Make sure they are installed. https://fedorahosted.org/freeipa/ticket/1838 -- / Alexander Bokovoy >From b6b6112cb84f69c41a27bbab1c75fed97be4a61b Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: We

[Freeipa-devel] [PATCH] 0035 Configure should check for libintl

2011-11-17 Thread Alexander Bokovoy
There are still distributions with external libintl for gettext support. Thus, extend configure in ipa-client to make sure we don't miss these cases. Instead of using full libintl macro, I opted to a simpler one that does not require anything added into the distribution (libintl m4 code forces

[Freeipa-devel] [PATCH] 0036 make install doesn't create needed directories

2011-11-17 Thread Alexander Bokovoy
When installing client from source with 'make client-install' some essential directories are not created which makes ipa-client-install to fail. I have opted to allow creating /etc/ipa and /var/lib/ipa-client/sysrestore only if DESTDIR is specified. Distributing ipa-client in source form is defe

Re: [Freeipa-devel] [PATCH 53/53] ticket 2022 - modify codebase to utilize IPALogManager, obsoletes logging

2011-11-17 Thread John Dennis
On 11/16/2011 07:35 AM, Martin Kosek wrote: On Tue, 2011-11-15 at 14:41 -0500, John Dennis wrote: -- John Dennis Looking to carve out IT costs? www.redhat.com/carveoutcosts/ Hi John, thanks for your patch, that was a fair amount of work there :-) I tested them both and have few comments: 1

Re: [Freeipa-devel] [PATCH] 0034 configure does not check for Python.h

2011-11-17 Thread Rob Crittenden
Alexander Bokovoy wrote: py_default_encoding extension depends on Python.h and Python development tools availability. Make sure they are installed. https://fedorahosted.org/freeipa/ticket/1838 ACK pushed to master ___ Freeipa-devel mailing list Fre

Re: [Freeipa-devel] [PATCH] 0035 Configure should check for libintl

2011-11-17 Thread Rob Crittenden
Alexander Bokovoy wrote: There are still distributions with external libintl for gettext support. Thus, extend configure in ipa-client to make sure we don't miss these cases. Instead of using full libintl macro, I opted to a simpler one that does not require anything added into the distribution

Re: [Freeipa-devel] [PATCH] 0036 make install doesn't create needed directories

2011-11-17 Thread Rob Crittenden
Alexander Bokovoy wrote: When installing client from source with 'make client-install' some essential directories are not created which makes ipa-client-install to fail. I have opted to allow creating /etc/ipa and /var/lib/ipa-client/sysrestore only if DESTDIR is specified. Distributing ipa-clie

Re: [Freeipa-devel] [PATCH] Another trivial doc fix

2011-11-17 Thread Rob Crittenden
Jérôme Fenal wrote: diff --git a/ipalib/plugins/group.py b/ipalib/plugins/group.py index cd4a054..4bf77f8 100644 --- a/ipalib/plugins/group.py +++ b/ipalib/plugins/group.py @@ -28,8 +28,8 @@ Groups of users Manage groups of users. By default, new groups are POSIX groups. You can add the --no

Re: [Freeipa-devel] [PATCH] 0036 make install doesn't create needed directories

2011-11-17 Thread Alexander Bokovoy
On Thu, 17 Nov 2011, Rob Crittenden wrote: > Alexander Bokovoy wrote: > >When installing client from source with 'make client-install' > >some essential directories are not created which makes > >ipa-client-install to fail. > > > >I have opted to allow creating /etc/ipa and > >/var/lib/ipa-client/

Re: [Freeipa-devel] [PATCH] 0036 make install doesn't create needed directories

2011-11-17 Thread Rob Crittenden
Alexander Bokovoy wrote: On Thu, 17 Nov 2011, Rob Crittenden wrote: Alexander Bokovoy wrote: When installing client from source with 'make client-install' some essential directories are not created which makes ipa-client-install to fail. I have opted to allow creating /etc/ipa and /var/lib/ip

[Freeipa-devel] [PATCH] missing (C) in one file

2011-11-17 Thread Simo Sorce
I found out one of the files I was working on these days is missing a proper header. Patch attached. Simo. -- Simo Sorce * Red Hat, Inc * New York >From a00b869af478597cf59d59ae442cec2e7038dcd4 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 15 Nov 2011 17:43:38 -0500 Subject: [PATCH] Add

Re: [Freeipa-devel] [PATCH] missing (C) in one file

2011-11-17 Thread Rob Crittenden
Simo Sorce wrote: I found out one of the files I was working on these days is missing a proper header. Patch attached. Simo. ACK ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH 53/53] ticket 2022 - modify codebase to utilize IPALogManager, obsoletes logging

2011-11-17 Thread John Dennis
On 11/17/2011 11:17 AM, John Dennis wrote: On 11/16/2011 07:35 AM, Martin Kosek wrote: 1) Patch 53 will need rebasing O.K. will rebase. O.K. I'm confused. This is a 3.0 feature and the patch is against origin/master which is fully up to date. -- John Dennis Looking to carve out IT costs

[Freeipa-devel] [PATCH] 314 Fixed entity definition in test cases.

2011-11-17 Thread Endi Sukma Dewata
The test cases have been updated to use the new extensible mechanism for defining and registering entities. Ticket #2043 -- Endi S. Dewata From e22c9a97e0853f19e93e278c3299e242e8f7034e Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 17 Nov 2011 12:09:00 -0600 Subject: [PATCH] Fixed

Re: [Freeipa-devel] [PATCH] missing (C) in one file

2011-11-17 Thread Simo Sorce
On Thu, 2011-11-17 at 13:21 -0500, Rob Crittenden wrote: > Simo Sorce wrote: > > I found out one of the files I was working on these days is missing a > > proper header. > > > > Patch attached. > > > > Simo. > > ACK Pushed to master. Simo. -- Simo Sorce * Red Hat, Inc * New York _

[Freeipa-devel] [PATCHES] #1950 Implement CLDAP server for AD trust introperability

2011-11-17 Thread Simo Sorce
Attached find a series of patches that implement a CLDAP server as a dirsrv plugin. The server right now responds only to a very limited class of requests, as observed on the wire. But it can be easily expanded to respond to additional requests as needed. Tested against windows 2008 with which I