Sample TCCRadius.cfg Files - NTSAM Mode

Sample Config File For NTSAM MODE

# Configuration Information For TCCRadius
# Copyright 1999, Talon Computer Consulting, Inc.
#
# All Lines with a "#" are ignored.

## Start Server/Socket Information Section

# IP Address defaults to the first IP
# on the Ethernet Interface - Remove the # sign
# to specify an address.
# IPAddress = 192.168.0.1

# Auth And Accounting Ports For RFC 2058/2059
Auth = 1645
Acct = 1646

## End Server/Socket Information Section
#########################################

## Start Logging Section

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

# Auth Log Attributes ',' delimited
LogAttributes = 8,30,31

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

## End Logging Section
#########################################

## Start Authentication Section

# Configuration Options
# Available Options: Text, ODBC, NTSAM, NTSAM_ODBC
UserOption = NTSAM
NTDomain = NTDOMAIN

# Modules
EnablePools = No
LocalRealmSupport = No

# RealmModule
TruncateRealms = No

# User File Information For Text Mode
# Location of User Account Files
UserPath = .\users

## End ODBC Accounting Section
#########################################