aboutsummaryrefslogtreecommitdiff
path: root/perl/t/data
diff options
context:
space:
mode:
Diffstat (limited to 'perl/t/data')
-rw-r--r--perl/t/data/duo/integration.json11
-rw-r--r--perl/t/data/duo/keys.json5
-rw-r--r--perl/t/data/perl.conf7
3 files changed, 23 insertions, 0 deletions
diff --git a/perl/t/data/duo/integration.json b/perl/t/data/duo/integration.json
new file mode 100644
index 0000000..6e569d6
--- /dev/null
+++ b/perl/t/data/duo/integration.json
@@ -0,0 +1,11 @@
+{
+ "enroll_policy": "enroll",
+ "greeting": "",
+ "groups_allowed": [],
+ "integration_key": "DIRWIH0ZZPV4G88B37VQ",
+ "name": "Integration for UNIX PAM",
+ "notes": "",
+ "secret_key": "QO4ZLqQVRIOZYkHfdPDORfcNf8LeXIbCWwHazY7o",
+ "type": "unix",
+ "visual_style": "default"
+}
diff --git a/perl/t/data/duo/keys.json b/perl/t/data/duo/keys.json
new file mode 100644
index 0000000..0de11ff
--- /dev/null
+++ b/perl/t/data/duo/keys.json
@@ -0,0 +1,5 @@
+{
+ "integration_key": "VWFQIFMA9E79ZFG0ABIQ",
+ "secret_key": "BAbja87NB8AmzlgalGAm09abNqpGZVva985al1zF",
+ "api_hostname": "example-admin.duosecurity.com"
+}
diff --git a/perl/t/data/perl.conf b/perl/t/data/perl.conf
new file mode 100644
index 0000000..ca05568
--- /dev/null
+++ b/perl/t/data/perl.conf
@@ -0,0 +1,7 @@
+# Configuration for Perl tests. -*- perl -*-
+
+# Default minimum version requirement.
+$MINIMUM_VERSION = '5.008';
+
+# File must end with this line.
+1;