This file is indexed.

/etc/samba/netlogon/config/penguin.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
28
29
30
31
32
33
34
35
36
37
38
@echo off

echo.
echo           a8888b.
echo          d888888b.
echo          8P.YP.Y88
echo          8'o''o'88
echo          8'    .88
echo          8`._.' Y8.
echo         d/      `8b.
echo        dP   .    Y8b.
echo       d8:'  .  `::88b 
echo      d8'         'Y88b
echo     :8P    '      :888
echo      8a.   :     _a88P
echo    ._/.Yaa_:   .: 88P:
echo    \    YP'    `: 8P  `.  partially
echo    /     \.___.d:    .'   powered by penguin.
echo    `--..__)8888P`._.'
echo .
echo mapping drives ... pls stand by!

if %OS%.==Windows_NT. goto winNT

:win95
echo.
goto end

:winNT
echo.
echo your username is: %username%
echo you are logging on the domain from host: %computername%
echo.
:end

echo Checking if logged on before on domain %USERDOMAIN%
cmd /C %LOGONSERVER%\netlogon\1stlogon\1stlogon.bat
echo.