/etc/dpsyco/users.conf is in dpsyco-base 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 | # DocumentId: $Id: users.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 users.
NAME=""
EMAIL=""
CRYPT=""
SMBCRYPT=""
if [ -f $USERSRC/default ] ; then
. $USERSRC/default
fi
|