[SSSD] [sssd PR#704][opened] PROXY: Copy the response to the caller

2018-12-03 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/704 Author: jhrozek Title: #704: PROXY: Copy the response to the caller Action: opened PR body: """ Resolves: https://pagure.io/SSSD/sssd/issue/3892 """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pul

[SSSD] [sssd PR#703][comment] nss: sssd returns '/' for emtpy home directories

2018-12-03 Thread simo5
URL: https://github.com/SSSD/sssd/pull/703 Title: #703: nss: sssd returns '/' for emtpy home directories simo5 commented: """ @thalman those other cases are already handled in the call right above your change. So if those are handled homdir will arelady be "not null". I think all you need to d

[SSSD] [sssd PR#703][comment] nss: sssd returns '/' for emtpy home directories

2018-12-03 Thread thalman
URL: https://github.com/SSSD/sssd/pull/703 Title: #703: nss: sssd returns '/' for emtpy home directories thalman commented: """ > This should probably not be specific to the files provider. > An empty home directory is a valid value and should be returned as is if the > source database specifie

[SSSD] [sssd PR#703][comment] nss: sssd returns '/' for emtpy home directories

2018-12-03 Thread thalman
URL: https://github.com/SSSD/sssd/pull/703 Title: #703: nss: sssd returns '/' for emtpy home directories thalman commented: """ > This should probably not be specific to the files provider. > An empty home directory is a valid value and should be returned as is if the > source database specifie

[SSSD] [sssd PR#703][comment] nss: sssd returns '/' for emtpy home directories

2018-12-03 Thread simo5
URL: https://github.com/SSSD/sssd/pull/703 Title: #703: nss: sssd returns '/' for emtpy home directories simo5 commented: """ This should probably not be specific to the files provider. An empty home directory is a valid value and should be returned as is if the source database specifies an emp

[SSSD] [sssd PR#703][opened] nss: sssd returns '/' for emtpy home directories

2018-12-03 Thread thalman
URL: https://github.com/SSSD/sssd/pull/703 Author: thalman Title: #703: nss: sssd returns '/' for emtpy home directories Action: opened PR body: """ For empty home directory in passwd file sssd returns "/". Sssd should respect system behaviour and return the same as nsswitch "files" module - r