From cee8df473b337663f0940967b756e60ebbfad995 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 9 Jun 2010 08:31:46 +0200 Subject: [PATCH] Removed the "unix" module from the default configuration Few people do Unix authentication any more, and it is starting to cause problems. --- raddb/sites-available/default | 2 +- raddb/sites-available/inner-tunnel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/raddb/sites-available/default b/raddb/sites-available/default index d558498..d96dcd8 100644 --- a/raddb/sites-available/default +++ b/raddb/sites-available/default @@ -145,7 +145,7 @@ authorize { # to read /etc/passwd or /etc/shadow directly, see the # passwd module in radiusd.conf. # - unix +# unix # # Read the 'users' file diff --git a/raddb/sites-available/inner-tunnel b/raddb/sites-available/inner-tunnel index 5962dc9..4c83294 100644 --- a/raddb/sites-available/inner-tunnel +++ b/raddb/sites-available/inner-tunnel @@ -51,7 +51,7 @@ authorize { # to read /etc/passwd or /etc/shadow directly, see the # passwd module, above. # - unix +# unix # # Look for IPASS style 'realm/', and if not found, look for -- 2.1.4