User home directory creation case insensitive
Description
Problem/Justification
None
Impact
None
SmartDraw Connector
Katalon Manual Tests (BETA)
Activity
Show:

Bug Clerk December 18, 2020 at 8:46 PM

Bug Clerk December 14, 2020 at 9:42 PM
Complete
Pinned fields
Click on the next to a field label to start pinning.
More fields
Time tracking
More fields
Time trackingKatalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created April 13, 2020 at 5:35 PM
Updated July 1, 2022 at 4:49 PM
Resolved December 14, 2020 at 9:42 PM
Hi,
I have a Dataset named "USERS".
This dataset have a child named "JOHN" (in uppercase) ==> ./USERS/JOHN .
I want create a user named "john" (in lowercase) with the Web UI :
If I choose the dataset "./USERS/JOHN" for his home directory, the Web UI creating a subdirectory named "john" under the dataset "JOHN" ==> ./USERS/JOHN/john . It's not OK for me.
But if I choose the dataset "./USERS" for his home directory, the Web UI accept ./USERS/JOHN as home directory.
Can you disable the case sensitive when then Web UI do the comparaison between the username and the home directory path to accept ./USERS/JOHN as a valid home directory for the user "john" ?
Kevin.