This is my radius.cfg file:
# livingCompat.cfg
#
# This is a simple Radiator config file that allows you
# to continue using a bog standard Livingston or
# similar users file with Radiator, It implements the
# Auth-Type="System" check item by using AuthBy UNIX
#
# You will probably want to change the definitions of
# DbDir, LogDir and the Filename parameters
#
# Author: Mike McCauley ([EMAIL PROTECTED])
# Copyright (C) 1997 Open System Consultants
# $Id: livingCompat.cfg,v 1.3 1999/07/12 02:01:35 mikem Exp $
LogFile /var/log/radius.log
DictionaryFile %D/dictionary.ascend2
FingerProg /usr/bin/finger
SnmpgetProg /usr/bin/snmpget
RewriteUsername tr/[A-Z]/[a-z]/
LogStdout
Trace 4
PidFile /tmp/radiusd.pid
AuthPort 1812
AcctPort 1813
LogDir /var/log/radacct
DbDir /etc/raddb
LogFile /var/log/radius.log
DictionaryFile %D/dictionary.ascend2
# This clause defines a single client to listen to
# You will probably want to change localhost and mysecret
# to suit your site.
<Client localhost>
Secret mysecret
</Client>
<Client DEFAULT>
Secret mysecret
DupInterval 0
FramedGroupBaseAddress 10.0.0.1
FramedGroupBaseAddress 10.0.1.1
FramedGroupBaseAddress 10.0.2.1
FramedGroupMaxPortsPerClassC 20
</Client>
# This clause means we will handle any realm that arrives
<Realm DEFAULT>
<AuthBy FILE>
Filename /etc/raddb/users
</AuthBy>
<AuthBy UNIX>
Identifier System
Filename /etc/passwd
</AuthBy>
# Log accounting to the detail file in LogDir
AcctLogFileName /var/log/detail.log
PasswordLogFileName /var/log/radius.log
ExcludeFromPasswordLog root
</Realm>
# This clause defines an authorization method that will be used
# by any users in the database with Auth-Type="System". It will
# match the "Identifier System"
<AuthBy UNIX>
Identifier System
Filename /etc/passwd
</AuthBy>
This is a typical entry in my users file:
company.com Password = "System"
User-Service = Framed-User,
Framed-Protocol = PPP,
Framed-Address = 111.111.11.111,
Framed-Netmask = 255.255.255.255,
Framed-Compression = Van-Jacobsen-TCP-IP,
Ascend-Idle-Limit = 0
I'm expecting authorization with the UNIX passwd file, if the
user is not in the users file.
Thanks in advance.
William
----- Original Message -----
From: Hugh Irvine <[EMAIL PROTECTED]>
To: William Hernandez <[EMAIL PROTECTED]>; Radiator
<[EMAIL PROTECTED]>
Sent: Monday, May 15, 2000 7:44 PM
Subject: Re: (RADIATOR) Compatibility with Livingston
Hello William -
On Tue, 16 May 2000, William Hernandez wrote:
> We're thinking of converting from Cistron Radius and would like
> to minimize conversion of our users file. Is the conversion as
> simple as using the sample configuration file in
> goodies/livingCompat.cfg (i.e, with this configuration can I
use
> my users file unchanged)?
>
That's the theory, yes. If you send me a couple of example users
from your
existing users file (no passwords), I'll have a look and let you
know.
regards
Hugh
--
Radiator: the most portable, flexible and configurable RADIUS
server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT,
Emerald,
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc,
etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS
X.
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.