You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
There can be more entries with same cn attribute value that differs only in casing if different attribute is chosen as rdn. SSSD then searches for (cn=name)when name folder is being mounted but this returns both lowercase and uppercase entry and we only store one (which may not be the desired one based on the order in the result) and fail to mount one of the directories.
dn: automountinformation=volume1,ou=auto.home,dc=example,dc=com
automountInformation: volume1
cn: NAME
objectClass: top
objectClass: automount
dn: automountinformation=volume2,ou=auto.home,dc=example,dc=com
automountInformation: volume2
cn: name
objectClass: top
objectClass: automount
There can be more entries with same cn (automountKey) attribute value
that differs only in casing if different attribute is chosen as rdn.
SSSD then searches for (cn=name)when name folder is being mounted but
this returns both lowercase and uppercase entry and we only store one
(which may not be the desired one based on the order in the result)
and fail to mount one of the directories.
Resolves:
SSSD#5330
There can be more entries with same cn (automountKey) attribute value
that differs only in casing if different attribute is chosen as rdn.
SSSD then searches for (cn=name)when name folder is being mounted but
this returns both lowercase and uppercase entry and we only store one
(which may not be the desired one based on the order in the result)
and fail to mount one of the directories.
Resolves:
SSSD#5330
…one un uppercase, one in lowercase)
With 2 automount entries in LDAP with same key ( cn: MIT and cn: mit),
autofs only works for one of them ( the one in uppercase )
Verifies: #5330
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1873715
Reviewed-by: Steeve Goveas <sgoveas@redhat.com>
akuster
pushed a commit
to akuster/sssd
that referenced
this issue
May 18, 2021
…one un uppercase, one in lowercase)
With 2 automount entries in LDAP with same key ( cn: MIT and cn: mit),
autofs only works for one of them ( the one in uppercase )
Verifies: SSSD#5330
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1873715
Reviewed-by: Steeve Goveas <sgoveas@redhat.com>
There can be more entries with same
cnattribute value that differs only in casing if different attribute is chosen asrdn. SSSD then searches for(cn=name)whennamefolder is being mounted but this returns both lowercase and uppercase entry and we only store one (which may not be the desired one based on the order in the result) and fail to mount one of the directories.RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1873715
The text was updated successfully, but these errors were encountered: