diff -Nur -x '*.orig' -x '*.rej' smeserver-coova-chilli-0.1/root/etc/e-smith/templates/etc/raddb/radiusd.conf/70authenticate25AuthUnix mezzanine_patched_smeserver-coova-chilli-0.1/root/etc/e-smith/templates/etc/raddb/radiusd.conf/70authenticate25AuthUnix --- smeserver-coova-chilli-0.1/root/etc/e-smith/templates/etc/raddb/radiusd.conf/70authenticate25AuthUnix 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_smeserver-coova-chilli-0.1/root/etc/e-smith/templates/etc/raddb/radiusd.conf/70authenticate25AuthUnix 2008-08-28 09:30:19.000000000 +0200 @@ -0,0 +1,5 @@ +{ + push(@authModules, "\tunix\n"); + $OUT = ''; +} + diff -Nur -x '*.orig' -x '*.rej' smeserver-coova-chilli-0.1/root/etc/e-smith/templates-custom/etc/raddb/radiusd.conf/70authenticate mezzanine_patched_smeserver-coova-chilli-0.1/root/etc/e-smith/templates-custom/etc/raddb/radiusd.conf/70authenticate --- smeserver-coova-chilli-0.1/root/etc/e-smith/templates-custom/etc/raddb/radiusd.conf/70authenticate 2008-04-05 01:49:01.000000000 +0200 +++ mezzanine_patched_smeserver-coova-chilli-0.1/root/etc/e-smith/templates-custom/etc/raddb/radiusd.conf/70authenticate 1970-01-01 01:00:00.000000000 +0100 @@ -1,31 +0,0 @@ -{ -# Authentication. -# -# This section lists which modules are available for authentication. -# Note that it does NOT mean 'try each module in order'. It means -# that a module from the 'authorize' section adds a configuration -# attribute 'Auth-Type := FOO'. That authentication type is then -# used to pick the apropriate module from the list below. -# -# In general, you SHOULD NOT set the Auth-Type attribute. The server -# will figure it out on its own, and will do the right thing. The -# most common side effect of erroneously setting the Auth-Type -# attribute is that one authentication method will work, but the -# others will not. -# -# The common reasons to set the Auth-Type attribute by hand -# is to either forcibly reject the user, or forcibly accept him. -} -authenticate \{ -{ - # MSCHAP authentication. -} Auth-Type MS-CHAP \{ - mschap - \} -{ - # Allow EAP authentication. -} eap - # Allow Unix Auth - unix -\} -