[SSSD-users] Re: sssd 1.9.6

2018-08-07 Thread Lukas Slebodnik
On (31/07/18 18:34), Laack, Andrea P wrote: >I downloaded sssd 1.9.6 for centos 5 from >https://copr-be.cloud.fedoraproject.org/results/sgallagh/sssd-1.9-rhel5/epel-5-x86_64/. >Unfortunately the contents of krb5-1.12.2-14.fc21/ are not there. I have >downloaded krb5-workstation, libs, and devel

[SSSD-users] Re: 1.16.2 test failure: sss_nss_idmap-tests

2018-08-07 Thread Andreas Hasenack
On Tue, Aug 7, 2018 at 8:04 AM Sumit Bose wrote: > > On Mon, Jul 23, 2018 at 10:01:26AM +0200, Jakub Hrozek wrote: > > Unfortunately these tests don’t have an option to raise the debug level so > > stepping throught them with gdb is the only option I’m afraid.. > > I think I didn't properly mock

[SSSD-users] Re: sssd connecting to two AD domains

2018-08-07 Thread Ondrej Valousek
My configuration file (sanitized): [sssd] services = autofs, nss, pam config_file_version = 2 debug_level = 0x domains = default, mydomain2 [nss] [pam] debug_level = 0x [domain/default] debug_level = 3 ldap_id_mapping = False ad_domain = MYDOMAIN1.COM

[SSSD-users] Re: 1.16.2 test failure: sss_nss_idmap-tests

2018-08-07 Thread Sumit Bose
On Mon, Jul 23, 2018 at 10:01:26AM +0200, Jakub Hrozek wrote: > Unfortunately these tests don’t have an option to raise the debug level so > stepping throught them with gdb is the only option I’m afraid.. I think I didn't properly mock sss_nss_make_request_timeout() here. Instead of the provided

[SSSD-users] Re: sssd connecting to two AD domains

2018-08-07 Thread Sumit Bose
On Mon, Aug 06, 2018 at 08:34:04AM +, Ondrej Valousek wrote: > Also, yes, setting ldap_sasl_authid does help, but it's bit awkward as right > now I am using general sssd.conf for all machines. > Having to include ldap_sasl_authid parameter means the configuration file is > different for

[SSSD-users] Re: sssd connecting to two AD domains

2018-08-07 Thread Sumit Bose
On Tue, Aug 07, 2018 at 01:00:17PM +, Ondrej Valousek wrote: > My configuration file (sanitized): > [sssd] > services = autofs, nss, pam > config_file_version = 2 > debug_level = 0x > > domains = default, mydomain2 > [nss] > > [pam] > debug_level = 0x > >

[SSSD-users] Re: 1.16.2 test failure: sss_nss_idmap-tests

2018-08-07 Thread Sumit Bose
On Tue, Aug 07, 2018 at 09:36:25AM -0300, Andreas Hasenack wrote: > On Tue, Aug 7, 2018 at 8:04 AM Sumit Bose wrote: > > > > On Mon, Jul 23, 2018 at 10:01:26AM +0200, Jakub Hrozek wrote: > > > Unfortunately these tests don’t have an option to raise the debug level > > > so stepping throught them