This file is indexed.

/etc/dpsyco/defaults.conf is in dpsyco-lib 1.0.36.

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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# DocumentId:	$Id: defaults.conf 1864 2004-08-29 16:40:40Z ola $
# Author:	$Author: ola $
#		Ola Lundqvist <opal@debian.org>
# Date:		$Date: 2004-08-29 18:40:40 +0200 (sön, 29 aug 2004) $
# Summary:
#	Default configuration for all dpsyco scripts.

# The base directory.
BASEDIR=/usr/share/dpsyco
ETCDIR=/etc/dpsyco

# Users config.
USERSC=$ETCDIR/users.conf
# Groups config.
GROUPSC=$ETCDIR/users.conf

# User source configuration directory.
USERSRC=$BASEDIR/users
# Group source configuration directory.
GROUPSRC=$BASEDIR/groups
# Skel source directory.
SKELSRC=$BASEDIR/skel
# Patch source directory.
PATCHSRCS="$BASEDIR/patch /etc/dpsyco/patch"
# Cfengine source directory.
CFENGINESRC=$BASEDIR/cfengine

# User skel source directory.
USERSKELSRC=$BASEDIR/userskel

# User patch skel source directory.
USERPATCHSRCS="$BASEDIR/userpatch /etc/dpsyco/userpatch"

# First user id that should be autocreated.

BASE_UID=500

# Password file.
PWDF=/etc/passwd
GRPF=/etc/group
SHDF=/etc/shadow
SMBF=/etc/samba/smbpasswd

# Read adduser config to know where /home is located. $DHOME
ADDUSERCFG=/etc/adduser.conf
. $ADDUSERCFG

DPADDUSERCFG=$ETCDIR/adduser.conf
if [ -f $DPADDUSERCFG ] ; then
    # This one will also read $ADDUSERCFG so the above is not
    # really needed.
    . $DPADDUSERCFG
fi

ONREMOVE=mv

# Sudoer files.
SUDOERSF=/etc/sudoers
SUDOSRC=/etc/dpsyco/sudoers

# To check if nfs-mounted? (default = yes).
CHECKNFS=yes
# CHECKNFS=no