[SSSD] [sssd PR#60][comment] Document ad_access_filter search for nested groups

2016-10-25 Thread abbra
URL: https://github.com/SSSD/sssd/pull/60 Title: #60: Document ad_access_filter search for nested groups abbra commented: """ Please use this URL: https://msdn.microsoft.com/en-us/library/cc223367.aspx """ See the full comment at https://github.com/SSSD/sssd/

[SSSD] [sssd PR#193][comment] UTIL: Use max 15 characters for AD host UPN

2017-03-30 Thread abbra
URL: https://github.com/SSSD/sssd/pull/193 Title: #193: UTIL: Use max 15 characters for AD host UPN abbra commented: """ I think the requirement for computer accounts comes from NT compatibility where it is based on NetBIOS spec. Note that samAccountName is not limited by

[SSSD] [sssd PR#268][comment] pam_sss: add support for SSS_PAM_CERT_INFO_WITH_HINT

2017-05-11 Thread abbra
URL: https://github.com/SSSD/sssd/pull/268 Title: #268: pam_sss: add support for SSS_PAM_CERT_INFO_WITH_HINT abbra commented: """ Still, why you cannot make that decision without an option's help? Sorry, I don't see a difference -- why by seeing a certificate `pam_sss` cannot

[SSSD] [sssd PR#268][comment] pam_sss: add support for SSS_PAM_CERT_INFO_WITH_HINT

2017-05-11 Thread abbra
URL: https://github.com/SSSD/sssd/pull/268 Title: #268: pam_sss: add support for SSS_PAM_CERT_INFO_WITH_HINT abbra commented: """ I opened RFE https://pagure.io/SSSD/sssd/issue/3396 to discuss details of this. I believe "sending potentially bogus data to SSSD"

[SSSD] [sssd PR#467][comment] nss-idmap: allow NULL result in *_timeout calls

2017-12-08 Thread abbra
URL: https://github.com/SSSD/sssd/pull/467 Title: #467: nss-idmap: allow NULL result in *_timeout calls abbra commented: """ I just did a test with slapi-nis that evicts users/groups from cache in case ID overrides did change and everything worked with this pull request while

[SSSD] [sssd PR#522][opened] Prepare SSSD to support IPA in trust to Samba AD

2018-02-22 Thread abbra
URL: https://github.com/SSSD/sssd/pull/522 Author: abbra Title: #522: Prepare SSSD to support IPA in trust to Samba AD Action: opened PR body: """ This pull request prepares SSSD ipa provider to support IPA in trust to Samba AD but the same changes are needed for a prop

[SSSD] [sssd PR#620][comment] Add pam_cert_pam_services option

2018-08-08 Thread abbra
URL: https://github.com/SSSD/sssd/pull/620 Title: #620: Add pam_cert_pam_services option abbra commented: """ I'm also fine with @lslebodn patch """ See the full comment at https://github.com/SSSD/sssd/pull/620#issuecomment-411374966

[SSSD] [sssd PR#620][comment] Add pam_cert_pam_services option

2018-08-08 Thread abbra
URL: https://github.com/SSSD/sssd/pull/620 Title: #620: Add pam_cert_pam_services option abbra commented: """ I think +service style is better. Sorry for slow answers, I'm at the conference this week. """ See the full comment at https://github.com/SSSD/sssd/p

[SSSD] [sssd PR#620][opened] Add pam_cert_pam_services option

2018-07-20 Thread abbra
URL: https://github.com/SSSD/sssd/pull/620 Author: abbra Title: #620: Add pam_cert_pam_services option Action: opened PR body: """ Allow customizing which PAM services are allowed to perform smartcard authentication. Fixes: https://pagure.io/SSSD/sssd/issue/3775 ""

[SSSD] [sssd PR#522][comment] Prepare SSSD to support IPA in trust to Samba AD

2018-07-09 Thread abbra
URL: https://github.com/SSSD/sssd/pull/522 Title: #522: Prepare SSSD to support IPA in trust to Samba AD abbra commented: """ @jhrozek ping, is it possible to review this pull request? """ See the full comment at https://github.com/SSSD/sssd/p

[SSSD] [sssd PR#522][synchronized] Prepare SSSD to support IPA in trust to Samba AD

2018-03-02 Thread abbra
URL: https://github.com/SSSD/sssd/pull/522 Author: abbra Title: #522: Prepare SSSD to support IPA in trust to Samba AD Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/522/head:pr522 git checkout pr522 From

[SSSD] [sssd PR#522][synchronized] Prepare SSSD to support IPA in trust to Samba AD

2018-02-28 Thread abbra
URL: https://github.com/SSSD/sssd/pull/522 Author: abbra Title: #522: Prepare SSSD to support IPA in trust to Samba AD Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/522/head:pr522 git checkout pr522 From

[SSSD] [sssd PR#522][synchronized] Prepare SSSD to support IPA in trust to Samba AD

2018-02-28 Thread abbra
URL: https://github.com/SSSD/sssd/pull/522 Author: abbra Title: #522: Prepare SSSD to support IPA in trust to Samba AD Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/522/head:pr522 git checkout pr522 From

[SSSD] [sssd PR#522][comment] Prepare SSSD to support IPA in trust to Samba AD

2018-02-28 Thread abbra
URL: https://github.com/SSSD/sssd/pull/522 Title: #522: Prepare SSSD to support IPA in trust to Samba AD abbra commented: """ @jhrozek @sumit-bose I've updated the patches to address Jakub's comments.TDO lookup should only be performed in the server mode, so I added that. At t

[SSSD] [sssd PR#522][synchronized] Prepare SSSD to support IPA in trust to Samba AD

2018-06-29 Thread abbra
URL: https://github.com/SSSD/sssd/pull/522 Author: abbra Title: #522: Prepare SSSD to support IPA in trust to Samba AD Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/522/head:pr522 git checkout pr522 From

[SSSD] [sssd PR#522][comment] Prepare SSSD to support IPA in trust to Samba AD

2018-06-29 Thread abbra
URL: https://github.com/SSSD/sssd/pull/522 Title: #522: Prepare SSSD to support IPA in trust to Samba AD abbra commented: """ @jhrozek, @sumit-bose I've updated this pull request with a new code that adds a missing `cn=trusts,$SUFFIX` base after a user base is parsed. I find

[SSSD] [sssd PR#683][comment] PYSSS: Re-add the pysss.getgrouplist() interface

2018-10-24 Thread abbra
URL: https://github.com/SSSD/sssd/pull/683 Title: #683: PYSSS: Re-add the pysss.getgrouplist() interface abbra commented: """ Looks good to me. Thank you, @jhrozek """ See the full comment at https://github.com/SSSD/sssd/p

[SSSD] [sssd PR#798][comment] ipa: ipa_getkeytab don't call libnss_sss

2019-04-01 Thread abbra
URL: https://github.com/SSSD/sssd/pull/798 Title: #798: ipa: ipa_getkeytab don't call libnss_sss abbra commented: """ Looks nice to me too. In this environment and execution flow we do not expect to resolve any of non-system users because the only user we would need to car

[SSSD] [sssd PR#850][comment] sudo: use proper datetime for default modifyTimestamp value

2019-07-18 Thread abbra
URL: https://github.com/SSSD/sssd/pull/850 Title: #850: sudo: use proper datetime for default modifyTimestamp value abbra commented: """ Thanks. Please push. """ See the full comment at https://github.com/SSSD/sssd/p

[SSSD] [sssd PR#850][+Accepted] sudo: use proper datetime for default modifyTimestamp value

2019-07-18 Thread abbra
URL: https://github.com/SSSD/sssd/pull/850 Title: #850: sudo: use proper datetime for default modifyTimestamp value Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#850][comment] sudo: use proper datetime for default modifyTimestamp value

2019-07-17 Thread abbra
URL: https://github.com/SSSD/sssd/pull/850 Title: #850: sudo: use proper datetime for default modifyTimestamp value abbra commented: """ LGTM but could you please add a comment to the commit message about a particular format of the timestamp (the fact that month and day cannot

[SSSD] [sssd PR#905][comment] Don't ignore host entries in Group Policy security filters

2019-11-13 Thread abbra
URL: https://github.com/SSSD/sssd/pull/905 Title: #905: Don't ignore host entries in Group Policy security filters abbra commented: """ @dmulder they need to be reviewed by SSSD core team (I'm not the one ;)), so we need a review from @pbrezina and @sumit-bose, at least. &q

[SSSD] [sssd PR#905][comment] WIP: Don't ignore host entries in Group Policy security filters

2019-10-18 Thread abbra
URL: https://github.com/SSSD/sssd/pull/905 Title: #905: WIP: Don't ignore host entries in Group Policy security filters abbra commented: """ Few observations: - we already have code to translate between string/structure for SIDs, why there is a need for another one? - may be y

[SSSD] [sssd PR#905][comment] WIP: Don't ignore host entries in Group Policy security filters

2019-10-23 Thread abbra
URL: https://github.com/SSSD/sssd/pull/905 Title: #905: WIP: Don't ignore host entries in Group Policy security filters abbra commented: """ Sure, David. See src/lib/idmap/sss_idmap.h for SID-related functions. For accessing `ad_hostname`, you have it already in the `struct ad_g

[SSSD] [sssd PR#5300][comment] ad: use parallel cldap ping for site discovery

2020-09-17 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5300 Title: #5300: ad: use parallel cldap ping for site discovery abbra commented: """ @pbrezina I see linking failures: ``` /usr/bin/ld: /tmp/nss-srv-tests.hGpNig.ltrans0.ltrans.o: in function `__wrap_sss_packet_get_body': /builddir/b

[SSSD] [sssd PR#5367][comment] pam: add pam_sss_gss module for gssapi authentication

2020-11-26 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5367 Title: #5367: pam: add pam_sss_gss module for gssapi authentication abbra commented: """ You can pass `ccache` in client creds store you pass to `gss_acquire_cred_from()`. You are already using `keytab` there, passing `ccache

[SSSD] [sssd PR#5367][comment] pam: add pam_sss_gss module for gssapi authentication

2020-12-04 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5367 Title: #5367: pam: add pam_sss_gss module for gssapi authentication abbra commented: """ > While testing I came across a behavior which can be a bug or a feature and we > should decide how to handle and/or document it. > &g

[SSSD] [sssd PR#5251][comment] subdomains: allow to inherit case_sensitive=Preserving

2021-01-18 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving abbra commented: """ For what it worth, IPA always lowcases user and group names when storing in LDAP, there is no way to avoid it. """ See the full

[SSSD] [sssd PR#5476][opened] sudo runas: do not add '%' to external groups in IPA

2021-01-25 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5476 Author: abbra Title: #5476: sudo runas: do not add '%' to external groups in IPA Action: opened PR body: """ When IPA allows to add AD users and groups directly to sudo rules (FreeIPA 4.9.1 or later), external groups will already

[SSSD] [sssd PR#5476][synchronized] sudo runas: do not add '%' to external groups in IPA

2021-01-25 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5476 Author: abbra Title: #5476: sudo runas: do not add '%' to external groups in IPA Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5476/head:pr5476 git checkout pr5476 From

[SSSD] [sssd PR#5494][comment] pam_sss_gss: support authentication indicators

2021-02-08 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Title: #5494: pam_sss_gss: support authentication indicators abbra commented: """ It now works for me. Here is a test on Fedora 33: ``` [admin@master ~]$ export KRB5CCNAME=/tmp/admin.cc [admin@master ~]$ sudo -l pam_sss_gss: Init

[SSSD] [sssd PR#5494][synchronized] pam_sss_gss: support authentication indicators

2021-02-08 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Author: abbra Title: #5494: pam_sss_gss: support authentication indicators Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5494/head:pr5494 git checkout pr5494 From

[SSSD] [sssd PR#5494][comment] pam_sss_gss: support authentication indicators

2021-02-08 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Title: #5494: pam_sss_gss: support authentication indicators abbra commented: """ Thanks, @frozencemetery, I updated the code according to the suggestions. I also decided to unify a bit the man page example language -- I do talk abo

[SSSD] [sssd PR#5494][synchronized] pam_sss_gss: support authentication indicators

2021-02-08 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Author: abbra Title: #5494: pam_sss_gss: support authentication indicators Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5494/head:pr5494 git checkout pr5494 From

[SSSD] [sssd PR#5494][synchronized] pam_sss_gss: support authentication indicators

2021-02-09 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Author: abbra Title: #5494: pam_sss_gss: support authentication indicators Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5494/head:pr5494 git checkout pr5494 From

[SSSD] [sssd PR#5494][synchronized] pam_sss_gss: support authentication indicators

2021-02-09 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Author: abbra Title: #5494: pam_sss_gss: support authentication indicators Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5494/head:pr5494 git checkout pr5494 From

[SSSD] [sssd PR#5494][synchronized] pam_sss_gss: support authentication indicators

2021-02-09 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Author: abbra Title: #5494: pam_sss_gss: support authentication indicators Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5494/head:pr5494 git checkout pr5494 From

[SSSD] [sssd PR#5494][synchronized] pam_sss_gss: support authentication indicators

2021-02-09 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Author: abbra Title: #5494: pam_sss_gss: support authentication indicators Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5494/head:pr5494 git checkout pr5494 From

[SSSD] [sssd PR#5494][comment] pam_sss_gss: support authentication indicators

2021-02-09 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Title: #5494: pam_sss_gss: support authentication indicators abbra commented: """ @alexey-tikhonov I fixed couple covscan-reported issues. There are others which are due to covscan not finishing its analysis in the limited time and th

[SSSD] [sssd PR#5494][comment] pam_sss_gss: support authentication indicators

2021-02-09 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Title: #5494: pam_sss_gss: support authentication indicators abbra commented: """ @alexey-tikhonov I ran covscan for my patches and while it still failed, at least two issues addressed by the separate patches here were fixed. I seem fe

[SSSD] [sssd PR#5494][synchronized] pam_sss_gss: support authentication indicators

2021-02-09 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Author: abbra Title: #5494: pam_sss_gss: support authentication indicators Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5494/head:pr5494 git checkout pr5494 From

[SSSD] [sssd PR#5494][comment] pam_sss_gss: support authentication indicators

2021-02-10 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Title: #5494: pam_sss_gss: support authentication indicators abbra commented: """ @alexey-tikhonov so I looked closer to covscan failure that prevents the clean run. It is due to the following problem: ``` RPM build errors: error: Em

[SSSD] [sssd PR#5494][comment] pam_sss_gss: support authentication indicators

2021-02-10 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Title: #5494: pam_sss_gss: support authentication indicators abbra commented: """ Added few more covscan fixes. @sumit-bose asked on IRC to add a way to 'cancel' authentication indicator check in a subdomain. I added support for

[SSSD] [sssd PR#5494][comment] pam_sss_gss: support authentication indicators

2021-02-10 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Title: #5494: pam_sss_gss: support authentication indicators abbra commented: """ I'll move covscan fixes to a separate PR. """ See the full comment at https://github.com/SSSD/sssd/pu

[SSSD] [sssd PR#5494][synchronized] pam_sss_gss: support authentication indicators

2021-02-10 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Author: abbra Title: #5494: pam_sss_gss: support authentication indicators Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5494/head:pr5494 git checkout pr5494 From

[SSSD] [sssd PR#5498][opened] Covscan fixes

2021-02-10 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5498 Author: abbra Title: #5498: Covscan fixes Action: opened PR body: """ """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5498/head:p

[SSSD] [sssd PR#5494][comment] pam_sss_gss: support authentication indicators

2021-02-10 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Title: #5494: pam_sss_gss: support authentication indicators abbra commented: """ Moved the covscan fixes to PR https://github.com/SSSD/sssd/pull/5498 """ See the full comment at https://github.com/SSSD/sssd/pu

[SSSD] [sssd PR#5494][synchronized] pam_sss_gss: support authentication indicators

2021-02-10 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Author: abbra Title: #5494: pam_sss_gss: support authentication indicators Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5494/head:pr5494 git checkout pr5494 From

[SSSD] [sssd PR#5494][comment] pam_sss_gss: support authentication indicators

2021-02-10 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Title: #5494: pam_sss_gss: support authentication indicators abbra commented: """ @sumit-bose thank you! I added this one line and re-pushed. """ See the full comment at https://github.com/SSSD/sssd/pu

[SSSD] [sssd PR#5484][comment] sudo: do not search by low usn value to improve performance

2021-01-29 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5484 Title: #5484: sudo: do not search by low usn value to improve performance abbra commented: """ Please fix the commit description: `no we omit` """ See the full comment at https://github.com/SSSD/sssd/pu

[SSSD] [sssd PR#5498][comment] Covscan fixes

2021-03-03 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5498 Title: #5498: Covscan fixes abbra commented: """ I did receive them but had no time to fix. If you have some time, please feel free to overtake this PR. I don't think I'll have much time until maybe mid March. """

[SSSD] [sssd PR#5498][comment] Covscan fixes

2021-03-08 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5498 Title: #5498: Covscan fixes abbra commented: """ @alexey-tikhonov thanks for handling this. I am OK with dropping the remaining patch. """ See the full comment at https://github.com/SSSD/sssd/pu

[SSSD] [sssd PR#5494][opened] pam_sss_gss: support authentication indicators

2021-02-05 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Author: abbra Title: #5494: pam_sss_gss: support authentication indicators Action: opened PR body: """ MIT Kerberos allows to associate authentication indicators with the issued ticket based on the way how the TGT was obtained.

[SSSD] [sssd PR#5494][comment] pam_sss_gss: support authentication indicators

2021-02-05 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Title: #5494: pam_sss_gss: support authentication indicators abbra commented: """ This is a draft implementation of https://github.com/SSSD/sssd/issues/5482. I haven't tested it yet myself. """ See the full comment at

[SSSD] [sssd PR#5494][synchronized] pam_sss_gss: support authentication indicators

2021-02-05 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5494 Author: abbra Title: #5494: pam_sss_gss: support authentication indicators Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5494/head:pr5494 git checkout pr5494 From

[SSSD] [sssd PR#5847][comment] pam_sss: Allow offline authentication against non-ipa-desktopprofiles aware DC

2021-11-04 Thread abbra
URL: https://github.com/SSSD/sssd/pull/5847 Title: #5847: pam_sss: Allow offline authentication against non-ipa-desktopprofiles aware DC abbra commented: """ In FreeIPA, if desktop profiles' support is enabled, the data is in replicated tree. This means you should be able