comparison mod_lib_ldap/dev/t/TestConnection.pm @ 866:8495dae58d78

Test login for user 'six' This user appears in a deeper LDAP record
author Rob Hoelz <rob@hoelz.ro>
date Mon, 10 Dec 2012 22:04:53 +0100
parents 1d51c5e38faa
children ce7a128d139d
comparison
equal deleted inserted replaced
865:236ac7175610 866:8495dae58d78
12 one => '12345', 12 one => '12345',
13 two => '23451', 13 two => '23451',
14 three => '34512', 14 three => '34512',
15 four => '45123', 15 four => '45123',
16 five => '51234', 16 five => '51234',
17 six => '123456',
17 ); 18 );
18 19
19 sub new { 20 sub new {
20 my ( $class, $username, %options ) = @_; 21 my ( $class, $username, %options ) = @_;
21 22