aboutsummaryrefslogtreecommitdiff
path: root/perl/t/verifier/ldap-attr.t
diff options
context:
space:
mode:
Diffstat (limited to 'perl/t/verifier/ldap-attr.t')
-rwxr-xr-xperl/t/verifier/ldap-attr.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/t/verifier/ldap-attr.t b/perl/t/verifier/ldap-attr.t
index 3c132e2..3caaf8b 100755
--- a/perl/t/verifier/ldap-attr.t
+++ b/perl/t/verifier/ldap-attr.t
@@ -31,7 +31,7 @@ require_ok ('Wallet::ACL::LDAP::Attribute');
my $host = 'ldap.stanford.edu';
my $base = 'cn=people,dc=stanford,dc=edu';
my $filter = 'uid';
-my $user = 'rra@stanford.edu';
+my $user = 'jonrober@stanford.edu';
my $attr = 'suPrivilegeGroup';
my $value = 'stanford:stanford';
@@ -68,7 +68,7 @@ SKIP: {
is ($verifier->check ($user, "BOGUS=$value"), undef,
"Checking BOGUS=$value fails with error");
is ($verifier->error,
- 'cannot check LDAP attribute BOGUS for rra: Undefined attribute type',
+ 'cannot check LDAP attribute BOGUS for jonrober: Undefined attribute type',
'...with correct error');
is ($verifier->check ('user-does-not-exist', "$attr=$value"), 0,
"Checking for nonexistent user fails");