[SSSD] Re: userCertificate in integration tests.

2021-01-20 Thread Sumit Bose
On Wed, Jan 20, 2021 at 11:41:49PM +0100, Per-Erik Persson wrote: > Looking thru the testcode and older entries in the mailinglist there seems > to be no easy way to push a certificate for a testuser via the LDAP > connection with Python. Hi, not sure if this is what you are looking for but

[SSSD] userCertificate in integration tests.

2021-01-20 Thread Per-Erik Persson
Looking thru the testcode and older entries in the mailinglist there seems to be no easy way to push a certificate for a testuser via the LDAP connection with Python. Using the openldap client is the only option I can think of. Are there any better ideas out there?

[SSSD] [sssd PR#5470][opened] pam: refresh certificate maps at the end of initial domains lookup

2021-01-20 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/5470 Author: sumit-bose Title: #5470: pam: refresh certificate maps at the end of initial domains lookup Action: opened PR body: """ During startup SSSD's responders send a getDomains request to all backends to refresh some domain related needed by the

[SSSD] [sssd PR#5467][+Waiting for review] SBUS: set sbus_name before dp_init_send()

2021-01-20 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5467 Title: #5467: SBUS: set sbus_name before dp_init_send() Label: +Waiting for review ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5438][+Accepted] test_ca: Look for libsofthsm2 in libdir before falling back to hardcoded paths

2021-01-20 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/5438 Title: #5438: test_ca: Look for libsofthsm2 in libdir before falling back to hardcoded paths Label: +Accepted ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#5438][comment] test_ca: Look for libsofthsm2 in libdir before falling back to hardcoded paths

2021-01-20 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/5438 Title: #5438: test_ca: Look for libsofthsm2 in libdir before falling back to hardcoded paths sumit-bose commented: """ Hi, thanks for the rebase. The integration tests failures on rawhide are currently expected and under investigation, so they are

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

2021-01-20 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving sumit-bose commented: """ > > Hi, > > thanks for the rebase. I'm not sure I like the last patch. Why would you > > want to set `case_sensitive=Preserving` only on some clients and

[SSSD] [sssd PR#5438][comment] test_ca: Look for libsofthsm2 in libdir before falling back to hardcoded paths

2021-01-20 Thread 3v1n0
URL: https://github.com/SSSD/sssd/pull/5438 Title: #5438: test_ca: Look for libsofthsm2 in libdir before falling back to hardcoded paths 3v1n0 commented: """ Mhmhm, not sure what failed in fedora, given that [tests

[SSSD] [sssd PR#5438][comment] test_ca: Look for libsofthsm2 in libdir before falling back to hardcoded paths

2021-01-20 Thread 3v1n0
URL: https://github.com/SSSD/sssd/pull/5438 Title: #5438: test_ca: Look for libsofthsm2 in libdir before falling back to hardcoded paths 3v1n0 commented: """ Mhmhm, not sure what failed in fedora, given that

[SSSD] [sssd PR#5467][opened] SBUS: set sbus_name before dp_init_send()

2021-01-20 Thread alexey-tikhonov
URL: https://github.com/SSSD/sssd/pull/5467 Author: alexey-tikhonov Title: #5467: SBUS: set sbus_name before dp_init_send() Action: opened PR body: """ Some async task might access sbus_name before dp_initialized() was executed Resolves: https://github.com/SSSD/sssd/issues/5466 """ To pull

[SSSD] [sssd PR#5450][synchronized] kcm: add support for kerberos tgt renewals

2021-01-20 Thread justin-stephenson
URL: https://github.com/SSSD/sssd/pull/5450 Author: justin-stephenson Title: #5450: kcm: add support for kerberos tgt renewals Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5450/head:pr5450 git checkout pr5450 From

[SSSD] [sssd PR#5450][synchronized] kcm: add support for kerberos tgt renewals

2021-01-20 Thread justin-stephenson
URL: https://github.com/SSSD/sssd/pull/5450 Author: justin-stephenson Title: #5450: kcm: add support for kerberos tgt renewals Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5450/head:pr5450 git checkout pr5450 From

[SSSD] [sssd PR#5438][synchronized] test_ca: Look for libsofthsm2 in libdir before falling back to hardcoded paths

2021-01-20 Thread 3v1n0
URL: https://github.com/SSSD/sssd/pull/5438 Author: 3v1n0 Title: #5438: test_ca: Look for libsofthsm2 in libdir before falling back to hardcoded paths Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5438/head:pr5438

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

2021-01-20 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/5251 Title: #5251: subdomains: allow to inherit case_sensitive=Preserving pbrezina commented: """ > Hi, > > thanks for the rebase. I'm not sure I like the last patch. Why would you want > to set `case_sensitive=Preserving` only on some clients and

[SSSD] [sssd PR#5438][comment] test_ca: Look for libsofthsm2 in libdir before falling back to hardcoded paths

2021-01-20 Thread sumit-bose
URL: https://github.com/SSSD/sssd/pull/5438 Title: #5438: test_ca: Look for libsofthsm2 in libdir before falling back to hardcoded paths sumit-bose commented: """ Hi, I'm sorry, I lost track of this PR during the break. Can you rebase your changes on top of the current master? This should