diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-10-27 16:33:53 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-10-27 18:52:28 -0700 |
commit | c59ee6a1997c03729af1b677a07d786bc44f5e9f (patch) | |
tree | f050ab01d63dbaf6a88f6595b6d4b84bb26bf735 /sysconf | |
parent | 5d2999ffb3a93966091c095cc85446ec62834c0f (diff) | |
download | vyatta-cfg-quagga-c59ee6a1997c03729af1b677a07d786bc44f5e9f.tar.gz vyatta-cfg-quagga-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-radius | 10 |
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 + |