/etc/samba/netlogon/debian-edu-login.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 | @echo off
::
:: Default Debian Edu logon script for users that do not
:: have an explicit logon script named in their LDAP user object.
::
echo "Connecting to server..."
echo "Mapping homedirectory to h:"
net use H: /HOME /yes
echo "Synchronizing system clock"
:: NOTE: user accounts normally are not permitted to update the
:: client's system clock if this is not explicitly granted
:: on each client. Commenting this line out for now...
rem net time %LOGONSERVER% /set /yes
echo "Creating link to homedirectory"
start %LOGONSERVER%\netlogon\install\shortcut.vbs
|