[SSSD] [sssd PR#107][comment] WATCHDOG: Avoid non async-signal-safe from the signal_handler

2017-01-01 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/107 Title: #107: WATCHDOG: Avoid non async-signal-safe from the signal_handler lslebodn commented: """ retest this please """ See the full comment at https://github.com/SSSD/sssd/pull/107#issuecomment-269941038

[SSSD] [sssd PR#110][comment] Add more DEBUG messages to help admins diagnose Kerberos login failures

2017-01-01 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/110 Title: #110: Add more DEBUG messages to help admins diagnose Kerberos login failures lslebodn commented: """ retest this please """ See the full comment at https://github.com/SSSD/sssd/pull/110#issuecomment-269941020 _

[SSSD] [sssd PR#116][opened] intg: Generate tmp dir with lowercase

2017-01-01 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/116 Author: lslebodn Title: #116: intg: Generate tmp dir with lowercase Action: opened PR body: """ This is a workaround for buggy python-requests 2.12.4. It cannot handle uppercase letters in file path. The manual page MKTEMP(1) says that the parameter

[SSSD] [sssd PR#117][opened] Fix compilation with python3.6

2017-01-01 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/117 Author: lslebodn Title: #117: Fix compilation with python3.6 Action: opened PR body: """ Autotools does not generate defines in conditional way (ifndef .. define) and therefore it might happen that "defines" in config.h migt redefine some macros in di