[SSSD] [sssd PR#363][comment] Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-13)

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/363 Title: #363: Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-13) fidencio commented: """ @lslebodn: It's hard to do that without having the patches pushed in 1-14 branch. As our team is really bad at reviewing patches, I

[SSSD] [sssd PR#363][-Changes requested] Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-13)

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/363 Title: #363: Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-13) Label: -Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an

[SSSD] [sssd PR#359][comment] CONFDB: Do not crash with an invalid domain_type value

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/359 Title: #359: CONFDB: Do not crash with an invalid domain_type value fidencio commented: """ Hmm. Nice catch. @lslebodn. @jhrozek: ``` diff --git a/src/confdb/confdb.c b/src/confdb/confdb.c index 039d0fd8d..1db5a4862 100644 --- a/src/confdb/confdb.c +++

[SSSD] [sssd PR#362][comment] IPA: format fixes

2017-08-29 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/362 Title: #362: IPA: format fixes sumit-bose commented: """ @lslebodn, for clarification, do you prefer to define SPRItime to 'ld' or use '%ld' directly in the format template? """ See the full comment at https://github.com/SSSD/sssd/pull/362#issuecomme

[SSSD] [sssd PR#128][synchronized] Fix group renaming issue when "id_provider = ldap" is set

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/128 Author: fidencio Title: #128: Fix group renaming issue when "id_provider = ldap" is set Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/128/head:pr128 git checkout pr128 From

[SSSD] [sssd PR#128][comment] Fix group renaming issue when "id_provider = ldap" is set

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/128 Title: #128: Fix group renaming issue when "id_provider = ldap" is set fidencio commented: """ And I'm updating the patches as I've just realized that the link to the pagure issue is wrong. """ See the full comment at https://github.com/SSSD/sssd/pul

[SSSD] [sssd PR#128][comment] Fix group renaming issue when "id_provider = ldap" is set

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/128 Title: #128: Fix group renaming issue when "id_provider = ldap" is set fidencio commented: """ So, I've just made a simple test after talking to @jhrozek on #sssd. Here's the sssd.conf of my IPA client: ``` [root@clnt x86_64]# cat /etc/sssd/sssd.conf

[SSSD] [sssd PR#363][comment] Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-13)

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/363 Title: #363: Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-13) lslebodn commented: """ Do not cherry-pick patched directly from master. It's better to cherry-pick from 1.14 branch. Because it will be simpler to track wh

[SSSD] [sssd PR#363][+Changes requested] Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-13)

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/363 Title: #363: Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-13) Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an

[SSSD] [sssd PR#358][-Accepted] Requesting a pull to SSSD:master from jhrozek:pep8

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/358 Title: #358: Requesting a pull to SSSD:master from jhrozek:pep8 Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedoraho

[SSSD] [sssd PR#358][comment] Requesting a pull to SSSD:master from jhrozek:pep8

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/358 Title: #358: Requesting a pull to SSSD:master from jhrozek:pep8 lslebodn commented: """ BTW fixing pep8 warnings without enforcing this check in CI is a little bit wasted effort. """ See the full comment at https://github.com/SSSD/sssd/pull/358#issue

[SSSD] [sssd PR#358][+Changes requested] Requesting a pull to SSSD:master from jhrozek:pep8

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/358 Title: #358: Requesting a pull to SSSD:master from jhrozek:pep8 Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists

[SSSD] [sssd PR#359][-Accepted] CONFDB: Do not crash with an invalid domain_type value

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/359 Title: #359: CONFDB: Do not crash with an invalid domain_type value Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedo

[SSSD] [sssd PR#359][+Changes requested] CONFDB: Do not crash with an invalid domain_type value

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/359 Title: #359: CONFDB: Do not crash with an invalid domain_type value Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@l

[SSSD] [sssd PR#359][comment] CONFDB: Do not crash with an invalid domain_type value

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/359 Title: #359: CONFDB: Do not crash with an invalid domain_type value lslebodn commented: """ The same problem is in `CONFDB_DOMAIN_CASE_SENSITIVE` """ See the full comment at https://github.com/SSSD/sssd/pull/359#issuecomment-325783670

[SSSD] [sssd PR#364][comment] CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set

2017-08-29 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/364 Title: #364: CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set jhrozek commented: """ LGTM, I fired the internal CI just to do everything by the book before pushing.. """ See the full comment at https://github

[SSSD] [sssd PR#360][-Accepted] TESTS: Relax the assert in test_idle_timeout

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/360 Title: #360: TESTS: Relax the assert in test_idle_timeout Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.o

[SSSD] [sssd PR#360][+Changes requested] TESTS: Relax the assert in test_idle_timeout

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/360 Title: #360: TESTS: Relax the assert in test_idle_timeout Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedor

[SSSD] [sssd PR#360][comment] TESTS: Relax the assert in test_idle_timeout

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/360 Title: #360: TESTS: Relax the assert in test_idle_timeout lslebodn commented: """ IIRC there was a plan to update error reporting. Because following error is not very useful for troubleshooting: `AssertionError: assert (27 + 1) == 27` """ See the full

[SSSD] [sssd PR#362][comment] IPA: format fixes

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/362 Title: #362: IPA: format fixes lslebodn commented: """ Use "%ld" for time_t Or check 57cd3443dcb7c073c5a00a9f2c3c3a3030ae2d3e..aac071824f6c98003f30d49ab440c15b4b53692c """ See the full comment at https://github.com/SSSD/sssd/pull/362#issuecomment-325

[SSSD] [sssd PR#362][-Accepted] IPA: format fixes

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/362 Title: #362: IPA: format fixes 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#362][+Changes requested] IPA: format fixes

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/362 Title: #362: IPA: format fixes Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

[SSSD] [sssd PR#362][comment] IPA: format fixes

2017-08-29 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/362 Title: #362: IPA: format fixes lslebodn commented: """ use "%ld" for time_t """ See the full comment at https://github.com/SSSD/sssd/pull/362#issuecomment-325779931 ___ sssd-devel mailing list -- sssd-devel@

[SSSD] [sssd PR#362][+Accepted] IPA: format fixes

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/362 Title: #362: IPA: format fixes 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#362][comment] IPA: format fixes

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/362 Title: #362: IPA: format fixes fidencio commented: """ ACK! CI: http://vm-058-233.${abc}/logs/job/74/71/summary.html """ See the full comment at https://github.com/SSSD/sssd/pull/362#issuecomment-325748355 _

[SSSD] [sssd PR#364][comment] CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/364 Title: #364: CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set fidencio commented: """ Ops, made some mess commenting in the wrong bug. :-) """ See the full comment at https://github.com/SSSD/sssd/pull/364#is

[SSSD] [sssd PR#364][-Accepted] CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/364 Title: #364: CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an

[SSSD] [sssd PR#364][comment] CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/364 Title: #364: CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set fidencio commented: """ ACK! Ci: http://vm-058-233.${abc}/logs/job/74/71/summary.html """ See the full comment at https://github.com/SSSD/sssd/pul

[SSSD] [sssd PR#364][comment] CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/364 Title: #364: CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set fidencio commented: """ ACK! Ci: http://vm-058-233.${abc}/logs/job/74/71/summary.html """ See the full comment at https://github.com/SSSD/sssd/pul

[SSSD] [sssd PR#364][+Accepted] CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/364 Title: #364: CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an

[SSSD] [sssd PR#364][opened] CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/364 Author: fidencio Title: #364: CONFDB: Set a default value for subdomain_refresh_interval in case an invalid value is set Action: opened PR body: """ The code as it was seemed wrong as when an invalid value as set we neither error out nor set a defaul

[SSSD] [sssd PR#359][comment] CONFDB: Do not crash with an invalid domain_type value

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/359 Title: #359: CONFDB: Do not crash with an invalid domain_type value fidencio commented: """ CI failed due to https://pagure.io/SSSD/sssd/issue/2854, which is not related to this patch. http://vm-058-233.${abc}/logs/job/74/70/summary.html ACK! """ See

[SSSD] [sssd PR#359][+Accepted] CONFDB: Do not crash with an invalid domain_type value

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/359 Title: #359: CONFDB: Do not crash with an invalid domain_type value Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedo

[SSSD] [sssd PR#363][synchronized] Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-13)

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/363 Author: fidencio Title: #363: Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-13) Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/363/head:pr363

[SSSD] [sssd PR#362][comment] IPA: format fixes

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/362 Title: #362: IPA: format fixes fidencio commented: """ @sumit-bose, patch looks good (and here I'm assuming you built it on 32bits without any issue). I'll ACK the patch as soon as I hear back from our internal CI. :-) """ See the full comment at ht

[SSSD] [sssd PR#363][opened] Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-13)

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/363 Author: fidencio Title: #363: Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-13) Action: opened PR body: """ Some patches have been dropped from the original series as those touched files/functions that are not present

[SSSD] [sssd PR#362][opened] IPA: format fixes

2017-08-29 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/362 Author: sumit-bose Title: #362: IPA: format fixes Action: opened PR body: """ There are format warnings when compiling on 32bit. One is about time_t where I added SPRItime and the other is about size_t where %zu should be used. Related to https://pag

[SSSD] [sssd PR#361][comment] Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-14)

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/361 Title: #361: Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-14) fidencio commented: """ retest this, please """ See the full comment at https://github.com/SSSD/sssd/pull/361#issuecomment-325681340 __

[SSSD] [sssd PR#361][opened] Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-14)

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/361 Author: fidencio Title: #361: Add root (user, group, uid and gid) to the negative cache (backport to sssd-1-14) Action: opened PR body: """ Some patches have been dropped from the original series as those touched files/functions that are not present

[SSSD] [sssd PR#359][comment] CONFDB: Do not crash with an invalid domain_type value

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/359 Title: #359: CONFDB: Do not crash with an invalid domain_type value fidencio commented: """ Patch looks good and I'll add the "Accepted" label as soon as I get the result from our internal CI. """ See the full comment at https://github.com/SSSD/sssd/

[SSSD] [sssd PR#342][-Accepted] SELINUX: Use getseuserbyname to get IPA seuser

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/342 Title: #342: SELINUX: Use getseuserbyname to get IPA seuser Label: -Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted

[SSSD] [sssd PR#342][comment] SELINUX: Use getseuserbyname to get IPA seuser

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/342 Title: #342: SELINUX: Use getseuserbyname to get IPA seuser fidencio commented: """ @mzidek-rh: Here I'm guessing so would be better to wait and hear it from @lslebodn ... but what I understood from his comment is: "either we have equivalent functions

[SSSD] [sssd PR#360][comment] TESTS: Relax the assert in test_idle_timeout

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/360 Title: #360: TESTS: Relax the assert in test_idle_timeout fidencio commented: """ ACK! """ See the full comment at https://github.com/SSSD/sssd/pull/360#issuecomment-325628617 ___ sssd-devel mailing list --

[SSSD] [sssd PR#360][+Accepted] TESTS: Relax the assert in test_idle_timeout

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/360 Title: #360: TESTS: Relax the assert in test_idle_timeout Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.o

[SSSD] [sssd PR#358][comment] Requesting a pull to SSSD:master from jhrozek:pep8

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/358 Title: #358: Requesting a pull to SSSD:master from jhrozek:pep8 fidencio commented: """ ACK! """ See the full comment at https://github.com/SSSD/sssd/pull/358#issuecomment-325628536 ___ sssd-devel mailing li

[SSSD] [sssd PR#358][+Accepted] Requesting a pull to SSSD:master from jhrozek:pep8

2017-08-29 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/358 Title: #358: Requesting a pull to SSSD:master from jhrozek:pep8 Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedoraho

[SSSD] [sssd PR#342][+Accepted] SELINUX: Use getseuserbyname to get IPA seuser

2017-08-29 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/342 Title: #342: SELINUX: Use getseuserbyname to get IPA seuser Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted

[SSSD] [sssd PR#342][-Changes requested] SELINUX: Use getseuserbyname to get IPA seuser

2017-08-29 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/342 Title: #342: SELINUX: Use getseuserbyname to get IPA seuser Label: -Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fed

[SSSD] [sssd PR#342][comment] SELINUX: Use getseuserbyname to get IPA seuser

2017-08-29 Thread mzidek-rh
URL: https://github.com/SSSD/sssd/pull/342 Title: #342: SELINUX: Use getseuserbyname to get IPA seuser mzidek-rh commented: """ I am removing the changes requested and adding back the accepted label. @lslebodn If you had a specific function in mind you can point us to it and we can add it in a

[SSSD] Can someone review PR #225 (secrets quotas) ?

2017-08-29 Thread Jakub Hrozek
Hi, I've got a PR opened for some time that I would really like to merge for the next version: https://github.com/SSSD/sssd/pull/225 - SECRETS: Apply separate quotas for cn=secrets and cn=kcm It's been through several passes of a review already, so I think it would be easy to add the fina

[SSSD] [sssd PR#360][opened] TESTS: Relax the assert in test_idle_timeout

2017-08-29 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/360 Author: jhrozek Title: #360: TESTS: Relax the assert in test_idle_timeout Action: opened PR body: """ Resolves: https://pagure.io/SSSD/sssd/issue/3473 We're being quite strict in test_idle_timeout when checking for the number of open fds which lea

[SSSD] [sssd PR#359][opened] CONFDB: Do not crash with an invalid domain_type value

2017-08-29 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/359 Author: jhrozek Title: #359: CONFDB: Do not crash with an invalid domain_type value Action: opened PR body: """ If the domain_type parameter contained an invalid value, the error branch wouldn't have set the 'ret' parameter to an error condition, whic