adduser.local, deluser.local - hook for local actions in adduser and deluser
[
username] [
uid]
[
gid]
[
home-directory]
[
username] [
uid]
[
gid]
[
home-directory]
adduser.local and
deluser.local can be placed by the local admin
into
/usr/local/sbin and will be called by
adduser and
deluser respectively in order to do locally relevant setup and cleanup
actions.
The hooks are called while the adduser/deluser lock is active. They must
therefore not call back to adduser/deluser themselves.
Return values from the hooks are ignored.
VERBOSE
- 0
- if --quiet is specified
- 1
- if neither --quiet nor --debug is specified
- 2
- if --debug is specified
adduser.conf(5),
deluser.conf(5), ,
deluser(8),
groupadd(8),
useradd(8),
usermod(8),
Debian Policy 9.2.2.