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/t/data | |
parent | 68010e4c1957d2bbfe55efdb4bd4b32541c8d344 (diff) | |
parent | 7856dc7cc5e16140c0084474fe54338f293bf77e (diff) |
Merge tag 'upstream/1.2' into debian
Upstream version 1.2
Diffstat (limited to 'perl/t/data')
-rw-r--r-- | perl/t/data/duo/integration-ldap.json | 11 | ||||
-rw-r--r-- | perl/t/data/duo/integration-radius.json | 11 | ||||
-rw-r--r-- | perl/t/data/duo/integration-rdp.json | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/perl/t/data/duo/integration-ldap.json b/perl/t/data/duo/integration-ldap.json new file mode 100644 index 0000000..78a4c9f --- /dev/null +++ b/perl/t/data/duo/integration-ldap.json @@ -0,0 +1,11 @@ +{ + "enroll_policy": "enroll", + "greeting": "", + "groups_allowed": [], + "integration_key": "DIRWIH0ZZPV4G88B37VQ", + "name": "Integration for LDAP proxy", + "notes": "", + "secret_key": "QO4ZLqQVRIOZYkHfdPDORfcNf8LeXIbCWwHazY7o", + "type": "ldap", + "visual_style": "default" +} diff --git a/perl/t/data/duo/integration-radius.json b/perl/t/data/duo/integration-radius.json new file mode 100644 index 0000000..514a33e --- /dev/null +++ b/perl/t/data/duo/integration-radius.json @@ -0,0 +1,11 @@ +{ + "enroll_policy": "enroll", + "greeting": "", + "groups_allowed": [], + "integration_key": "DIRWIH0ZZPV4G88B37VQ", + "name": "Integration for Radius proxy", + "notes": "", + "secret_key": "QO4ZLqQVRIOZYkHfdPDORfcNf8LeXIbCWwHazY7o", + "type": "radius", + "visual_style": "default" +} diff --git a/perl/t/data/duo/integration-rdp.json b/perl/t/data/duo/integration-rdp.json new file mode 100644 index 0000000..28e925f --- /dev/null +++ b/perl/t/data/duo/integration-rdp.json @@ -0,0 +1,11 @@ +{ + "enroll_policy": "enroll", + "greeting": "", + "groups_allowed": [], + "integration_key": "DIRWIH0ZZPV4G88B37VQ", + "name": "Integration for Radius proxy", + "notes": "", + "secret_key": "QO4ZLqQVRIOZYkHfdPDORfcNf8LeXIbCWwHazY7o", + "type": "rdp", + "visual_style": "default" +} |