Re: [SSSD] sssd_be not telling user account is locked?

2013-11-27 Thread Jakub Hrozek
On Wed, Nov 27, 2013 at 05:13:50PM +, Viviano, Brad wrote: > Changing the pam_verbosity to 2 or 3 had no affect. It doesn't tell the user > their account is locked but everything shows up in syslog or sssd domain log > fine. > > I've looked through pam_sss.c and if I am understanding correc

Re: [SSSD] [PATCHES] Remove unused parameter after sysdb refactoring

2013-11-27 Thread Jakub Hrozek
On Tue, Nov 26, 2013 at 03:30:56PM +0100, Michal Židek wrote: > On 11/26/2013 02:51 PM, Lukas Slebodnik wrote: > >On (21/11/13 14:10), Michal Židek wrote: > >>On 11/15/2013 11:59 PM, Lukas Slebodnik wrote: > >>>ehlo, > >>> > >>>there are lof of unused parametres in functions after sysdb refactoring

Re: [SSSD] sssd_be not telling user account is locked?

2013-11-27 Thread Viviano, Brad
Changing the pam_verbosity to 2 or 3 had no affect. It doesn't tell the user their account is locked but everything shows up in syslog or sssd domain log fine. I've looked through pam_sss.c and if I am understanding correctly, this block of code seems to be what is putting the message into sys

Re: [SSSD] sssd_be not telling user account is locked?

2013-11-27 Thread Jakub Hrozek
On Wed, Nov 27, 2013 at 03:28:13PM +, Viviano, Brad wrote: > Hello, > I have a RHEL6 server running sssd 1.9.2-129 (Redhat RPM). I've > configured it to talk to my LDAP server, which is OpenLDAP. OpenLDAP doesn't > nativly support account locking via ldap_ns_account_lock so I added a s

Re: [SSSD] [PATCH] AUTOMAKE: Don't build libsss_test_common every time

2013-11-27 Thread Lukas Slebodnik
On (17/09/13 10:18), Lukas Slebodnik wrote: >On (10/09/13 09:57), Lukas Slebodnik wrote: >>On (10/09/13 09:50), Lukas Slebodnik wrote: >>>On (10/09/13 09:48), Lukas Slebodnik wrote: ehlo, Although static library libsss_test_common was used only in tests, It was also built with comm

[SSSD] sssd_be not telling user account is locked?

2013-11-27 Thread Viviano, Brad
Hello, I have a RHEL6 server running sssd 1.9.2-129 (Redhat RPM). I've configured it to talk to my LDAP server, which is OpenLDAP. OpenLDAP doesn't nativly support account locking via ldap_ns_account_lock so I added a schema extension so I could set a an account locked when needed. Every

Re: [SSSD] [PATCH] - Improved detection of user domain

2013-11-27 Thread Pavel Reichl
On Tue, 2013-11-26 at 18:25 +0100, Jakub Hrozek wrote: > On Tue, Nov 26, 2013 at 05:28:18PM +0100, Pavel Reichl wrote: > > Hi Jakub, > > > > thanks for review. I have just a few little remarks, please see inline. > > > > On Tue, 2013-11-26 at 15:23 +0100, Jakub Hrozek wrote: > > > On Tue, Nov 19,

Re: [SSSD] [PATCHES] Fixes for sss_cache

2013-11-27 Thread Jakub Hrozek
On Tue, Nov 26, 2013 at 11:51:41AM +0100, Sumit Bose wrote: > Hi, > > Steeve found some issues when testing sss_cache with sub-domain users. > This was originally fixed in https://fedorahosted.org/sssd/ticket/1741 > but I guess recent changes have broken it again. > > I have tested the patches wi

Re: [SSSD] [PATCH] Fix parameter name.

2013-11-27 Thread Jakub Hrozek
On Fri, Nov 22, 2013 at 04:50:22PM +0100, Jakub Hrozek wrote: > On Tue, Nov 19, 2013 at 04:32:16PM +0100, Michal Židek wrote: > > I forgot to send this patch before. So here it is now. See patch > > description for details. > > > > Michal > > > errno_t sysdb_get_rdn(struct sysdb_ctx *sysdb, TALL

Re: [SSSD] [PATCH] AD: Fix a typo in the man page

2013-11-27 Thread Jakub Hrozek
On Tue, Nov 26, 2013 at 02:22:45PM +0100, Michal Židek wrote: > On 11/18/2013 11:05 AM, Jakub Hrozek wrote: > >Spotted by Kaushik. > > > > Ack. > > Michal Pushed to master and sssd-1-11 ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org http

Re: [SSSD] [PATCH] Specific error message for missing sssd.conf

2013-11-27 Thread Jakub Hrozek
On Wed, Nov 27, 2013 at 10:43:03AM +0100, Jakub Hrozek wrote: > On Tue, Nov 26, 2013 at 06:48:41PM +0100, Pavel Reichl wrote: > > On Tue, 2013-11-26 at 14:38 +0100, Jakub Hrozek wrote: > > > On Tue, Nov 26, 2013 at 12:29:33PM +0100, Jakub Hrozek wrote: > > > > On Sun, Nov 24, 2013 at 08:25:17PM +01

Re: [SSSD] [PATCH] Missing parameter name in declaration.

2013-11-27 Thread Jakub Hrozek
On Tue, Nov 26, 2013 at 01:11:40PM -0500, Stephen Gallagher wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 11/26/2013 01:06 PM, Michal Židek wrote: > > On 11/26/2013 06:49 PM, Stephen Gallagher wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > >> > >> On 11/26/2013 09:4

Re: [SSSD] [PATCH] Specific error message for missing sssd.conf

2013-11-27 Thread Jakub Hrozek
On Tue, Nov 26, 2013 at 06:48:41PM +0100, Pavel Reichl wrote: > On Tue, 2013-11-26 at 14:38 +0100, Jakub Hrozek wrote: > > On Tue, Nov 26, 2013 at 12:29:33PM +0100, Jakub Hrozek wrote: > > > On Sun, Nov 24, 2013 at 08:25:17PM +0100, Pavel Reichl wrote: > > > > On Fri, 2013-11-22 at 16:46 +0100, Jak