-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests: Enabling proxy_fast_alias shows "ldb_modify failed: [Invalid a… #6872
Conversation
a0e6ca6
to
6b510a9
Compare
Static code analysis / python-system-tests returns the following error
|
(Pdb) result = client.tools.id(user.name) I dont see any error . Also https://tests.sssd.io/en/latest/guides/using-roles.html |
I think you need to add |
9279c54
to
76f11b4
Compare
@aborah-sudo Thanks for the test, do we wait to merge normally with tests like this? (As it will fail until a code fix is merged upstream) |
We can wait. Can be merged after the patch is upstream Or when time to test . Now you can provide the approval though . |
Okay let's wait. |
@aborah-sudo Tests fail with the below error, is it expected?
|
Is it because you are testing locally with SSSD/sssd-test-framework#28 ? |
@justin-stephenson you need to install "yum install -y nss-pam-ldapd" . For RHEL8 it will install . But for RHEL9 or Fedora you need to add package : https://copr.devel.redhat.com/coprs/sbose/nss-pam-ldapd/ |
No, its nslcd module i am trying to add to new test framework. If it merges i can remove the nslcd config part from this PR . |
@aborah-sudo are you able to test #6901 allows this test to pass? |
============================================================================================================ test session starts ============================================================================================================= tests_local/test_proxy.py::test_invalid_attribute_syntax (ldap) PASSED [100%] ============================================================================================================= 1 passed in 6.07s ============================================================================================================== Passed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, thank you.
@aborah-sudo Now that the fix is merged please rebase this PR on master, system tests should pass now. |
…ttribute syntax]" for id lookups. Enabling proxy_fast_alias shows "ldb_modify failed: [Invalid attribute syntax]" for id lookups.
…ttribute syntax]" for id lookups.
Enabling proxy_fast_alias shows "ldb_modify failed: [Invalid attribute syntax]" for id lookups.