diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-12-08 21:01:30 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-12-08 21:01:30 -0800 |
commit | 050534cdd520a276d84dc4a66c81cc8b4faebcb5 (patch) | |
tree | 0e74d929e351bd2e5d50787ecfab428d1c9c1561 /perl/lib/Wallet/Admin.pm | |
parent | 68010e4c1957d2bbfe55efdb4bd4b32541c8d344 (diff) | |
parent | 7856dc7cc5e16140c0084474fe54338f293bf77e (diff) |
Merge tag 'upstream/1.2' into debian
Upstream version 1.2
Diffstat (limited to 'perl/lib/Wallet/Admin.pm')
-rw-r--r-- | perl/lib/Wallet/Admin.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/lib/Wallet/Admin.pm b/perl/lib/Wallet/Admin.pm index d32a0c2..8120e9c 100644 --- a/perl/lib/Wallet/Admin.pm +++ b/perl/lib/Wallet/Admin.pm @@ -126,6 +126,10 @@ sub default_data { # types default rows. my @record = ([ qw/ty_name ty_class/ ], [ 'duo', 'Wallet::Object::Duo' ], + [ 'duo-ldap', 'Wallet::Object::Duo::LDAPProxy' ], + [ 'duo-pam', 'Wallet::Object::Duo::PAM' ], + [ 'duo-radius', 'Wallet::Object::Duo::RadiusProxy' ], + [ 'duo-rdp', 'Wallet::Object::Duo::RDP' ], [ 'file', 'Wallet::Object::File' ], [ 'keytab', 'Wallet::Object::Keytab' ], [ 'wa-keyring', 'Wallet::Object::WAKeyring' ]); |