[SSSD] [sssd PR#955][comment] tests: fix race confition in files provider tests
URL: https://github.com/SSSD/sssd/pull/955 Title: #955: tests: fix race confition in files provider tests alexey-tikhonov commented: """ https://pagure.io/SSSD/sssd/issue/4130 """ See the full comment at https://github.com/SSSD/sssd/pull/955#issuecomment-564107418 ___ 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
[SSSD] [sssd PR#956][closed] tests: fix race confition in enumeration tests
URL: https://github.com/SSSD/sssd/pull/956 Author: pbrezina Title: #956: tests: fix race confition in enumeration tests Action: closed To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/956/head:pr956 git checkout pr956 ___ 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
[SSSD] [sssd PR#956][comment] tests: fix race confition in enumeration tests
URL: https://github.com/SSSD/sssd/pull/956 Title: #956: tests: fix race confition in enumeration tests mzidek-rh commented: """ Superseeded in favor of #959 """ See the full comment at https://github.com/SSSD/sssd/pull/956#issuecomment-564093224 ___ 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
[SSSD] [sssd PR#956][+superseded] tests: fix race confition in enumeration tests
URL: https://github.com/SSSD/sssd/pull/956 Title: #956: tests: fix race confition in enumeration tests Label: +superseded ___ 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
[SSSD] [sssd PR#961][comment] INI: sssctl config-check command error messages
URL: https://github.com/SSSD/sssd/pull/961 Title: #961: INI: sssctl config-check command error messages thalman commented: """ Output on my testing machine: (Tue Dec 10 16:34:55:507048 2019) [sssd] [sss_ini_parse] (0x0010): Failed to parse configuration. Error 5. (Tue Dec 10 16:34:55:507192 2019) [sssd] [sss_ini_parse] (0x0010): Errors detected while parsing: /etc/sssd/sssd.conf (Tue Dec 10 16:34:55:507226 2019) [sssd] [sss_ini_config_print_errors] (0x0010): Error (2) on line 17: No closing bracket. (Tue Dec 10 16:34:55:507244 2019) [sssd] [sss_ini_read_sssd_conf] (0x0010): Failed to parse configuration. Failed to load configuration from /etc/sssd/sssd.conf. """ See the full comment at https://github.com/SSSD/sssd/pull/961#issuecomment-564092292 ___ 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
[SSSD] [sssd PR#956][-Changes requested] tests: fix race confition in enumeration tests
URL: https://github.com/SSSD/sssd/pull/956 Title: #956: tests: fix race confition in enumeration tests 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
[SSSD] [sssd PR#961][+Waiting for review] INI: sssctl config-check command error messages
URL: https://github.com/SSSD/sssd/pull/961 Title: #961: INI: sssctl config-check command error messages 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
[SSSD] [sssd PR#961][opened] INI: sssctl config-check command error messages
URL: https://github.com/SSSD/sssd/pull/961 Author: thalman Title: #961: INI: sssctl config-check command error messages Action: opened PR body: """ In case of parsing error sssctl config-check command does not give proper error messages with line number. With this patch the error message is printed again. Resolves: https://pagure.io/SSSD/sssd/issue/4129 """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/961/head:pr961 git checkout pr961 From 23e697819a688081f039c734ad6e03fe61f538d9 Mon Sep 17 00:00:00 2001 From: Tomas Halman Date: Tue, 10 Dec 2019 16:30:32 +0100 Subject: [PATCH] INI: sssctl config-check command error messages In case of parsing error sssctl config-check command does not give proper error messages with line number. With this patch the error message is printed again. Resolves: https://pagure.io/SSSD/sssd/issue/4129 --- src/util/sss_ini.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/sss_ini.c b/src/util/sss_ini.c index e3699805de..5d91602cdf 100644 --- a/src/util/sss_ini.c +++ b/src/util/sss_ini.c @@ -865,6 +865,7 @@ int sss_ini_read_sssd_conf(struct sss_ini *self, ret = sss_ini_parse(self); if (ret != EOK) { +sss_ini_config_print_errors(self->error_list); DEBUG(SSSDBG_FATAL_FAILURE, "Failed to parse configuration.\n"); return ERR_INI_PARSE_FAILED; } ___ 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
[SSSD] [sssd PR#911][comment] Update pam_sss.8.xml
URL: https://github.com/SSSD/sssd/pull/911 Title: #911: Update pam_sss.8.xml alexal commented: """ @sumit-bose , @mzidek-rh I apologize for the delay. I had too much work. I've updated a man page with all of the requested changes. Please take a look and let me know if something needs to be changed. """ See the full comment at https://github.com/SSSD/sssd/pull/911#issuecomment-564090022 ___ 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
[SSSD] [sssd PR#959][-Waiting for review] tests: fix race confition in enumeration tests
URL: https://github.com/SSSD/sssd/pull/959 Title: #959: tests: fix race confition in enumeration tests 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
[SSSD] [sssd PR#911][synchronized] Update pam_sss.8.xml
URL: https://github.com/SSSD/sssd/pull/911 Author: alexal Title: #911: Update pam_sss.8.xml Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/911/head:pr911 git checkout pr911 From 307ffd3c57ced7150851f62158b91e9c0f726ff6 Mon Sep 17 00:00:00 2001 From: Alex Rodin Date: Tue, 10 Dec 2019 10:32:04 -0500 Subject: [PATCH] Update pam_sss.8.xml pam_sss: Added return values on a man page Resolves: https://pagure.io/SSSD/sssd/issue/3672 --- src/man/pam_sss.8.xml | 198 ++ 1 file changed, 198 insertions(+) diff --git a/src/man/pam_sss.8.xml b/src/man/pam_sss.8.xml index 834d9d2683..cc20e51616 100644 --- a/src/man/pam_sss.8.xml +++ b/src/man/pam_sss.8.xml @@ -262,6 +262,204 @@ auth sufficient pam_sss.so allow_missing_name from other sources during access control. + +RETURN VALUES + + +PAM_SUCCESS + + +The PAM operation finished successfully. + + + + +PAM_USER_UNKNOWN + + +The user is not known to the authentication service or +the SSSD's PAM responder is not running. + + + + +PAM_AUTH_ERR + + +Authentication failure. Also, could be returned when there +is a problem with getting the certificate. + + + + +PAM_PERM_DENIED + + +Permission denied. The SSSD log files may contain additional +information about the error. + + + + +PAM_IGNORE + + +See options ignore_unknown_user and +ignore_authinfo_unavail. + + + + +PAM_AUTHTOK_ERR + + +Unable to obtain the new authentication token. Also, could be +returned when the user authenticates with certificates and +multiple certificates are available, but the installed version +of GDM does not support selection from multiple certificates. + + + + +PAM_AUTHINFO_UNAVAIL + + +Unable to access the authentication information. +This might be due to a network or hardware failure. + + + + +PAM_BUF_ERR + + +A memory error occurred. Also, could be returned when options +use_first_pass or use_authtok were set, but no password was +found from the previously stacked PAM module. + + + + +PAM_SYSTEM_ERR + + +A system error occurred. The SSSD log files may contain additional +information about the error. + + + + +PAM_CRED_ERR + + +Unable to set the credentials of the user. + + + + +PAM_CRED_INSUFFICIENT + + +The application does not have sufficient credentials +to authenticate the user. For example, missing PIN during +smartcard authentication or missing factor during +two-factor authentication. + + + + +PAM_SERVICE_ERR + + +Error in service module. + + + + +PAM_NEW_AUTHTOK_REQD + + +The user's authentication token has expired. + + + + +PAM_ACCT_EXPIRED + + +The user account has expired. + + + + +PAM_SESSION_ERR +
[SSSD] [sssd PR#959][+Accepted] tests: fix race confition in enumeration tests
URL: https://github.com/SSSD/sssd/pull/959 Title: #959: tests: fix race confition in enumeration tests 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
[SSSD] [sssd PR#959][comment] tests: fix race confition in enumeration tests
URL: https://github.com/SSSD/sssd/pull/959 Title: #959: tests: fix race confition in enumeration tests mzidek-rh commented: """ I will add my additional ACK. """ See the full comment at https://github.com/SSSD/sssd/pull/959#issuecomment-564088256 ___ 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
[SSSD] [sssd PR#959][comment] tests: fix race confition in enumeration tests
URL: https://github.com/SSSD/sssd/pull/959 Title: #959: tests: fix race confition in enumeration tests alexey-tikhonov commented: """ > Two passes were green. Running CI again. Fine again. """ See the full comment at https://github.com/SSSD/sssd/pull/959#issuecomment-564079512 ___ 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
[SSSD] [sssd PR#959][comment] tests: fix race confition in enumeration tests
URL: https://github.com/SSSD/sssd/pull/959 Title: #959: tests: fix race confition in enumeration tests alexey-tikhonov commented: """ Two passes were green. Running CI again. """ See the full comment at https://github.com/SSSD/sssd/pull/959#issuecomment-563996830 ___ 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
[SSSD] [sssd PR#960][+Waiting for review] server/be: fix incorrect handling of SIGTERM
URL: https://github.com/SSSD/sssd/pull/960 Title: #960: server/be: fix incorrect handling of SIGTERM 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