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

Reply via email to