Re: [SSSD] [PATCH] Rename SAFEALIGN macros

2013-04-26 Thread Jakub Hrozek
On Thu, Apr 25, 2013 at 07:17:20PM -0400, Simo Sorce wrote: On Fri, 2013-04-26 at 00:51 +0200, Jakub Hrozek wrote: On Thu, Apr 25, 2013 at 03:41:28PM +0200, Michal Židek wrote: https://fedorahosted.org/sssd/ticket/1772 Changes done: - definitions of safealign macros have been

Re: [SSSD] [PATCH] Make IPA SELinux provider aware of subdomain users

2013-04-26 Thread Jakub Hrozek
On Thu, Apr 25, 2013 at 01:58:37PM +0200, Sumit Bose wrote: Hi, the IPA SELinux provider cannot look up subdomain user. This patch should fix it and ticket https://fedorahosted.org/sssd/ticket/1892. bye, Sumit [snip] -op_ctx = ipa_selinux_create_op_ctx(be_req, be_ctx-domain-sysdb,

Re: [SSSD] [PATCH] Make IPA SELinux provider aware of subdomain users

2013-04-26 Thread Sumit Bose
On Fri, Apr 26, 2013 at 10:28:53AM +0200, Jakub Hrozek wrote: On Thu, Apr 25, 2013 at 01:58:37PM +0200, Sumit Bose wrote: Hi, the IPA SELinux provider cannot look up subdomain user. This patch should fix it and ticket https://fedorahosted.org/sssd/ticket/1892. bye, Sumit [snip]

Re: [SSSD] [PATCH] Make IPA SELinux provider aware of subdomain users

2013-04-26 Thread Sumit Bose
On Fri, Apr 26, 2013 at 10:47:22AM +0200, Sumit Bose wrote: On Fri, Apr 26, 2013 at 10:28:53AM +0200, Jakub Hrozek wrote: On Thu, Apr 25, 2013 at 01:58:37PM +0200, Sumit Bose wrote: Hi, the IPA SELinux provider cannot look up subdomain user. This patch should fix it and ticket

Re: [SSSD] [PATCHES] SUDO: IPA provider

2013-04-26 Thread Pavel Březina
On 04/25/2013 08:27 PM, Jakub Hrozek wrote: On Thu, Apr 25, 2013 at 01:29:49PM +0200, Lukas Slebodnik wrote: ehlo, I am attaching two patches. First patch make retrieving host information more reusable. It is a preparation for easily reusing existing ldap code in SUDO IPA provider in second

[SSSD] [PATCHES] SSH: Fix several client bugs

2013-04-26 Thread Jan Cholasta
Hi, the attached patches fix https://fedorahosted.org/sssd/ticket/1897. See commit messages for more info. Backward compatibility with older clients is maintained. Honza -- Jan Cholasta From 2c2dcbbe0fcdbfe29c80046f1668df26bb2ff394 Mon Sep 17 00:00:00 2001 From: Jan Cholasta

[SSSD] build fails to run on Ubuntu 13.04

2013-04-26 Thread steve
Hi everyone After a successful build and install sssd fails with: sudo sssd ldb: unable to dlopen /usr/lib/i386-linux-gnu/ldb/modules/ldb/samba/ildap.so : libdbwrap.so: cannot open shared object file: No such file or directory ldb: unable to dlopen

Re: [SSSD] [PATCHES] SUDO: IPA provider

2013-04-26 Thread Lukas Slebodnik
On (25/04/13 20:27), Jakub Hrozek wrote: On Thu, Apr 25, 2013 at 01:29:49PM +0200, Lukas Slebodnik wrote: ehlo, I am attaching two patches. First patch make retrieving host information more reusable. It is a preparation for easily reusing existing ldap code in SUDO IPA provider in second

Re: [SSSD] build fails to run on Ubuntu 13.04

2013-04-26 Thread Lukas Slebodnik
On (26/04/13 17:09), steve wrote: Hi everyone After a successful build and install sssd fails with: sudo sssd ldb: unable to dlopen /usr/lib/i386-linux-gnu/ldb/modules/ldb/samba/ildap.so : libdbwrap.so: cannot open shared object file: No such file or directory ldb: unable to dlopen

[SSSD] no krb5 cache produced

2013-04-26 Thread steve
Hi 1.9.4 Ubuntu 13.04 We have this in sssd.conf: ldap_sasl_mech = gssapi ldap_sasl_authid = HH16$ ldap_krb5_keytab = /etc/krb5.keytab ldap_krb5_init_creds = true but no krb5cc_ file appears in /tmp when we start sssd This works OK with openSUSE with te same config. How can we get sssd

Re: [SSSD] no krb5 cache produced

2013-04-26 Thread Dmitri Pal
On 04/26/2013 06:44 PM, steve wrote: Hi 1.9.4 Ubuntu 13.04 We have this in sssd.conf: ldap_sasl_mech = gssapi ldap_sasl_authid = HH16$ ldap_krb5_keytab = /etc/krb5.keytab ldap_krb5_init_creds = true but no krb5cc_ file appears in /tmp when we start sssd This works OK with

Re: [SSSD] no krb5 cache produced

2013-04-26 Thread steve
On 27/04/13 01:01, Dmitri Pal wrote: On 04/26/2013 06:44 PM, steve wrote: Hi 1.9.4 Ubuntu 13.04 We have this in sssd.conf: ldap_sasl_mech = gssapi ldap_sasl_authid = HH16$ ldap_krb5_keytab = /etc/krb5.keytab ldap_krb5_init_creds = true but no krb5cc_ file appears in /tmp when we start

Re: [SSSD] no krb5 cache produced

2013-04-26 Thread Dmitri Pal
On 04/26/2013 07:08 PM, steve wrote: On 27/04/13 01:01, Dmitri Pal wrote: On 04/26/2013 06:44 PM, steve wrote: Hi 1.9.4 Ubuntu 13.04 We have this in sssd.conf: ldap_sasl_mech = gssapi ldap_sasl_authid = HH16$ ldap_krb5_keytab = /etc/krb5.keytab ldap_krb5_init_creds = true but no

Re: [SSSD] no krb5 cache produced

2013-04-26 Thread Simo Sorce
On Sat, 2013-04-27 at 00:44 +0200, steve wrote: Hi 1.9.4 Ubuntu 13.04 We have this in sssd.conf: ldap_sasl_mech = gssapi ldap_sasl_authid = HH16$ ldap_krb5_keytab = /etc/krb5.keytab ldap_krb5_init_creds = true but no krb5cc_ file appears in /tmp when we start sssd This works