1AXSPAWN.CONF(5)            Linux Programmer's Manual           AXSPAWN.CONF(5)
2
3
4

NAME

6       axspawn.conf - Control the operation of axspawn.
7

DESCRIPTION

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              #
17              # guest user if above is 'no' or everything else
18              # fails. Disable with "no"
19              guest     ax25
20              #
21              # group id or name for autoaccount
22              group     ax25
23              #
24              # first user id to use
25              first_uid 400
26              #
27              # maximum user id
28              max_uid   2000
29              #
30              # where to add the home directory for the new user
31              home      /home/ax25
32              #
33              # user's shell
34              shell     /bin/bash
35              #
36              # bind user id to callsign for outgoing connects.
37              associate yes
38
39       The “associate” option has to be used with great care. If a  user  logs
40       on it removes any existing callsign from the translation table for this
41       userid and replaces it with the callsign and SSID  of  the  user.  This
42       will  happen  with  multiple connects (same callsign, different SSIDs),
43       too. Unless you want your users to  be  able  to  call  out  from  your
44       machine disable “associate”.
45

FILES

47       /etc/ax25/axspawn.conf
48

SEE ALSO

50       axspawn(8).
51
52
53
54Linux                            2 August 1996                 AXSPAWN.CONF(5)
Impressum