From: ivan Date: Thu, 28 Sep 2006 17:45:38 +0000 (+0000) Subject: missing $ in ldap_password X-Git-Tag: freeside_1_7_2~1^2~310 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9f9282c46182755f0a3b950fea0968a4580f38d8;p=freeside.git missing $ in ldap_password --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 79e9b2503..c301b87ec 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -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(