[SSSD] [sssd PR#123][comment] MAN: sssctl debug level

2017-01-13 Thread lslebodn
  URL: https://github.com/SSSD/sssd/pull/123
Title: #123: MAN: sssctl debug level

lslebodn commented:
"""
master:
* 1af143e258985b286bfe29ce942a4173e4eae8e0

sssd-1-14:
* 17c567f71f33ef6b0c51a5380b6427b1ea9b35
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/123#issuecomment-272528738
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#123][+Pushed] MAN: sssctl debug level

2017-01-13 Thread lslebodn
  URL: https://github.com/SSSD/sssd/pull/123
Title: #123: MAN: sssctl debug level

Label: +Pushed
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#123][closed] MAN: sssctl debug level

2017-01-13 Thread lslebodn
   URL: https://github.com/SSSD/sssd/pull/123
Author: mzidek-rh
 Title: #123: MAN: sssctl debug level
Action: closed

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/123/head:pr123
git checkout pr123
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#123][comment] MAN: sssctl debug level

2017-01-13 Thread lslebodn
  URL: https://github.com/SSSD/sssd/pull/123
Title: #123: MAN: sssctl debug level

lslebodn commented:
"""
ACK
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/123#issuecomment-272527375
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#94][comment] Enable {socket,dbus}-activation for responders

2017-01-13 Thread jhrozek
  URL: https://github.com/SSSD/sssd/pull/94
Title: #94: Enable {socket,dbus}-activation for responders

jhrozek commented:
"""
On Fri, Jan 13, 2017 at 02:52:49AM -0800, fidencio wrote:
> On Fri, Jan 13, 2017 at 11:42 AM, Jakub Hrozek 
> wrote:
> 
> > *@jhrozek* commented on this pull request.
> > --
> >
> > In src/util/util.c
> > :
> >
> > > @@ -1277,3 +1279,12 @@ bool is_user_or_group_name(const char 
> > > *sudo_user_value)
> >  /* Now it's either a username or a groupname */
> >  return true;
> >  }
> > +
> > +bool is_socket_activated(void)
> > +{
> > +#ifdef HAVE_SYSTEMD
> > +return !!socket_activated;
> >
> > Why the double negative here? is it converting int to bool?
> >
> 
> That's exactly the case.
> I may be mistaken in the way I implemented it, but the value get from the
> command line i stored as an int  and on this function I'm just return
> true/flase indicating wthether the service was socket-activated.
> 
> I'm not sure if I can just store the command line option as a bool, but
> I've seen it's not done with other bool command options (as debug-to-files,
> per example).

No, it looks like popt still only supports int. So this is probably OK,
although I would personally use the tri-state operator, but meh :)

"""

See the full comment at 
https://github.com/SSSD/sssd/pull/94#issuecomment-272498301
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#123][comment] MAN: sssctl debug level

2017-01-13 Thread mzidek-rh
  URL: https://github.com/SSSD/sssd/pull/123
Title: #123: MAN: sssctl debug level

mzidek-rh commented:
"""
Fixed typo in the commit message.
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/123#issuecomment-272491946
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#119][comment] Remove unused Attr type

2017-01-13 Thread mzidek-rh
  URL: https://github.com/SSSD/sssd/pull/119
Title: #119: Remove unused Attr type

mzidek-rh commented:
"""
ACK to all patches.

CI result:
http://sssd-ci.duckdns.org/logs/job/60/03/summary.html
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/119#issuecomment-272491240
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#119][+Accepted] Remove unused Attr type

2017-01-13 Thread mzidek-rh
  URL: https://github.com/SSSD/sssd/pull/119
Title: #119: Remove unused Attr type

Label: +Accepted
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#123][synchronized] MAN: sssctl debug level

2017-01-13 Thread mzidek-rh
   URL: https://github.com/SSSD/sssd/pull/123
Author: mzidek-rh
 Title: #123: MAN: sssctl debug level
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/123/head:pr123
git checkout pr123
From c68a78d472b4116a7023347d62c8b2543adf7be8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C5=BDidek?= 
Date: Fri, 13 Jan 2017 15:18:47 +0100
Subject: [PATCH] MAN: sssctl debug level

Use tools specific reference to debug level explanation in sssctl
man page.

Resolves:
https://fedorahosted.org/sssd/ticket/3085
---
 src/man/sssctl.8.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/man/sssctl.8.xml b/src/man/sssctl.8.xml
index cbb632b..7e19e00 100644
--- a/src/man/sssctl.8.xml
+++ b/src/man/sssctl.8.xml
@@ -57,7 +57,7 @@
 --debug
 LEVEL
 
-http://www.w3.org/2001/XInclude; href="include/debug_levels.xml" />
+http://www.w3.org/2001/XInclude; href="include/debug_levels_tools.xml" />
 
 
 
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#119][comment] Remove unused Attr type

2017-01-13 Thread lslebodn
  URL: https://github.com/SSSD/sssd/pull/119
Title: #119: Remove unused Attr type

lslebodn commented:
"""
On (13/01/17 07:51), mzidek-rh wrote:
>Patch: LDAP: Fix debug messages after errors in *_get_send
>Ack.
>
>Patch: LDAP: Removed unused attr_type from users_get_send
>I think it makes sense to remove the "TODO: handle attrs_type" comment from 
>both users_get_send and groups_get_send.
>
>Patch: LDAP: Remove unused parameter attr_type from groups_get_send
>See the previous comment.
>
Done. And remove few others in different patch
https://paste.fedoraproject.org/526759/48432367

LS

"""

See the full comment at 
https://github.com/SSSD/sssd/pull/119#issuecomment-272480660
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#119][synchronized] Remove unused Attr type

2017-01-13 Thread lslebodn
   URL: https://github.com/SSSD/sssd/pull/119
Author: lslebodn
 Title: #119: Remove unused Attr type
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/119/head:pr119
git checkout pr119
From b05638283964725a72b905fc5edf04ea27738044 Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik 
Date: Fri, 6 Jan 2017 15:16:59 +0100
Subject: [PATCH 1/6] LDAP: Fix debug messages after errors in *_get_send

---
 src/providers/ldap/ldap_id.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/providers/ldap/ldap_id.c b/src/providers/ldap/ldap_id.c
index fe0e219..26667a8 100644
--- a/src/providers/ldap/ldap_id.c
+++ b/src/providers/ldap/ldap_id.c
@@ -1730,7 +1730,7 @@ static struct tevent_req *get_user_and_group_send(TALLOC_CTX *memctx,
  state->filter_val, state->filter_type,
  state->attrs_type, state->noexist_delete, false);
 if (subreq == NULL) {
-DEBUG(SSSDBG_OP_FAILURE, "users_get_send failed.\n");
+DEBUG(SSSDBG_OP_FAILURE, "groups_get_send failed.\n");
 ret = ENOMEM;
 goto fail;
 }
@@ -1792,7 +1792,7 @@ static void get_user_and_group_groups_done(struct tevent_req *subreq)
 state->filter_val, state->filter_type, NULL,
 state->attrs_type, state->noexist_delete);
 if (subreq == NULL) {
-DEBUG(SSSDBG_OP_FAILURE, "groups_get_send failed.\n");
+DEBUG(SSSDBG_OP_FAILURE, "users_get_send failed.\n");
 tevent_req_error(req, ENOMEM);
 return;
 }

