aboutsummaryrefslogtreecommitdiff
path: root/perl/lib/Wallet/Object
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/lib/Wallet/Object
parent8cafcdfdaf66ca7a7735c899ce99a714e718197c (diff)
Created tests for new Duo object types
Change-Id: I818be125f3195316b44e650ba6e05b8e0b831ea6
Diffstat (limited to 'perl/lib/Wallet/Object')
-rw-r--r--perl/lib/Wallet/Object/Duo/LDAPProxy.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Wallet/Object/Duo/LDAPProxy.pm b/perl/lib/Wallet/Object/Duo/LDAPProxy.pm
index cd32523..757a61a 100644
--- a/perl/lib/Wallet/Object/Duo/LDAPProxy.pm
+++ b/perl/lib/Wallet/Object/Duo/LDAPProxy.pm
@@ -42,7 +42,7 @@ sub create {
$time ||= time;
my $self = $class->SUPER::create ($type, $name, $schema, $creator, $host,
- $time, 'ldap');
+ $time, 'ldapproxy');
return $self;
}