-
Notifications
You must be signed in to change notification settings - Fork 256
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: Fix test_008_wildcardsearch for RHEL10 #7821
Conversation
No explanation provided. |
ba03eba
to
e7af04e
Compare
@jakub-vavra-cz and @alexey-tikhonov : From RHel10 tcpdump does not contain any info the test is looking for. So i have lead the search file to doman.log which is wrorking fine there . |
Why? |
Please check automount9.txt has everything but automount10.txt does not contain any valuable info . |
Why? 'sssd_be' on RHEL10 still talks to LDAP server via network. |
Looks like these are encrypted not valuable after converting to human readable format |
Try with 'ldap_id_use_start_tls = false' in the domain section of sssd.conf |
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.
LGTM
BTW: @alexey-tikhonov Dropping a legacy test that no longer works when the functionality is covered elsewhere is fully aligned with the clean sweep plan to reduce maintenace workload. The only thing that was missing in the initial commit message was a proper explanation why we want to drop it and where is the wild-card search covered. |
I asked about a replacement as a one of first things and got no response. |
@aborah-sudo , please update the commit message. |
Done |
Awaiting CI results. |
|
Communication between client and master is encripted we have to set "ldap_start_tls = Failse" to make the communication human readable
this issue is gone now |
Fix test_008_wildcardsearch for RHEL10
Non working filter: conv_text = 'tshark -r %s -R ldap.filter -V -2 > /tmp/automount.txt' % (auto_pcapfile)
There is 'test_infopipe__list_by_attr' system test that searches by wildcard so functionality is covered.