From 4e13e14b4168239906adfa93cb472774b49a017a Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik 
Date: Fri, 6 Jan 2017 15:21:58 +0100
Subject: [PATCH 2/6] LDAP: Removed unused attr_type from users_get_send

---
 src/providers/ldap/ldap_id.c | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/providers/ldap/ldap_id.c b/src/providers/ldap/ldap_id.c
index 26667a8..72dfc58 100644
--- a/src/providers/ldap/ldap_id.c
+++ b/src/providers/ldap/ldap_id.c
@@ -76,7 +76,6 @@ struct tevent_req *users_get_send(TALLOC_CTX *memctx,
   const char *filter_value,
   int filter_type,
   const char *extra_value,
-  int attrs_type,
   bool noexist_delete)
 {
 struct tevent_req *req;
@@ -303,7 +302,6 @@ struct tevent_req *users_get_send(TALLOC_CTX *memctx,
 goto done;
 }
 
-/* TODO: handle attrs_type */
 ret = build_attrs_from_map(state, ctx->opts->user_map,
ctx->opts->user_map_cnt,
NULL, >attrs, NULL);
@@ -1425,7 +1423,6 @@ sdap_handle_acct_req_send(TALLOC_CTX *mem_ctx,
 ar->filter_value,
 ar->filter_type,
 ar->extra_value,
-ar->attr_type,
 noexist_delete);
 break;
 
@@ -1541,7 +1538,6 @@ sdap_handle_acct_req_send(TALLOC_CTX *mem_ctx,
 ar->filter_value,
 ar->filter_type,
 ar->extra_value,
-ar->attr_type,
 noexist_delete);
 break;
 
@@ -1790,7 +1786,7 @@ static void get_user_and_group_groups_done(struct tevent_req *subreq)
 subreq = users_get_send(req, state->ev, state->id_ctx,
 state->sdom, user_conn,
 state->filter_val, state->filter_type, NULL,
-state->attrs_type, state->noexist_delete);
+state->noexist_delete);
 if (subreq == NULL) {
 DEBUG(SSSDBG_OP_FAILURE, "users_get_send failed.\n");
 tevent_req_error(req, ENOMEM);

From 37620118218f3aad75ac5adb0d8fc1bd9404ffb5 Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik 
Date: Fri, 6 Jan 2017 15:31:57 +0100
Subject: [PATCH 3/6] LDAP: Remove unused parameter attr_type from
 groups_get_send

---
 src/providers/ipa/ipa_subdomains_ext_groups.c |  2 +-
 src/providers/ldap/ldap_common.h  |  1 -
 src/providers/ldap/ldap_id.c  | 12 +---
 src/providers/ldap/sdap_async_initgroups.c|  2 +-
 src/providers/ldap/sdap_async_initgroups_ad.c |  2 +-
 5 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/src/providers/ipa/ipa_subdomains_ext_groups.c b/src/providers/ipa/ipa_subdomains_ext_groups.c
index 90460bc..d5727cc 100644
--- a/src/providers/ipa/ipa_subdomains_ext_groups.c
+++ b/src/providers/ipa/ipa_subdomains_ext_groups.c
@@ -888,7 +888,7 @@ static void ipa_add_ad_memberships_get_next(struct tevent_req *req)
  

[SSSD] [sssd PR#119][comment] Remove unused Attr type

2017-01-13 Thread mzidek-rh
  URL: https://github.com/SSSD/sssd/pull/119
Title: #119: Remove unused Attr type

mzidek-rh commented:
"""
Patch: LDAP: Fix debug messages after errors in *_get_send
Ack.

Patch: LDAP: Removed unused attr_type from users_get_send
I think it makes sense to remove the "TODO: handle attrs_type" comment from 
both users_get_send and groups_get_send.

Patch: LDAP: Remove unused parameter attr_type from groups_get_send
See the previous comment.

Patch: DP: Remove unused constants BE_ATTR_*
Ack.

Patch: DP: Remove unused attr_type from struct dp_id_data
Ack.

Summary: The requested changes are only removing comments, so I will run the CI 
on the current code. The acks are not valid until the CI is done :)
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/119#issuecomment-272476090
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#85][comment] SYSDB: Removing of sysdb_try_to_find_expected_dn()

2017-01-13 Thread celestian
  URL: https://github.com/SSSD/sssd/pull/85
Title: #85: SYSDB: Removing of sysdb_try_to_find_expected_dn()

celestian commented:
"""
There is new version if somebody would like to look how I fight.
The positive test case ```test_user_is_on_batch``` is ready,
the negative test case ```test_user_is_on_batch``` needs changes in env. setup
(it is copied from the first case).
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/85#issuecomment-272460868
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#85][synchronized] SYSDB: Removing of sysdb_try_to_find_expected_dn()

2017-01-13 Thread celestian
   URL: https://github.com/SSSD/sssd/pull/85
Author: celestian
 Title: #85: SYSDB: Removing of sysdb_try_to_find_expected_dn()
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/85/head:pr85
git checkout pr85
From f2aff7002cf62fe6487d0b6065c0c14359040891 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C4=8Cech?= 
Date: Wed, 4 Jan 2017 15:33:30 +0100
Subject: [PATCH 1/3] SYSDB: Removing of sysdb_try_to_find_expected_dn()

Currently in order to match multiple LDAP search results we
use two different functions - we have sysdb_try_to_find_expected_dn()
but also sdap_object_in_domain().

This patch removes sysdb_try_to_find_expected_dn() and add new
sdap_search_initgr_user_in_batch() based on sdap_object_in_domain().
This function covers necessary logic.

Resolves:
https://fedorahosted.org/sssd/ticket/3230
---
 src/db/sysdb.h |   6 -
 src/db/sysdb_subdomains.c  | 332 -
 src/providers/ldap/sdap.c  |   6 +-
 src/providers/ldap/sdap.h  |   4 +
 src/providers/ldap/sdap_async_initgroups.c |  28 ++-
 src/tests/cmocka/test_sysdb_subdomains.c   | 104 -
 6 files changed, 30 insertions(+), 450 deletions(-)

diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 407a197..ae3ff35 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -1309,10 +1309,4 @@ errno_t sysdb_handle_original_uuid(const char *orig_name,
struct sysdb_attrs *dest_attrs,
const char *dest_name);
 
-errno_t sysdb_try_to_find_expected_dn(struct sss_domain_info *dom,
-  const char *domain_component_name,
-  const char *ldap_search_base,
-  struct sysdb_attrs **usr_attrs,
-  size_t count,
-  struct sysdb_attrs **exp_usr);
 #endif /* __SYS_DB_H__ */
diff --git a/src/db/sysdb_subdomains.c b/src/db/sysdb_subdomains.c
index 7801404..1f43bfc 100644
--- a/src/db/sysdb_subdomains.c
+++ b/src/db/sysdb_subdomains.c
@@ -1144,335 +1144,3 @@ errno_t sysdb_subdomain_delete(struct sysdb_ctx *sysdb, const char *name)
 talloc_free(tmp_ctx);
 return ret;
 }
-
-static errno_t match_cn_users(TALLOC_CTX *tmp_ctx,
-  struct sysdb_attrs **usr_attrs,
-  size_t count,
-  const char *dom_basedn,
-  struct sysdb_attrs **_result)
-{
-errno_t ret;
-const char *orig_dn;
-size_t dn_len;
-struct sysdb_attrs *result = NULL;
-const char *result_dn_str = NULL;
-char *cn_users_basedn;
-size_t cn_users_basedn_len;
-
-cn_users_basedn = talloc_asprintf(tmp_ctx, "%s%s", "cn=users,", dom_basedn);
-if (cn_users_basedn == NULL) {
-ret = ENOMEM;
-goto done;
-}
-cn_users_basedn_len = strlen(cn_users_basedn);
-DEBUG(SSSDBG_TRACE_ALL, "cn=users baseDN is [%s].\n", cn_users_basedn);
-
-for (size_t c = 0; c < count; c++) {
-ret = sysdb_attrs_get_string(usr_attrs[c], SYSDB_ORIG_DN, _dn);
-if (ret != EOK) {
-DEBUG(SSSDBG_OP_FAILURE, "sysdb_attrs_get_string failed.\n");
-goto done;
-}
-dn_len = strlen(orig_dn);
-
-if (dn_len > cn_users_basedn_len
-&& strcasecmp(orig_dn + (dn_len - cn_users_basedn_len),
-  cn_users_basedn) == 0) {
-DEBUG(SSSDBG_TRACE_ALL,
-  "Found matching dn [%s].\n", orig_dn);
-if (result != NULL) {
-DEBUG(SSSDBG_OP_FAILURE,
-  "Found 2 matching DN [%s] and [%s], expecting only 1.\n",
-  result_dn_str, orig_dn);
-ret = EINVAL;
-goto done;
-}
-result = usr_attrs[c];
-result_dn_str = orig_dn;
-}
-}
-
-ret = EOK;
-done:
-*_result = result;
-return ret;
-}
-
-static errno_t match_non_dc_comp(TALLOC_CTX *tmp_ctx,
- struct sss_domain_info *dom,
- struct sysdb_attrs **usr_attrs,
- size_t count,
- struct ldb_dn *ldb_basedn,
- const char *basedn,
- const char *domain_component_name,
- struct sysdb_attrs **_result)
-{
-errno_t ret;
-const char *orig_dn;
-size_t orig_dn_len;
-size_t basedn_len;
-struct ldb_context *ldb_ctx;
-struct ldb_dn *ldb_orig_dn;
-int dn_comp_num;
-int basedn_comp_num;
-const char *component_name;
-struct sysdb_attrs *result = NULL;
-const char *result_dn_str = NULL;
-
-ldb_ctx = 

[SSSD] [sssd PR#123][opened] MAN: sssctl debug level

2017-01-13 Thread mzidek-rh
   URL: https://github.com/SSSD/sssd/pull/123
Author: mzidek-rh
 Title: #123: MAN: sssctl debug level
Action: opened

PR body:
"""
Use tools specific reference to debog level explanation in sssctl
man page.

Resolves:
https://fedorahosted.org/sssd/ticket/3085
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/123/head:pr123
git checkout pr123
From 5c842ecc9f22f85ca12099818ab3cdd9c6ab6237 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C5=BDidek?= 
Date: Fri, 13 Jan 2017 15:18:47 +0100
Subject: [PATCH] MAN: sssctl debug level

Use tools specific reference to debog level explanation in sssctl
man page.

Resolves:
https://fedorahosted.org/sssd/ticket/3085
---
 src/man/sssctl.8.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/man/sssctl.8.xml b/src/man/sssctl.8.xml
index cbb632b..7e19e00 100644
--- a/src/man/sssctl.8.xml
+++ b/src/man/sssctl.8.xml
@@ -57,7 +57,7 @@
 --debug
 LEVEL
 
-http://www.w3.org/2001/XInclude; href="include/debug_levels.xml" />
+http://www.w3.org/2001/XInclude; href="include/debug_levels_tools.xml" />
 
 
 
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


[SSSD] [sssd PR#94][comment] Enable {socket,dbus}-activation for responders

2017-01-13 Thread fidencio
  URL: https://github.com/SSSD/sssd/pull/94
Title: #94: Enable {socket,dbus}-activation for responders

fidencio commented:
"""
On Fri, Jan 13, 2017 at 11:42 AM, Jakub Hrozek 
wrote:

> *@jhrozek* commented on this pull request.
> --
>
> In src/util/util.c
> :
>
> > @@ -1277,3 +1279,12 @@ bool is_user_or_group_name(const char 
> > *sudo_user_value)
>  /* Now it's either a username or a groupname */
>  return true;
>  }
> +
> +bool is_socket_activated(void)
> +{
> +#ifdef HAVE_SYSTEMD
> +return !!socket_activated;
>
> Why the double negative here? is it converting int to bool?
>

That's exactly the case.
I may be mistaken in the way I implemented it, but the value get from the
command line i stored as an int  and on this function I'm just return
true/flase indicating wthether the service was socket-activated.

I'm not sure if I can just store the command line option as a bool, but
I've seen it's not done with other bool command options (as debug-to-files,
per example).


> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> , or mute
> the thread
> 
> .
>

"""

See the full comment at 
https://github.com/SSSD/sssd/pull/94#issuecomment-272415634
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


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

2017-01-13 Thread jhrozek
  URL: https://github.com/SSSD/sssd/pull/107
Title: #107: WATCHDOG: Avoid non async-signal-safe from the signal_handler

Label: +Accepted
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org


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

2017-01-13 Thread jhrozek
  URL: https://github.com/SSSD/sssd/pull/107
Title: #107: WATCHDOG: Avoid non async-signal-safe from the signal_handler

jhrozek commented:
"""
To me as well. I tested again the watchdog restart and the timeshift and both 
cases work fine.
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/107#issuecomment-272409701
___
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org