diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2009-10-31 13:22:42 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2009-10-31 13:22:42 -0700 |
commit | b817fa2eb752bc1f4a8d3c97b7749d003c2bb7d4 (patch) | |
tree | 54c329d60fc947e7562759bebcd8cd8b24ac7be8 /sysconf/pam-radius | |
parent | 1b8212fe55cc9d83601acc52b43d3e7116542eda (diff) | |
parent | 1f5174a65f21d1280827d7fb911232f4bfc56eb7 (diff) | |
download | vyatta-cfg-system-b817fa2eb752bc1f4a8d3c97b7749d003c2bb7d4.tar.gz vyatta-cfg-system-b817fa2eb752bc1f4a8d3c97b7749d003c2bb7d4.zip |
Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwood
Diffstat (limited to 'sysconf/pam-radius')
-rw-r--r-- | sysconf/pam-radius | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysconf/pam-radius b/sysconf/pam-radius new file mode 100644 index 00000000..0409dd44 --- /dev/null +++ b/sysconf/pam-radius @@ -0,0 +1,12 @@ +Name: Radius authentication +Default: no +Priority: 512 +Auth-Type: Primary +Auth: + [success=end default=ignore] pam_radius_auth.so try_first_pass +Auth-Initial: + [success=end default=ignore] pam_radius_auth.so +Account-Type: Primary +Account: + [success=end new_authtok_reqd=done default=ignore] pam_radius_auth.so try_first_pass + |