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
49 shell /bin/bash
50 #
51 # bind user id to callsign for outgoing connects.
52 associate yes
53
54 The “associate” option has to be used with great care. If a user logs
55 on it removes any existing callsign from the translation table for this
56 userid and replaces it with the callsign and SSID of the user. This
57 will happen with multiple connects (same callsign, different SSIDs),
58 too. Unless you want your users to be able to call out from your
59 machine disable “associate”.
60
62 /etc/ax25/axspawn.conf
63
65 axspawn(8).
66
67
68
69Linux 2 August 1996 AXSPAWN.CONF(5)