summaryrefslogtreecommitdiff
path: root/perl/t/data
diff options
context:
space:
mode:
authorJon Robertson <jonrober@stanford.edu>2014-10-09 09:55:21 -0700
committerJon Robertson <jonrober@stanford.edu>2014-10-09 10:08:31 -0700
commit94cfb1c7969515a863d7b0e09f00b6ced5f4fc5c (patch)
tree754614133c58d20cc2547df035ebf0e180e7f3f1 /perl/t/data
parent8cafcdfdaf66ca7a7735c899ce99a714e718197c (diff)
Created tests for new Duo object types
Change-Id: I818be125f3195316b44e650ba6e05b8e0b831ea6
Diffstat (limited to 'perl/t/data')
-rw-r--r--perl/t/data/duo/integration-ldap.json11
-rw-r--r--perl/t/data/duo/integration-radius.json11
2 files changed, 22 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"
+}