summaryrefslogtreecommitdiff
path: root/sysconf
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-10-27 16:33:53 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-10-27 18:52:28 -0700
commitc59ee6a1997c03729af1b677a07d786bc44f5e9f (patch)
treef050ab01d63dbaf6a88f6595b6d4b84bb26bf735 /sysconf
parent5d2999ffb3a93966091c095cc85446ec62834c0f (diff)
downloadvyatta-cfg-system-c59ee6a1997c03729af1b677a07d786bc44f5e9f.tar.gz
vyatta-cfg-system-c59ee6a1997c03729af1b677a07d786bc44f5e9f.zip
Use pam-auth-update to configure radius
This keeps radius from fighting with tacacs+
Diffstat (limited to 'sysconf')
-rw-r--r--sysconf/pam-radius10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysconf/pam-radius b/sysconf/pam-radius
new file mode 100644
index 00000000..455bcd9c
--- /dev/null
+++ b/sysconf/pam-radius
@@ -0,0 +1,10 @@
+Name: Radius authentication
+Default: no
+Priority: 512
+Auth-Type: Primary
+Auth:
+ [success=end default=ignore] pam_radius_auth.so try_first_pass
+Account-Type: Primary
+Account:
+ [success=end new_authtok_reqd=done default=ignore] pam_radius_auth.so try_first_pass
+