This file is indexed.

/usr/share/sadms-2.0.15/_refresh-pam.sh is in sadms 2.0.15.repack-0ubuntu2.

This file is owned by root:root, with mode 0o755.

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
#!/bin/bash
# bbou@ac-toulouse.fr
# 2005-07-10 11:49:34  
# _refresh-pam.sh

### P A R A M S

### I N C L U D E

. ./_include.sh

### S T A R T

echo "+pam config update"
daemons="`pidof winbindd`"
if [ "${daemons}" != "" ];then
	echo "signal sighup sent to winbind daemons ${daemons}"
	kill -n 1 ${daemons}
else
	echo "no running winbind process"
fi

echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "+WARNING"
echo "If you experience problems with logging in, it is"
echo "advisable to reboot to enforce current settings"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"