/etc/ax25/axspawn.conf is in ax25-tools 0.0.10-rc4-1.
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 | # /etc/ax25/axspawn.conf
#
# allow automatic creation of user accounts
create yes
# allow empty password field (so user may login via telnet, too) [default no]
create_empty_password no
#create_empty_password yes
# create with system utility useradd(8)? [default no]
#create_with_useradd no
create_with_useradd yes
#
# pwcheck method: password or call or group [default: password]
# "password" means, that passwords with '+' force a login without
# prompting for a password (old behaviour; backward compatibility).
# "call" means, that ham calls via ax25/netrom/rose/.. should be able
# to login without password, even if it's set (for e.g. to secure
# from abuse of inet connections)
# "group" means, that if the gid of the user matches the configured
# default user_gid, then the login is granted without password.
#pwcheck call
#pwcheck group
#pwcheck password
#
# guest user if above is 'no' or everything else fails. Disable with "no"
#guest ax25
guest guest
#
# group id or name for autoaccount
#group ax25
group hams
#
# first user id to use
first_uid 400
#
# maximum user id
max_uid 2000
#
# where to add the home directory for the new user
#home /home/ax25
home /home/hams
#
# secure homedirectories (g-rwx)
#secure_home yes
#
# user shell
shell /bin/bash
#
# bind user id to callsign for outgoing connects.
associate no
|