Files
smeserver-samba/root/etc/e-smith/templates/etc/smb.conf/11logonScript

13 lines
360 B
Plaintext

{
# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
# ; logon script = %m.bat\n
# run a specific logon batch file per username
# ; logon script = %U.bat\n\n";
return "" unless $smb{ServerRole} =~ m{^(PDC|BDC|ADS)$};
'logon script = netlogon.bat';
}