missing $ in ldap_password
authorivan <ivan>
Thu, 28 Sep 2006 17:45:38 +0000 (17:45 +0000)
committerivan <ivan>
Thu, 28 Sep 2006 17:45:38 +0000 (17:45 +0000)
FS/FS/svc_acct.pm

index 79e9b25..c301b87 100644 (file)
@@ -1580,7 +1580,7 @@ sub ldap_password {
     die "Blowfish encryption not supported in this context, svcnum ".
         $self->svcnum. "\n";
   } else { #plaintext
-    return '{PLAIN}'. self->_password;
+    return '{PLAIN}'. $self->_password;
     #my $encryption = ( scalar(@_) && $_[0] ) ? shift : 'crypt';
     #if ( $encryption eq 'crypt' ) {
     #  return '{CRYPT}'. crypt(