Sample TCCRadius.cfg Files

Sample Config File For TEXT MODE

# Configuration Information For TCCRadius
# Copyright 1999, Talon Computer Consulting, Inc.

# Server/Socket Information
IPAddress = 192.168.0.1

#Auth And Accounting Ports For RFC 2138/2139

# Auth = 1812
# Acct = 1813

# Auth And Accounting Ports For RFC 2058/2059

Auth = 1645
Acct = 1646

## Logging Section

# Log File Information
LogFilePath = .\log
LogExtension = .log

# Auth Log Attributes ',' delimited
LogAttributes = 8,244

# Acct Summary Log Attributes ',' delimited
LogSummaryAttributes = 44,46,47,48

## End Logging Section

# Configuration Options
# Available Options: Text, ODBC
UserOption = Text

# User File Information For Text Mode
UserPath = .\users

# ODBC User File Information
DSN = TCCRadius
#DSNUser = testuser
#DSNPass = testpass

## ODBC/SQL Information
# All fields must be in the same table
Table = UserInfo
UsernameField = Username
PasswordField = Password
AttributesField = Attributes

# END CONFIG FILE

Sample Config File For ODBC MODE

# Configuration Information For TCCRadius - ODBC mode
# Copyright 1999, Talon Computer Consulting, Inc.
# System DSN called TCCRadius created in Control Panel
# with a Username of 'username'
# and a Password of 'password'
# In this example, DSN points to the sample Access database included

# Server/Socket Information
IPAddress = 192.168.0.1

# Auth And Accounting Ports For RFC 2058/2059

Auth = 1645
Acct = 1646

## Logging Section

# Log File Information
LogFilePath = .\log
LogExtension = .log

# Auth Log Attributes ',' delimited
LogAttributes = 8,244

# Acct Summary Log Attributes ',' delimited
LogSummaryAttributes = 44,46,47,48

## End Logging Section

# Configuration Options
# Available Options: Text, ODBC
UserOption = ODBC

# User File Information For Text Mode
UserPath = .\users

# ODBC User File Information
DSN = TCCRadius
DSNUser = username
DSNPass = password

## ODBC/SQL Information
# All fields must be in the same table
Table = UserInfo
UsernameField = Username
PasswordField = Password
AttributesField = Attributes

# END CONFIG FILE