From 17287576555a5c46fa23549e2e5f073660dccb70 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 21 Apr 1999 09:51:03 +0200 Subject: Import ax25-tools 0.0.1 from tarball --- ax25/axspawn.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ax25/axspawn.conf (limited to 'ax25/axspawn.conf') diff --git a/ax25/axspawn.conf b/ax25/axspawn.conf new file mode 100644 index 0000000..1f0bac4 --- /dev/null +++ b/ax25/axspawn.conf @@ -0,0 +1,25 @@ +# /etc/ax25/axspawn.conf +# +# allow automatic creation of user accounts +create yes +# +# guest user if above is 'no' or everything else fails. Disable with "no" +guest ax25 +# +# group id or name for autoaccount +group ax25 +# +# 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 +# +# user shell +shell /bin/bash +# +# bind user id to callsign for outgoing connects. +associate no -- cgit v1.2.3