summaryrefslogtreecommitdiff
path: root/docs/objects-and-schemes
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2015-12-14 21:54:13 -0800
committerRuss Allbery <eagle@eyrie.org>2015-12-14 21:54:13 -0800
commitb0d5c2d20c19ba4f4274a260660c98757ba07644 (patch)
treeed2a02e79d6026bdb09e999da433033c0492bee5 /docs/objects-and-schemes
parent6b7b9a29d20a65712061648404bbc6f1be5cacee (diff)
parent6b0cad572edef05d119abc8fc843c8c5d33665b8 (diff)
Merge pull request #2 from jonrober/master
Changes so far for 1.3
Diffstat (limited to 'docs/objects-and-schemes')
-rw-r--r--docs/objects-and-schemes24
1 files changed, 19 insertions, 5 deletions
diff --git a/docs/objects-and-schemes b/docs/objects-and-schemes
index 97e6289..763a24b 100644
--- a/docs/objects-and-schemes
+++ b/docs/objects-and-schemes
@@ -10,17 +10,21 @@ Introduction
Object Types
- duo
+ duo-ldap
+ duo-pam
+ duo-radius
+ duo-rdp
Stores the configuration for a Duo Security integration. Duo is a
cloud provider of multifactor authentication services. A Duo
integration consists of some local configuration and a secret key that
permits verification of a second factor using the Duo cloud service.
- Currently, only UNIX integrations are supported. In the future, this
- object type will likely be split into several object types
- corresponding to the supported types of Duo integrations.
+ Each of these types is the same except for the output, which is
+ specialized towards giving information in the format suited for a
+ specific application.
- Implemented via Wallet::Object::Duo.
+ Implemented via Wallet::Object::Duo::PAM, Wallet::Object::Duo::RDP,
+ Wallet::Object::Duo::LDAPProxy, Wallet::Object::Duo::RadiusProxy.
file
@@ -33,6 +37,16 @@ Object Types
Implemented via Wallet::Object::File.
+ password
+
+ Stores a file with single password in it and allows retrieval of that
+ file. This is built on the file object and is almost entirely
+ identical in function. It adds the ability to automatically generate
+ randomized content if you get the object before it's been stored,
+ letting you get autogenerated passwords.
+
+ Implemented via Wallet::Object::Password.
+
keytab
Stores a keytab representing private keys for a given Kerberos