summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2006-09-28 17:45:38 +0000
committerivan <ivan>2006-09-28 17:45:38 +0000
commit9f9282c46182755f0a3b950fea0968a4580f38d8 (patch)
tree0b7bc7b4431b4d188006af048749b00b1cee5b60
parent0ce3ddd40bf1f9142e3fdb4f3b3da15ac268c720 (diff)
missing $ in ldap_password
-rw-r--r--FS/FS/svc_acct.pm2
1 files changed, 1 insertions, 1 deletions
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(