summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonathan Bauer2011-12-07 17:54:37 +0100
committerJonathan Bauer2011-12-07 17:54:37 +0100
commit822c24c39f6281346b505cb80fe8fedfbdd7f407 (patch)
tree8adb16b7bd78f710ba953a860a1be20f69c847d9 /src
parenteduroam server IP and secret are ow attributes (diff)
downloadcore-822c24c39f6281346b505cb80fe8fedfbdd7f407.tar.gz
core-822c24c39f6281346b505cb80fe8fedfbdd7f407.tar.xz
core-822c24c39f6281346b505cb80fe8fedfbdd7f407.zip
minor...
Diffstat (limited to 'src')
-rw-r--r--src/os-plugins/plugins/eduroam/files/etc/pam_radius_auth.conf30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/os-plugins/plugins/eduroam/files/etc/pam_radius_auth.conf b/src/os-plugins/plugins/eduroam/files/etc/pam_radius_auth.conf
deleted file mode 100644
index 5f3de0a5..00000000
--- a/src/os-plugins/plugins/eduroam/files/etc/pam_radius_auth.conf
+++ /dev/null
@@ -1,30 +0,0 @@
-# pam_radius_auth configuration file. Copy to: /etc/raddb/server
-#
-# For proper security, this file SHOULD have permissions 0600,
-# that is readable by root, and NO ONE else. If anyone other than
-# root can read this file, then they can spoof responses from the server!
-#
-# There are 3 fields per line in this file. There may be multiple
-# lines. Blank lines or lines beginning with '#' are treated as
-# comments, and are ignored. The fields are:
-#
-# server[:port] secret [timeout]
-#
-# the port name or number is optional. The default port name is
-# "radius", and is looked up from /etc/services The timeout field is
-# optional. The default timeout is 3 seconds.
-#
-# If multiple RADIUS server lines exist, they are tried in order. The
-# first server to return success or failure causes the module to return
-# success or failure. Only if a server fails to response is it skipped,
-# and the next server in turn is used.
-#
-# The timeout field controls how many seconds the module waits before
-# deciding that the server has failed to respond.
-#
-# server[:port] shared_secret timeout (s)
-
-#
-# having localhost in your radius configuration is a Good Thing.
-#
-# See the INSTALL file for pam.conf hints.