Hi All,
Does anybody know how to disable "Z" drive for user log on ,
i mean on permanently
when we create a new user it will automatically disable
regards,
darmasanthi
You can only disable this for all users like this:
Create a custom-template for the 11logonDrive section and in the custom template fragment comment out the following line like this
#return "logon drive = ${drive}:";
After that regenerate the smb.conf file
expand-template /etc/samba/smb.conf
and restart samba
service smb restart
If you want to do this for some users and not for all you will have to do some fancy scripting in the netlogon.bat file, provided you are running SME Server as domain controller and have Roaming Profiles enabled.