/etc/samba/netlogon/logon-students.bat is in debian-edu-config 1.702.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | @echo off
%ComSpec% /C %LOGONSERVER%\netlogon\config\penguin.bat
%ComSpec% /C %LOGONSERVER%\netlogon\config\get_time.bat
%ComSpec% /C %LOGONSERVER%\netlogon\config\standarddrives-students.bat
rem %ComSpec% /C %LOGONSERVER%\netlogon\registry\reg_upd.bat
%ComSpec% /C %LOGONSERVER%\netlogon\config\setglobals.bat
rem set userspecific drives
echo.
echo Setting Drive Letters for user in group: STUDENTS
echo ----------------------------------------
if %OS%.==Windows_NT. goto winnt_drives
:win95_drives
;
; win9x drives go here
;
goto end_drives
:winnt_drives
;
; win nt/2k/xp/vista drives go here
;
:end_drives
|