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.Dismiss alert
LDAP user with full integer name can be added into any OC created groups but if we add those users into LDAP group and sync them with OC, we get the user as OC user but we do not get those users as members of group we assigned before!
Steps to reproduce
create a LDAP user with userid: 123
create a LDAP group with cn: grp1, memberuid: 123
sync LDAP users and groups with OC
see members list of group grp1 using occ command
Expected output
User 123 should be listed
Actual output
User 123 is not listed
The text was updated successfully, but these errors were encountered:
kiranparajuli589
changed the title
User having username containing only integers have trouble with adding them with some group
LDAP users with username containing only integers have trouble when adding them into some group
Jan 24, 2020
kiranparajuli589
changed the title
LDAP users with username containing only integers have trouble when adding them into some group
LDAP users with username containing only integers have trouble when adding them into a LDAP group
Jan 24, 2020
Description
LDAP user with full integer name can be added into any OC created groups but if we add those users into LDAP group and sync them with OC, we get the user as OC user but we do not get those users as members of group we assigned before!
Steps to reproduce
userid: 123
cn: grp1, memberuid: 123
grp1
using occ commandExpected output
123
should be listedActual output
123
is not listedThe text was updated successfully, but these errors were encountered: