Open dorianim opened 3 years ago
Hello Dorian,
Only disable H: in the config file and using useLetter for the other shares is in my opinion not good idea : I think it's easier for the admins to configure all shares in only one file.
By the other hand, if all configuration is done on the linuxclient, it will not be possible to handle this with the Webui.
Arnaud
Hi Arnaud,
Yes, that's a problem. I think it would be fine to provide an option like disableDriveLetterUsage
which just disables the use of drive letters all together and not just for H. Do you think this would be fine for now?
The only clean way for disabling handling only the H letter would be to use some AD attribute, in my opinion. But this would have to be implemented in sophomorix...
Hej,
"plus one" for the option that turns off all drive letters at one go.
In Linux-environments the windows drive letters are irrelevant and even if one would like to have them, he would like have all of them... IMHO a option that turns off drive letter usage is completely sufficient - all or none - not at least for consistency reasons.
Yes, I agree. But as I already mentioned, #32 has to be resolved first.
Can you point me to where (H:) is hardcoded? I can't find it in the source of this repo. Maybe I just don't know my regexp. :shrug: ? Thanks
H is not actually hardcoded. It is and ldap attribute.
thanks. Yes, makes sense. I changed that line for me to as a workaround
shareName = f"Home_auf_Server von {usernameString}"
Allow to disable drive letter on home drive. This should be done in a config file, and is therefore blocked by #32 This also raises the question if there should also be an option to disable the drive letters in general, also for GPO-mounted drives. (overriding the option in Drives.xml)