[SSSD] [sssd PR#712][comment] SSSCTL: user-checks does not show custom attributes

2019-01-15 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/712 Title: #712: SSSCTL: user-checks does not show custom attributes sumit-bose commented: """ > Thanks, yes, this is how I reproduced the bug as well. But while I agree the > issue is not related to the patch per se, I don't know if I can test the >

[SSSD] [sssd PR#712][comment] SSSCTL: user-checks does not show custom attributes

2019-01-15 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/712 Title: #712: SSSCTL: user-checks does not show custom attributes jhrozek commented: """ Thanks, yes, this is how I reproduced the bug as well. But while I agree the issue is not related to the patch per se, I don't know if I can test the patch

[SSSD] [sssd PR#712][comment] SSSCTL: user-checks does not show custom attributes

2019-01-15 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/712 Title: #712: SSSCTL: user-checks does not show custom attributes sumit-bose commented: """ @pbrezina, I can reproduce the crash with current master and ``` [ifp] user_attributes = +telephoneNumber ... [domain/...] ldap_user_extra_attrs =

[SSSD] [sssd PR#733][opened] providers/ldap: abort unsecure authentication requests

2019-01-15 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/733 Author: alexey-tikhonov Title: #733: providers/ldap: abort unsecure authentication requests Action: opened PR body: """ Abort LDAP authentication if the connection is not authenticated and SDAP_DISABLE_AUTH_TLS is off. Resolves: