[SSSD] [sssd PR#5608][+Accepted] nss: fix getsidbyname for IPA user-private-groups

2021-05-20 Thread elkoniu
  URL: https://github.com/SSSD/sssd/pull/5608
Title: #5608: nss: fix getsidbyname for IPA user-private-groups

Label: +Accepted
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5608][-Changes requested] nss: fix getsidbyname for IPA user-private-groups

2021-05-20 Thread elkoniu
  URL: https://github.com/SSSD/sssd/pull/5608
Title: #5608: nss: fix getsidbyname for IPA user-private-groups

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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5645][synchronized] SSSD man: man_dns_resolver_parameter_modification

2021-05-20 Thread DeepakDas7
   URL: https://github.com/SSSD/sssd/pull/5645
Author: DeepakDas7
 Title: #5645: SSSD man: man_dns_resolver_parameter_modification
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5645/head:pr5645
git checkout pr5645
From 9ab6cc0c031fd15da9d24c3cbf6fd4deba4b4e33 Mon Sep 17 00:00:00 2001
From: Deepak Das 
Date: Thu, 20 May 2021 20:30:33 +0530
Subject: [PATCH] SSSD man: man_dns_resolver_parameter_modification

Adding parameter dns_resolver_server_timeout
and dns_resolver_op_timeout in sssd.conf

Resolves: https://github.com/SSSD/sssd/issues/5616
---
 src/man/sssd.conf.5.xml | 39 +++
 1 file changed, 39 insertions(+)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index f121045c0b..e2db9dfdd3 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -3406,6 +3406,45 @@ pam_gssapi_indicators_map = sudo:pkinit, sudo-i:pkinit
 
 
 
+
+dns_resolver_server_timeout (integer)
+
+
+Defines the amount of time (in milliseconds)
+SSSD would try to talk to DNS server before
+trying next DNS server.
+
+
+Please see the section FAILOVER
+for more information about the service
+resolution.
+
+
+Default: 1000
+
+
+
+
+
+dns_resolver_op_timeout (integer)
+
+
+Defines the amount of time (in seconds) to
+wait to resolve single DNS query
+(e.g. resolution of a hostname or an SRV record)
+before try next hostname or DNS discovery.
+
+
+Please see the section FAILOVER
+for more information about the service
+resolution.
+
+
+Default: 3
+
+
+
+
 
 dns_resolver_timeout (integer)
 
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5645][synchronized] SSSD man: man_dns_resolver_parameter_modification

2021-05-20 Thread DeepakDas7
   URL: https://github.com/SSSD/sssd/pull/5645
Author: DeepakDas7
 Title: #5645: SSSD man: man_dns_resolver_parameter_modification
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5645/head:pr5645
git checkout pr5645
From 25843fcce629078b553d96d5c7e7b848c254d44e Mon Sep 17 00:00:00 2001
From: Deepak Das 
Date: Thu, 20 May 2021 20:30:33 +0530
Subject: [PATCH] SSSD man: man_dns_resolver_parameter_modification

Adding parameter dns_resolver_server_timeout
and dns_resolver_op_timeout in sssd.conf

Resolves: https://github.com/SSSD/sssd/issues/5616
---
 src/man/sssd.conf.5.xml | 39 +++
 1 file changed, 39 insertions(+)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index f121045c0b..59566a1c08 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -3406,6 +3406,45 @@ pam_gssapi_indicators_map = sudo:pkinit, sudo-i:pkinit
 
 
 
+
+dns_resolver_server_timeout (integer)
+
+
+Defines the amount of time (in milliseconds)
+SSSD would try to talk to DNS server before
+trying next DNS server.
+
+
+Please see the section FAILOVER
+for more information about the service
+resolution.
+
+
+Default: 1000
+
+
+
+
+
+dns_resolver_op_timeout (integer)
+
+
+Defines the amount of time (in seconds) to
+wait to try to resolve single DNS query
+(e.g. resolution of a hostname or an SRV record)
+before try next hostname or DNS discovery.
+
+
+Please see the section FAILOVER
+for more information about the service
+resolution.
+
+
+Default: 3
+
+
+
+
 
 dns_resolver_timeout (integer)
 
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5645][+Changes requested] SSSD man: man_dns_resolver_parameter_modification

2021-05-20 Thread ikerexxe
  URL: https://github.com/SSSD/sssd/pull/5645
Title: #5645: SSSD man: man_dns_resolver_parameter_modification

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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5645][+Bugzilla] SSSD man: man_dns_resolver_parameter_modification

2021-05-20 Thread ikerexxe
  URL: https://github.com/SSSD/sssd/pull/5645
Title: #5645: SSSD man: man_dns_resolver_parameter_modification

Label: +Bugzilla
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5645][synchronized] SSSD man: man_dns_resolver_parameter_modification

2021-05-20 Thread DeepakDas7
   URL: https://github.com/SSSD/sssd/pull/5645
Author: DeepakDas7
 Title: #5645: SSSD man: man_dns_resolver_parameter_modification
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5645/head:pr5645
git checkout pr5645
From de7d32ce64c17072d624fd8e74ca509b990968ee Mon Sep 17 00:00:00 2001
From: Deepak Das 
Date: Thu, 20 May 2021 20:30:33 +0530
Subject: [PATCH] SSSD man: man_dns_resolver_parameter_modification

Adding parameter dns_resolver_server_timeout
and dns_resolver_op_timeout in sssd.conf

Resolves: https://github.com/SSSD/sssd/issues/5616
---
 src/man/sssd.conf.5.xml | 39 +++
 1 file changed, 39 insertions(+)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index f121045c0b..2c06c317a3 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -3406,6 +3406,45 @@ pam_gssapi_indicators_map = sudo:pkinit, sudo-i:pkinit
 
 
 
+
+dns_resolver_server_timeout (integer)
+
+
+Defines the amount of time (in milliseconds)
+SSSD would try to talk to DNS servers before
+trying next DNS server.
+
+
+Please see the section FAILOVER
+for more information about the service
+resolution.
+
+
+Default: 1000
+
+
+
+
+
+dns_resolver_op_timeout (integer)
+
+
+Defines the amount of time (in seconds) to
+wait to try to resolve single DNS query
+(e.g. resolution of a hostname or an SRV record)
+before try next hostname or DNS discovery.
+
+
+Please see the section FAILOVER
+for more information about the service
+resolution.
+
+
+Default: 3
+
+
+
+
 
 dns_resolver_timeout (integer)
 
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5645][opened] SSSD man: man_dns_resolver_parameter_modification

2021-05-20 Thread DeepakDas7
   URL: https://github.com/SSSD/sssd/pull/5645
Author: DeepakDas7
 Title: #5645: SSSD man: man_dns_resolver_parameter_modification
Action: opened

PR body:
"""
Adding parameter dns_resolver_server_timeout
and dns_resolver_op_timeout in sssd.conf

Resolves: https://github.com/SSSD/sssd/issues/5616
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5645/head:pr5645
git checkout pr5645
From 45600eeb2f532f3a050ce532460a1d8b512fef52 Mon Sep 17 00:00:00 2001
From: Deepak Das 
Date: Thu, 20 May 2021 20:30:33 +0530
Subject: [PATCH] SSSD man: man_dns_resolver_parameter_modification

Adding parameter dns_resolver_server_timeout
and dns_resolver_op_timeout in sssd.conf

Resolves: https://github.com/SSSD/sssd/issues/5616
---
 src/man/sssd.conf.5.xml | 40 
 1 file changed, 40 insertions(+)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index f121045c0b..7faf1f23c0 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -3406,6 +3406,46 @@ pam_gssapi_indicators_map = sudo:pkinit, sudo-i:pkinit
 
 
 
+
+dns_resolver_server_timeout (integer)
+
+
+Defines the amount of time (in milliseconds)
+SSSD would try to talk to DNS servers before
+trying next DNS server.
+
+
+Please see the section FAILOVER
+for more information about the service
+resolution.
+
+
+Default: 1000
+
+
+
+
+
+dns_resolver_op_timeout (integer)
+
+
+Defines the amount of time (in milliseconds)
+Defines the amount of time (in seconds) to
+wait to try to resolve single DNS query
+(e.g. resolution of a hostname or an SRV record)
+before try next hostname or DNS discovery.
+
+
+Please see the section FAILOVER
+for more information about the service
+resolution.
+
+
+Default: 3
+
+
+
+
 
 dns_resolver_timeout (integer)
 
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5620][comment] Link frontend to backend requests

2021-05-20 Thread justin-stephenson
  URL: https://github.com/SSSD/sssd/pull/5620
Title: #5620: Link frontend to backend requests

justin-stephenson commented:
"""
Pushed new code addressing review items, the frontend/responder ID tracking 
changes in this PR may need to be changed or can be removed entirely if the 
tevent chain ID changes are merged. I'm unsure if I can assume those changes 
will be merged, or not, at this point.
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/5620#issuecomment-845186402
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5625][comment] SSSD Log: log_error_reading_file_msg_modification

2021-05-20 Thread DeepakDas7
  URL: https://github.com/SSSD/sssd/pull/5625
Title: #5625: SSSD Log: log_error_reading_file_msg_modification

DeepakDas7 commented:
"""
> @DeepakDas7 as we discussed on IRC ping me any time this PR will be ready for 
> review :)

Hi Pawel,

Thank you.

I have done the necessary changes. Can you kindly review  from your end.

Thanks and Regards,
Deepak Das

"""

See the full comment at 
https://github.com/SSSD/sssd/pull/5625#issuecomment-845039574
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5625][edited] SSSD Log: log_error_reading_file_msg_modification

2021-05-20 Thread DeepakDas7
   URL: https://github.com/SSSD/sssd/pull/5625
Author: DeepakDas7
 Title: #5625: SSSD Log: log_error_reading_file_msg_modification
Action: edited

 Changed field: title
Original value:
"""
[WIP] SSSD Log: log_error_reading_file_msg_modification
"""

___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5625][synchronized] [WIP] SSSD Log: log_error_reading_file_msg_modification

2021-05-20 Thread DeepakDas7
   URL: https://github.com/SSSD/sssd/pull/5625
Author: DeepakDas7
 Title: #5625: [WIP] SSSD Log: log_error_reading_file_msg_modification
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5625/head:pr5625
git checkout pr5625
From 8759198b88af4bfef5244a60e67229e125a859cf Mon Sep 17 00:00:00 2001
From: Deepak Das 
Date: Sun, 9 May 2021 17:14:34 +0530
Subject: [PATCH] SSSD Log: log_error_reading_file_msg_modification

Replacing error reading file error code with proper message

Resolves: https://github.com/SSSD/sssd/issues/5615
---
 src/providers/fail_over.c | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/providers/fail_over.c b/src/providers/fail_over.c
index 64344ff3fb..625e065b4d 100644
--- a/src/providers/fail_over.c
+++ b/src/providers/fail_over.c
@@ -29,6 +29,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "util/dlinklist.h"
 #include "util/refcount.h"
@@ -1188,9 +1189,17 @@ fo_resolve_service_done(struct tevent_req *subreq)
 >rhostent);
 talloc_zfree(subreq);
 if (ret != EOK) {
-DEBUG(SSSDBG_CRIT_FAILURE, "Failed to resolve server '%s': %s\n",
+if (resolv_status == EFAULT)
+{
+/* resolv_strerror(resolv_status) provided msg from c-ares lib. */
+DEBUG(SSSDBG_CRIT_FAILURE, "Failed to resolve server '%s': %s "
+  "[%s]\n", common->name,
+  resolv_strerror(resolv_status), _PATH_HOSTS);
+} else {
+DEBUG(SSSDBG_CRIT_FAILURE, "Failed to resolve server '%s': %s\n",
   common->name,
   resolv_strerror(resolv_status));
+}
 /* If the resolver failed to resolve a hostname but did not
  * encounter an error, tell the caller to retry another server.
  *
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5644][+Accepted] TOOLS: removed unneeded debug message

2021-05-20 Thread thalman
  URL: https://github.com/SSSD/sssd/pull/5644
Title: #5644: TOOLS: removed unneeded debug message

Label: +Accepted
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5644][-Waiting for review] TOOLS: removed unneeded debug message

2021-05-20 Thread thalman
  URL: https://github.com/SSSD/sssd/pull/5644
Title: #5644: TOOLS: removed unneeded debug message

Label: -Waiting for review
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5644][comment] TOOLS: removed unneeded debug message

2021-05-20 Thread thalman
  URL: https://github.com/SSSD/sssd/pull/5644
Title: #5644: TOOLS: removed unneeded debug message

thalman commented:
"""
Thank you for the patch, ACK
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/5644#issuecomment-844942794
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5644][+Waiting for review] TOOLS: removed unneeded debug message

2021-05-20 Thread alexey-tikhonov
  URL: https://github.com/SSSD/sssd/pull/5644
Title: #5644: TOOLS: removed unneeded debug message

Label: +Waiting for review
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[SSSD] [sssd PR#5636][comment] Improve assertion when verifying paths for Python modules

2021-05-20 Thread elkoniu
  URL: https://github.com/SSSD/sssd/pull/5636
Title: #5636: Improve assertion when verifying paths for Python modules

elkoniu commented:
"""
Small question - if usage of `os.path.abspatch` also solves the issue? Can you 
print how the paths are evaluated then?
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/5636#issuecomment-844892228
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure