#
# Sample configuration file for BOFH
#

#
# In version 0.2 it contains default parameters for new accounts.
# Later it will be replaced with profiles and here will be only
# common things like where to log actions or where to put removed
# accounts.
#

# It prevents removing users with UID below 500.
PROTECT=yes

# Where are informations logged about actions taken
CFG_LOGFILE=/var/log/bofh.log
# Where to put archives of removed accounts
CFG_ARCHIVE=/home/users/ARCHIVE

#
# Default settings for new account. I hope they self explain.
# Soon will be replaced.
#

CFG_HOMEDIR=/home/users
CFG_GROUP=users
CFG_SKEL=/etc/skel
CFG_SHELL=/bin/bash
CFG_PERMISSION=701

