Hello,
in order to configure a dynamic home folder for each user i tried to use this configuration for home folder : (/data/users/%USER%)
but user can log with his login in upper or lower case (or a combinaison of both case) so this variable contains user login with different case and on linux server folder name are case sensitive.
so depending multiple folders will be created as home folder for the same user depending of the case he uses to login.
Is it possible to create a new system variable who will containts the login of the user with a fixed case? like %USER_LOWER% and %USER_UPPER%?
Regards
Simon