[SSSD] Re: [PATCH] SYSDB: Sanitize dn in sysdb_get_user_members_recursively

2016-08-02 Thread Lukas Slebodnik
On (02/08/16 15:54), Lukas Slebodnik wrote: >ehlo, > >attached two patches fix a crash in nss responder, >which was caused by recent Sumit's patches. > >The 1st patch cannot be applied to master because >I plan do do some changes in ldap integration tests in different thread. >But the patch with te

[SSSD] Re: [PATCH] sssctl: Consistent commands naming

2016-08-02 Thread Michal Židek
On 07/29/2016 09:38 PM, Lukas Slebodnik wrote: On (29/07/16 15:54), Michal Židek wrote: On 07/29/2016 03:23 PM, Jakub Hrozek wrote: On Fri, Jul 29, 2016 at 03:06:47PM +0200, Lukas Slebodnik wrote: On (29/07/16 14:27), Jakub Hrozek wrote: On Fri, Jul 29, 2016 at 02:09:02PM +0200, Lukas Slebodn

[SSSD] Re: [PATCH] ipa_netgroups: Lowercase key to htable

2016-08-02 Thread Lukas Slebodnik
On (02/08/16 16:39), Michal Židek wrote: >On 08/02/2016 03:46 PM, Lukas Slebodnik wrote: >> On (02/08/16 13:50), Petr Cech wrote: >> > On 08/02/2016 12:41 PM, Petr Cech wrote: >> > > On 08/02/2016 11:09 AM, Michal Židek wrote: >> > > > Hi! >> > > > >> > > > When reviewing Petr's netgroup patch I f

[SSSD] Re: [PATCH] ipa_netgroups: Lowercase key to htable

2016-08-02 Thread Michal Židek
On 08/02/2016 03:46 PM, Lukas Slebodnik wrote: On (02/08/16 13:50), Petr Cech wrote: On 08/02/2016 12:41 PM, Petr Cech wrote: On 08/02/2016 11:09 AM, Michal Židek wrote: Hi! When reviewing Petr's netgroup patch I found some issues with netgroups when using IPA provider. Attached patch fixes

[SSSD] [PATCH] RESPONDER: Lower debug level for SELINUX_getpeercon() failure, be explicit that it may happen due to disabled SELinux and pass the proper parameter to strerror()

2016-08-02 Thread Fabiano Fidêncio
So, sorry for the very long title and please, see the proposed patches for solving https://fedorahosted.org/sssd/ticket/3094 Best Regards, -- Fabiano Fidêncio From 7b04832fce0bdf7f8e86c30f60811f7d219e62fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 2 Aug 2016 1

[SSSD] [PATCH] SYSDB: Sanitize dn in sysdb_get_user_members_recursively

2016-08-02 Thread Lukas Slebodnik
ehlo, attached two patches fix a crash in nss responder, which was caused by recent Sumit's patches. The 1st patch cannot be applied to master because I plan do do some changes in ldap integration tests in different thread. But the patch with test is attached. So there will not be a such regressi

[SSSD] Re: [PATCH] ipa_netgroups: Lowercase key to htable

2016-08-02 Thread Lukas Slebodnik
On (02/08/16 13:50), Petr Cech wrote: >On 08/02/2016 12:41 PM, Petr Cech wrote: >> On 08/02/2016 11:09 AM, Michal Židek wrote: >> > Hi! >> > >> > When reviewing Petr's netgroup patch I found some issues >> > with netgroups when using IPA provider. >> > >> > Attached patch fixes one of them. >> >

[SSSD] Re: [PATCH] LDAP: Removing of useless debug message

2016-08-02 Thread Lukas Slebodnik
On (22/07/16 08:20), Stephen Gallagher wrote: >On 07/12/2016 03:40 AM, Petr Cech wrote: >> On 07/11/2016 08:22 PM, Jakub Hrozek wrote: >>> On Mon, Jul 11, 2016 at 09:49:15AM -0400, Stephen Gallagher wrote: On 07/11/2016 09:33 AM, Petr Cech wrote: > Hi list, > > how Jakub mentioned

[SSSD] Re: [PATCH] LDAP: Improving debug message

2016-08-02 Thread Petr Cech
bump -- Petr^4 Čech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/admin/lists/sssd-devel@lists.fedorahosted.org

[SSSD] Re: [PATCH] IPA: Removing of confusing debug message

2016-08-02 Thread Petr Cech
bump -- Petr^4 Čech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/admin/lists/sssd-devel@lists.fedorahosted.org

[SSSD] Re: [PATCH] LDAP: Removing of useless debug message

2016-08-02 Thread Petr Cech
On 07/22/2016 02:20 PM, Stephen Gallagher wrote: On 07/12/2016 03:40 AM, Petr Cech wrote: On 07/11/2016 08:22 PM, Jakub Hrozek wrote: On Mon, Jul 11, 2016 at 09:49:15AM -0400, Stephen Gallagher wrote: On 07/11/2016 09:33 AM, Petr Cech wrote: Hi list, how Jakub mentioned on internal list this

[SSSD] [PATCH] Fixed some typos in man pages

2016-08-02 Thread Thorsten Scherf
From 6fa15aa41adf3337b59c24da3155d824668e89d7 Mon Sep 17 00:00:00 2001 From: Thorsten Scherf Date: Tue, 2 Aug 2016 14:12:24 +0200 Subject: [PATCH] Fixed some typos in man pages --- src/man/sss_ssh_knownhostsproxy.1.xml | 2 +- src/man/sssd.conf.5.xml | 2 +- 2 files changed, 2 in

[SSSD] Re: [PATCH] ipa_netgroups: Lowercase key to htable

2016-08-02 Thread Petr Cech
On 08/02/2016 12:41 PM, Petr Cech wrote: On 08/02/2016 11:09 AM, Michal Židek wrote: Hi! When reviewing Petr's netgroup patch I found some issues with netgroups when using IPA provider. Attached patch fixes one of them. I filed ticket for the other issue here: https://fedorahosted.org/sssd/ti

[SSSD] Re: [PATCH] ipa_netgroups: Lowercase key to htable

2016-08-02 Thread Lukas Slebodnik
On (02/08/16 11:09), Michal Židek wrote: >Hi! > >When reviewing Petr's netgroup patch I found some issues >with netgroups when using IPA provider. > >Attached patch fixes one of them. > >I filed ticket for the other issue here: >https://fedorahosted.org/sssd/ticket/3117 > >Reviewing this is not pri

[SSSD] Re: [PATCH] ipa_netgroups: Lowercase key to htable

2016-08-02 Thread Petr Cech
On 08/02/2016 11:09 AM, Michal Židek wrote: Hi! When reviewing Petr's netgroup patch I found some issues with netgroups when using IPA provider. Attached patch fixes one of them. I filed ticket for the other issue here: https://fedorahosted.org/sssd/ticket/3117 Reviewing this is not priority

[SSSD] SDAP: Don't log an op failure when no users are found

2016-08-02 Thread Fabiano Fidêncio
Please, see the attached patch. It passed CI: http://sssd-ci.duckdns.org/logs/job/50/66/summary.html Best Regards, -- Fabiano Fidêncio From 81a0fa7459e8f63d655bed66e4f810439283a55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 2 Aug 2016 09:08:18 +0200 Subject: [

[SSSD] [PATCH] ipa_netgroups: Lowercase key to htable

2016-08-02 Thread Michal Židek
Hi! When reviewing Petr's netgroup patch I found some issues with netgroups when using IPA provider. Attached patch fixes one of them. I filed ticket for the other issue here: https://fedorahosted.org/sssd/ticket/3117 Reviewing this is not priority for this week, but I already had the patch an

[SSSD] [PATCH] LDAP: Fixing wrong pam error code for passwd

2016-08-02 Thread Petr Cech
Hello list, the attached patch fixes: https://fedorahosted.org/sssd/ticket/3109 There was missing condition for offline state of sssd at ldap code for password changing. If sssd is offline it returns PAM_AUTHINFO_UNAVAIL now and not PAM_PERM_DENIED. Regards -- Petr^4 Čech >From 5b9c1a166f00