Re: [SSSD] [PATCH] subdomains: replace dot with underscore in krb5 mapping file name

2013-02-01 Thread Dmitri Pal
On 02/01/2013 06:32 AM, Pavel Březina wrote: > On 01/31/2013 08:07 PM, Jakub Hrozek wrote: >> On Thu, Jan 31, 2013 at 11:52:53AM +0100, Pavel Březina wrote: >>> https://fedorahosted.org/sssd/ticket/1795 >> >>> From aba6be77012e2c4f741d78e887f9524b869b78ae Mon Sep 17 00:00:00 2001 >>> From: =?UTF-8

Re: [SSSD] SSSD GSSAPI Question

2013-02-01 Thread Derek Page
Thanks for your replys. I have tried this option with no success. GSSAPIStrictAcceptorCheck no After trouble shooting some more I think this probably does not have to do with sssd at this point but more in krb5. "In other words, are all the clients you are logging to in the domain .mydomain.com

Re: [SSSD] [PATCH] Don't use srcdir with tests

2013-02-01 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri 01 Feb 2013 05:45:25 AM EST, Jakub Hrozek wrote: > On Thu, Jan 31, 2013 at 01:33:20PM -0500, Stephen Gallagher wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On Thu 31 Jan 2013 01:06:06 PM EST, Jakub Hrozek wrote: >>> Without t

Re: [SSSD] SSSD GSSAPI Question

2013-02-01 Thread Sumit Bose
On Fri, Feb 01, 2013 at 11:00:00AM +, John Hodrien wrote: > On Fri, 1 Feb 2013, Sumit Bose wrote: > > >I guess this might be a limitation of sshd. iirc it will not use all > >tickets from the keytab but only the one that matches > >host/fully.qualified.host.name where the fully.qualified.host.

Re: [SSSD] [PATCH] subdomains: replace dot with underscore in krb5 mapping file name

2013-02-01 Thread Pavel Březina
On 01/31/2013 08:07 PM, Jakub Hrozek wrote: On Thu, Jan 31, 2013 at 11:52:53AM +0100, Pavel Březina wrote: https://fedorahosted.org/sssd/ticket/1795 From aba6be77012e2c4f741d78e887f9524b869b78ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Thu, 31 Jan 2013 11:21:06

Re: [SSSD] SSSD GSSAPI Question

2013-02-01 Thread John Hodrien
On Fri, 1 Feb 2013, Sumit Bose wrote: I guess this might be a limitation of sshd. iirc it will not use all tickets from the keytab but only the one that matches host/fully.qualified.host.name where the fully.qualified.host.name is determined with uname() or gethostname(). This means by default a

[SSSD] [PATCH] Do not process success case in an else

2013-02-01 Thread Jakub Hrozek
No functional change, it's just bad manners to have a code structured like: if (ret != EOK) { /* Do stuff */ } else { /* Do different stuff */ } The else was moved to the topmost block. >From 91decb68a93e6c8123bacee96b6bf5d804bf9ba2 Mon Sep 17 00:00:00 2001 From: Jakub

Re: [SSSD] SSSD GSSAPI Question

2013-02-01 Thread Sumit Bose
On Thu, Jan 31, 2013 at 03:10:16PM -0500, Derek Page wrote: > Hi Devs, > > I am using SSSD with kerberos with gssapi auth and it works really > well for our environment using AD for authentication. > > I am not sure if this is an SSSD issue but I though I would ask since > I can't find a solution

Re: [SSSD] [PATCH] Don't use srcdir with tests

2013-02-01 Thread Jakub Hrozek
On Thu, Jan 31, 2013 at 01:33:20PM -0500, Stephen Gallagher wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu 31 Jan 2013 01:06:06 PM EST, Jakub Hrozek wrote: > > Without this patch I can't build SSSD for rawhide as new autoconf > > versions error out when $(srcdir) is used in TE

Re: [SSSD] [PATCH] subdomains: replace dot with underscore in krb5 mapping file name

2013-02-01 Thread Pavel Březina
On 02/01/2013 10:12 AM, Jakub Hrozek wrote: On Thu, Jan 31, 2013 at 02:17:21PM -0500, Dmitri Pal wrote: On 01/31/2013 02:07 PM, Jakub Hrozek wrote: On Thu, Jan 31, 2013 at 11:52:53AM +0100, Pavel Březina wrote: https://fedorahosted.org/sssd/ticket/1795 From aba6be77012e2c4f741d78e887f9524b869

Re: [SSSD] Patch for trivial typo in man pages

2013-02-01 Thread Jakub Hrozek
On Fri, Feb 01, 2013 at 10:50:11AM +0100, Jakub Hrozek wrote: > On Fri, Feb 01, 2013 at 09:35:44AM +, John Hodrien wrote: > > On Thu, 31 Jan 2013, Stephen Gallagher wrote: > > > > >-BEGIN PGP SIGNED MESSAGE- > > >Hash: SHA1 > > > > > >It's a bit of a mixed answer. The standard build pr

Re: [SSSD] Patch for trivial typo in man pages

2013-02-01 Thread Jakub Hrozek
On Fri, Feb 01, 2013 at 09:35:44AM +, John Hodrien wrote: > On Thu, 31 Jan 2013, Stephen Gallagher wrote: > > >-BEGIN PGP SIGNED MESSAGE- > >Hash: SHA1 > > > >It's a bit of a mixed answer. The standard build process will update > >the translation if it's found in the .po file. However,

Re: [SSSD] SSSD GSSAPI Question

2013-02-01 Thread Jakub Hrozek
On Thu, Jan 31, 2013 at 03:10:16PM -0500, Derek Page wrote: > Hi Devs, > > I am using SSSD with kerberos with gssapi auth and it works really > well for our environment using AD for authentication. > > I am not sure if this is an SSSD issue but I though I would ask since > I can't find a solution

Re: [SSSD] Patch for trivial typo in man pages

2013-02-01 Thread John Hodrien
On Thu, 31 Jan 2013, Stephen Gallagher wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It's a bit of a mixed answer. The standard build process will update the translation if it's found in the .po file. However, we don't look up *new* strings to add to the translations* except on 'make upd

Re: [SSSD] [PATCH] subdomains: replace dot with underscore in krb5 mapping file name

2013-02-01 Thread Jakub Hrozek
On Thu, Jan 31, 2013 at 02:17:21PM -0500, Dmitri Pal wrote: > On 01/31/2013 02:07 PM, Jakub Hrozek wrote: > > On Thu, Jan 31, 2013 at 11:52:53AM +0100, Pavel Březina wrote: > >> https://fedorahosted.org/sssd/ticket/1795 > >> From aba6be77012e2c4f741d78e887f9524b869b78ae Mon Sep 17 00:00:00 2001 > >

Re: [SSSD] [PATCH] dp: check whether hostid backend is configured before filing be request

2013-02-01 Thread Jakub Hrozek
On Thu, Jan 31, 2013 at 07:13:43PM +0100, Jakub Hrozek wrote: > On Wed, Jan 30, 2013 at 02:38:58PM +0100, Pavel Březina wrote: > > I prepared this patch as a part of [1]. I provided the reported a gdb > > script to help localize the code where we mess up with hostid data, but > > the reporter does