1AXSPAWN.CONF(5) Linux Programmer's Manual AXSPAWN.CONF(5)
2
3
4
6 axspawn.conf - Control the operation of axspawn.
7
9 The axspawn.conf file controls the operation of the axspawn(8) program.
10 The operation of the config file can best be seen in an example:
11
12 # this is /etc/ax25/axspawn.conf
13 #
14 # allow automatic creation of user accounts
15 create yes
16 # allow empty password field (so user may login via telnet, too)
17 [default no]
18 create_empty_password no
19 #create_empty_password yes
20 # create with system utility useradd(8)? [default no]
21 #create_with_useradd no
22 create_with_useradd yes
23 #
24 # pwcheck method: password or call or group. [default: password]
25 #pwcheck call
26 #pwcheck group
27 pwcheck password
28 #
29 # guest user if above is 'no' or everything else
30 # fails. Disable with "no"
31 guest guest
32 #
33 # group id or name for autoaccount
34 group hams
35 #
36 # first user id to use
37 first_uid 400
38 #
39 # maximum user id
40 max_uid 2000
41 #
42 # where to add the home directory for the new user
43 home /home/hams
44 #
45 # secure homedirectories (g-rwx)
46 #secure_home yes
47 #
48 # user's shell (if not configured, it's /bin/bash, or if
49 # create_with_useradd is set, useradd uses the shell
50 # configured in /etc/default/useradd).
51 shell /bin/bash
52 #
53 # bind user id to callsign for outgoing connects.
54 associate yes
55
56 The “associate” option has to be used with great care. If a user logs
57 on it removes any existing callsign from the translation table for this
58 userid and replaces it with the callsign and SSID of the user. This
59 will happen with multiple connects (same callsign, different SSIDs),
60 too. Unless you want your users to be able to call out from your
61 machine disable “associate”.
62
64 /etc/ax25/axspawn.conf
65
67 axspawn(8).
68
69
70
71Linux 2 August 1996 AXSPAWN.CONF(5)