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
Secondary LDAP group go missing from 'id' command on RHEL 7.8 with sssd-1.16.2-37.el7_8.1 #5261
Labels
Closed: Fixed
Issue was closed as fixed.
Comments
Closed
|
Upstream PR ready for review: #5262 |
thalman
added a commit
to thalman/sssd
that referenced
this issue
Aug 17, 2020
Some of the ldap servers returns DN in attributes such as isMemberOf with spaces like dc=example, dc=com. That should be fine and we should ignore them (cut them out) instead of escaping. Resolves: SSSD#5261
thalman
added a commit
to thalman/sssd
that referenced
this issue
Aug 17, 2020
thalman
added a commit
to thalman/sssd
that referenced
this issue
Aug 17, 2020
Some of the ldap servers returns DN in attributes such as isMemberOf with spaces like dc=example, dc=com. That should be fine and we should ignore them (cut them out) instead of escaping. Resolves: SSSD#5261
thalman
added a commit
to thalman/sssd
that referenced
this issue
Aug 17, 2020
thalman
added a commit
to thalman/sssd
that referenced
this issue
Aug 17, 2020
Some of the ldap servers returns DN in attributes such as isMemberOf with spaces like dc=example, dc=com. That should be fine and we should ignore them (cut them out) instead of escaping. Resolves: SSSD#5261
thalman
added a commit
to thalman/sssd
that referenced
this issue
Aug 17, 2020
thalman
added a commit
to elkoniu/sssd
that referenced
this issue
Aug 18, 2020
Some of the ldap servers returns DN in attributes such as isMemberOf with spaces like dc=example, dc=com. That should be fine and we should ignore them (cut them out) instead of escaping. Resolves: SSSD#5261
thalman
added a commit
to elkoniu/sssd
that referenced
this issue
Aug 18, 2020
thalman
added a commit
to elkoniu/sssd
that referenced
this issue
Aug 18, 2020
Some of the ldap servers returns DN in attributes such as isMemberOf with spaces like dc=example, dc=com. That should be fine and we should ignore them (cut them out) instead of escaping. Resolves: SSSD#5261
thalman
added a commit
to elkoniu/sssd
that referenced
this issue
Aug 18, 2020
thalman
added a commit
to elkoniu/sssd
that referenced
this issue
Aug 18, 2020
thalman
added a commit
to elkoniu/sssd
that referenced
this issue
Aug 19, 2020
Tests show that also ldb_dn_get_linearized can return DN with extra spaces. We have to trim that too. Resolves: SSSD#5261
thalman
added a commit
to elkoniu/sssd
that referenced
this issue
Aug 20, 2020
DN must be trimmed, before it is used as hash key Resolves: SSSD#5261
thalman
added a commit
to elkoniu/sssd
that referenced
this issue
Aug 21, 2020
Allocate memory pool to avoid memory allocation in the loop. Resolves: SSSD#5261
pbrezina
pushed a commit
that referenced
this issue
Oct 2, 2020
Resolves: #5261 Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
pbrezina
pushed a commit
that referenced
this issue
Oct 2, 2020
Tests show that also ldb_dn_get_linearized can return DN with extra spaces. We have to trim that too. Resolves: #5261 Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
pbrezina
pushed a commit
that referenced
this issue
Oct 6, 2020
Some of the ldap servers returns DN in attributes such as isMemberOf with spaces like dc=example, dc=com. That should be fine and we should ignore them (cut them out) instead of escaping. Resolves: #5261 Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> (cherry picked from commit 093061f) Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 7): Bug 1859554
The text was updated successfully, but these errors were encountered: