[SSSD] [sssd PR#694][+Changes requested] SSSCTL: user-show says that user is expired

2018-11-21 Thread jhrozek
  URL: https://github.com/SSSD/sssd/pull/694
Title: #694: SSSCTL: user-show says that user is expired

Label: +Changes requested
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org


[SSSD] [sssd PR#697][+Changes requested] RESPONDER: Log failures from bind() and listen()

2018-11-21 Thread jhrozek
  URL: https://github.com/SSSD/sssd/pull/697
Title: #697: RESPONDER: Log failures from bind() and listen()

Label: +Changes requested
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org


[SSSD] [sssd PR#694][comment] SSSCTL: user-show says that user is expired

2018-11-21 Thread sumit-bose
  URL: https://github.com/SSSD/sssd/pull/694
Title: #694: SSSCTL: user-show says that user is expired

sumit-bose commented:
"""
> I think you can simplify the condition to:
> 
> ```
> +if (strcasecmp(dom->provider, "files") == 0) {

jfyi, there is is_files_provider() as well.

> +*_value = "Never";
> +return EOK;
> +}
> ```


"""

See the full comment at 
https://github.com/SSSD/sssd/pull/694#issuecomment-440680104
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org


[SSSD] [sssd PR#694][comment] SSSCTL: user-show says that user is expired

2018-11-21 Thread pbrezina
  URL: https://github.com/SSSD/sssd/pull/694
Title: #694: SSSCTL: user-show says that user is expired

pbrezina commented:
"""
I think you can simplify the condition to:
```
+if (strcasecmp(dom->provider, "files") == 0) {
+*_value = "Never";
+return EOK;
+}
```
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/694#issuecomment-440641917
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org


[SSSD] [sssd PR#650][comment] Implement a hybrid mode of generating private groups

2018-11-21 Thread jhrozek
  URL: https://github.com/SSSD/sssd/pull/650
Title: #650: Implement a hybrid mode of generating private groups

jhrozek commented:
"""
I pushed new patches mostly to have a backup of my work. But there is yet 
another requirement that needs to be fullfilled, so nothing to review at the 
moment..
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/650#issuecomment-440619262
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org


[SSSD] [sssd PR#697][comment] RESPONDER: Log failures from bind() and listen()

2018-11-21 Thread pbrezina
  URL: https://github.com/SSSD/sssd/pull/697
Title: #697: RESPONDER: Log failures from bind() and listen()

pbrezina commented:
"""
I know it does not do any difference in this case but we should stay consistent 
across the code.
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/697#issuecomment-440612486
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org


[SSSD] [sssd PR#697][comment] RESPONDER: Log failures from bind() and listen()

2018-11-21 Thread pbrezina
  URL: https://github.com/SSSD/sssd/pull/697
Title: #697: RESPONDER: Log failures from bind() and listen()

pbrezina commented:
"""
You should use `sss_strerror` instead of `strerror`.
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/697#issuecomment-440612265
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org