Fix bug introduced in rev:a3a710f720dd with passwd arguments.
--- a/shelldap Tue Sep 06 16:28:31 2011 -0700
+++ b/shelldap Mon Sep 12 08:35:25 2011 -0700
@@ -1651,7 +1651,7 @@
}
# convert given path to DN
- $self->path_to_dn( $dn );
+ $dn = $self->path_to_dn( $dn );
my $s = $self->search( { base => $dn, scope => 'base' } );
if ( $s->{'code'} ) {