Skip to content
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

LDAP users with username containing only integers have trouble when adding them into a LDAP group #501

Open
kiranparajuli589 opened this issue Jan 24, 2020 · 0 comments

Comments

@kiranparajuli589
Copy link
Contributor

kiranparajuli589 commented 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

  1. create a LDAP user with userid: 123
  2. create a LDAP group with cn: grp1, memberuid: 123
  3. sync LDAP users and groups with OC
  4. see members list of group grp1 using occ command

Expected output

  • User 123 should be listed

Actual output

  • User 123 is not listed
@kiranparajuli589 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant