[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gnu-radius] radauth problem... [the raddb configuration files]
From: |
ETI - Barry Irchad Kader |
Subject: |
[Help-gnu-radius] radauth problem... [the raddb configuration files] |
Date: |
Sat, 12 Apr 2003 14:29:41 +0000 |
Oops!
I forgot to attach the configuration files :^)
Regards,
Kader
# A minimum config file. See config.syntax for explanation of
# the syntax.
#
option {
usr2delay 30;
max-requests 1024;
# Uncomment and edit these if you need to:
# log-dir "/var/log";
# acct-dir "/var/acct";
};
logging {
channel default {
file "radius.log";
print-category yes;
print-level yes;
};
channel info {
file "radius.info";
print-pid yes;
};
channel debug {
file "radius.debug";
};
category auth {
print-auth yes;
print-failed-pass yes;
};
category info {
channel info;
};
category =debug {
channel debug;
};
category * {
channel default;
};
};
auth {
max-requests 127;
request-cleanup-delay 2;
detail yes;
strip-names yes;
checkrad-assume-logged yes;
port 1645;
};
acct {
max-requests 127;
request-cleanup-delay 2;
port 1646;
};
proxy {
max-requests 127;
request-cleanup-delay 2;
};
# This is a list of clients which are allowed to make authentication
# requests.
# Each record consists of two fields:
# i. Valid hostname.
# ii. The shared encryption key for this hostname.
#
#Client Name Key
#---------------- -------------------
localhost internet
server local 127.0.0.1 internet 1645 1646
source_ip 127.0.0.1
timeout 3
retry 1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Help-gnu-radius] radauth problem... [the raddb configuration files],
ETI - Barry Irchad Kader <=