comparison mod_lib_ldap/dev/t/TestConnection.pm @ 875:ce7a128d139d

Add password for user 'seven'
author Rob Hoelz <rob@hoelz.ro>
date Mon, 10 Dec 2012 22:34:39 +0100
parents 8495dae58d78
children 07582b8aaf84
comparison
equal deleted inserted replaced
874:a8e777e2d44f 875:ce7a128d139d
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 six => '123456',
18 seven => '1234567',
18 ); 19 );
19 20
20 sub new { 21 sub new {
21 my ( $class, $username, %options ) = @_; 22 my ( $class, $username, %options ) = @_;
22 23