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
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.
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
The text was updated successfully, but these errors were encountered:
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
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
Case-Sensitive-Group
on Ldap server (e.g. https://127.0.0.1:8443/)eg: occ group:list
Expected output
Case-Sensitive-Group
should be listedActual output
case-sensitive-group
is listedThe text was updated successfully, but these errors were encountered: