[SSSD] [PATCH] Allow entering parent groups as FQDN

2009-09-23 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Allow entering parent groups for groupadd,useradd,usermod as FQDN. Since members and parents must be from the same domain, error out if we can't determine the domain of member. Fixes: #121 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux

[SSSD] [PATCH] Remove provider=files

2009-09-23 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remove this provider type, as well as any references in the docs and examples to the "LEGACYLOCAL" migration domain. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARE

[SSSD] [PATCH] use getaddrinfo to resolve IP address of KDC

2009-09-23 Thread Sumit Bose
Hi, with this patch to the Kerberos locator plugin it is possible to use either the name or the IP address of the KDC in the krb5KDCIP option. bye, Sumit >From 0eabac0230357a84f8fcb5fff6f6680b39b9df30 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 23 Sep 2009 12:55:41 +0200 Subject: [PATCH

Re: [SSSD] [PATCHES] a few basic fixed that caused segfaults/aborts

2009-09-23 Thread Sumit Bose
On Tue, Sep 22, 2009 at 01:10:34PM -0400, Simo Sorce wrote: > 0001 caught compiling against talloc 2.0 > 0002 fixes long standing segfault with proxy+files > > Simo. ACK to both. bye, Sumit ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org h

[SSSD] [PATCH] fix possible short reads in kerberos provider

2009-09-23 Thread Sumit Bose
Hi, this patch should fix #179. bye, Sumit >From 3924dc5b18c9efbf3dbe9a1888e7e79bcbff Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 23 Sep 2009 13:54:49 +0200 Subject: [PATCH] fix possible short reads in kerberos provider --- server/providers/krb5/krb5_auth.c | 23 +++

Re: [SSSD] [PATCH] Use syslog for logging error conditions in SSSD

2009-09-23 Thread Simo Sorce
On Tue, 2009-09-22 at 13:29 -0400, Stephen Gallagher wrote: > On 09/22/2009 12:55 PM, Simo Sorce wrote: > > Guys I would *really* like to revert this patch. > > > > Debug statements are *not* logging statements. > > They are used *only* during debugging and should be independent of any > > libra

Re: [SSSD] [PATCH] Allow entering parent groups as FQDN

2009-09-23 Thread Simo Sorce
On Wed, 2009-09-23 at 11:48 +0200, Jakub Hrozek wrote: > Allow entering parent groups for groupadd,useradd,usermod as FQDN. > Since > members and parents must be from the same domain, error out if we > can't > determine the domain of member. > > Fixes: #121 ack and pushed. Simo. ___

Re: [SSSD] [PATCH] Remove provider=files

2009-09-23 Thread Simo Sorce
On Wed, 2009-09-23 at 12:07 +0200, Jakub Hrozek wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Remove this provider type, as well as any references in the docs and > examples to the "LEGACYLOCAL" migration domain. Does not apply on top of master, can you rebase and re-post ? Simo.

Re: [SSSD] [PATCHES] a few basic fixed that caused segfaults/aborts

2009-09-23 Thread Simo Sorce
On Wed, 2009-09-23 at 13:03 +0200, Sumit Bose wrote: > On Tue, Sep 22, 2009 at 01:10:34PM -0400, Simo Sorce wrote: > > 0001 caught compiling against talloc 2.0 > > 0002 fixes long standing segfault with proxy+files > > > > Simo. > ACK to both. Thanks, pushed. Simo. _

Re: [SSSD] [PATCH] use getaddrinfo to resolve IP address of KDC

2009-09-23 Thread Simo Sorce
On Wed, 2009-09-23 at 13:01 +0200, Sumit Bose wrote: > Hi, > > with this patch to the Kerberos locator plugin it is possible to use > either the name or the IP address of the KDC in the krb5KDCIP option. ack and pushed Simo. ___ sssd-devel mailing lis

Re: [SSSD] [PATCH] Remove provider=files

2009-09-23 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/23/2009 06:14 PM, Simo Sorce wrote: > Does not apply on top of master, can you rebase and re-post ? > > Simo. > Sorry, attached Jakub -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - h

Re: [SSSD] [PATCH] Remove provider=files

2009-09-23 Thread Simo Sorce
On Wed, 2009-09-23 at 14:26 +0200, Jakub Hrozek wrote: > On 09/23/2009 06:14 PM, Simo Sorce wrote: > > Does not apply on top of master, can you rebase and re-post ? > Sorry, attached make[3]: *** No rule to make target `examples/sssdproxylocal', needed by `all-am'. Stop. make[2]: *** [all-recur

Re: [SSSD] [PATCH] Remove provider=files

2009-09-23 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/23/2009 02:51 PM, Simo Sorce wrote: > make[3]: *** No rule to make target `examples/sssdproxylocal', needed by > `all-am'. Stop. > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all] Error 2 > make: *** [all-recursive] Error 1 > > I get

[SSSD] [PATCH] add a man page for pam_sss

2009-09-23 Thread Sumit Bose
Hi, this patch contains a man page for pam_sss and the necessary changes to configure.ac and Makefile.am to build man pages in sss_client. bye, Sumit >From 828436023a214c8182d3d44bd7e2c45546627137 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 23 Sep 2009 17:28:00 +0200 Subject: [PATCH] ad

Re: [SSSD] [PATCH] use getaddrinfo to resolve IP address of KDC

2009-09-23 Thread Dmitri Pal
Simo Sorce wrote: > On Wed, 2009-09-23 at 13:01 +0200, Sumit Bose wrote: > >> Hi, >> >> with this patch to the Kerberos locator plugin it is possible to use >> either the name or the IP address of the KDC in the krb5KDCIP option. >> > > ack and pushed > > Simo. > > _

Re: [SSSD] [PATCH] Remove provider=files

2009-09-23 Thread Simo Sorce
On Wed, 2009-09-23 at 15:24 +0200, Jakub Hrozek wrote: > On 09/23/2009 02:51 PM, Simo Sorce wrote: > > make[3]: *** No rule to make target `examples/sssdproxylocal', > needed by `all-am'. Stop. > > make[2]: *** [all-recursive] Error 1 > > make[1]: *** [all] Error 2 > > make: *** [all-recursive] E

Re: [SSSD] [PATCH] use getaddrinfo to resolve IP address of KDC

2009-09-23 Thread Dmitri Pal
Dmitri Pal wrote: > Simo Sorce wrote: > >> On Wed, 2009-09-23 at 13:01 +0200, Sumit Bose wrote: >> >> >>> Hi, >>> >>> with this patch to the Kerberos locator plugin it is possible to use >>> either the name or the IP address of the KDC in the krb5KDCIP option. >>> >>> >> ack

Re: [SSSD] [PATCH] add a man page for pam_sss

2009-09-23 Thread Simo Sorce
On Wed, 2009-09-23 at 17:32 +0200, Sumit Bose wrote: > Hi, > > this patch contains a man page for pam_sss and the necessary changes > to > configure.ac and Makefile.am to build man pages in sss_client. ack and pushed. Simo. ___ sssd-devel mailing list

Re: [SSSD] [PATCH] use getaddrinfo to resolve IP address of KDC

2009-09-23 Thread Simo Sorce
On Wed, 2009-09-23 at 12:31 -0400, Dmitri Pal wrote: > I have a question about this patch. > Does the PAM code do the check of the availability of the getaddinfo() > function in configure? > I have a ticket to add such check for ELAPI and I wonder if this > work > has already been done or we nee

[SSSD] [PATCH] Send debug messages to logfile

2009-09-23 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Introduces a new option --debug-to-files which makes SSSD output its debug information to a file instead of stderr, which is still the default. Also introduces a new confdb option debug_to_files which does the same, but can be specified per-service in