diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-30 21:45:51 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-02 17:05:09 +0100 |
commit | b1bb4dcc8dd9d08e0845ecd4c568511e61c594d1 (patch) | |
tree | dbb2017f52d27d041c794fdd4562d28f59806cb9 /debian/control | |
parent | a717e1c802d958137cdc70adf44d614323438dce (diff) | |
download | vyos-1x-b1bb4dcc8dd9d08e0845ecd4c568511e61c594d1.tar.gz vyos-1x-b1bb4dcc8dd9d08e0845ecd4c568511e61c594d1.zip |
login: T1948: initial support for RADIUS configuration
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6e59ea2fb..2901f792e 100644 --- a/debian/control +++ b/debian/control @@ -63,7 +63,7 @@ Depends: python3, openvpn, openvpn-auth-ldap, openvpn-auth-radius, - libpam-radius-auth, + libpam-radius-auth (>= 1.5.0), mtr-tiny, telnet, traceroute, |