[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1716] trunk/LedgerSMB.pm



Revision: 1716
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1716&view=rev
Author:   einhverfr
Date:     2007-10-07 13:04:17 -0700 (Sun, 07 Oct 2007)

Log Message:
-----------
A few authentication fixes

Modified Paths:
--------------
    trunk/LedgerSMB.pm

Modified: trunk/LedgerSMB.pm
===================================================================
--- trunk/LedgerSMB.pm	2007-10-07 20:03:07 UTC (rev 1715)
+++ trunk/LedgerSMB.pm	2007-10-07 20:04:17 UTC (rev 1716)
@@ -646,7 +646,6 @@
     $auth =~ s/Basic //i; # strip out basic authentication preface
     $auth = MIME::Base64::decode($auth);
     my ($login, $password) = split(/:/, $auth);
-    print STDERR "$auth\n";
     $self->{login} = $login;
     $self->{company} ||= 'lsmb13';
     my $dbname = $self->{company};


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.