-
Notifications
You must be signed in to change notification settings - Fork 5
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
Allow to disable drive letter on home drive #33
Comments
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 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... |
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. 🤷 ? |
linuxmuster-linuxclient7/usr/lib/python3/dist-packages/linuxmusterLinuxclient7/user.py Line 151 in a6115cf
H is not actually hardcoded. It is and ldap attribute. |
thanks. Yes, makes sense.
|
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)
The text was updated successfully, but these errors were encountered: