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

Groups with case sensitive group-names cannot be synced properly with OC! #499

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

Comments

@kiranparajuli589
Copy link
Contributor

kiranparajuli589 commented Jan 23, 2020

Description

Whenever we create groups in Ldap with names with combined cased letters separated by hyphens -, then it is converted to completely lower-cased name when we sync them with OC.

Steps to reproduce

  1. create a group with name Case-Sensitive-Group on Ldap server (e.g. https://127.0.0.1:8443/)
  2. sync new group with OC using occ
  3. view user in oc users list or using occ eg: occ group:list

Expected output

  • A group with name Case-Sensitive-Group should be listed

Actual output

  • A group with name case-sensitive-group is listed
@kiranparajuli589 kiranparajuli589 changed the title Groups with case sensitive group-names cannot be synced properly! Groups with case sensitive group-names cannot be synced properly with OC! Jan 23, 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