[pLog-svn] r1965 - plugins/trunk/atom/class/xml/atom

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri May 6 23:08:36 GMT 2005


Author: oscar
Date: 2005-05-06 23:08:36 +0000 (Fri, 06 May 2005)
New Revision: 1965

Modified:
   plugins/trunk/atom/class/xml/atom/wsseauthentication.class.php
Log:
added some debug stuff in case it is necessary

Modified: plugins/trunk/atom/class/xml/atom/wsseauthentication.class.php
===================================================================
--- plugins/trunk/atom/class/xml/atom/wsseauthentication.class.php	2005-05-06 23:06:59 UTC (rev 1964)
+++ plugins/trunk/atom/class/xml/atom/wsseauthentication.class.php	2005-05-06 23:08:36 UTC (rev 1965)
@@ -68,6 +68,7 @@
 			$passwordDigestAlt = base64_encode(pack("H*",SHA1::sha1($this->nonce.$this->created.$password)));
 		
 			AtomLogger::Log( "pLog's computed password digest: $passwordDigest" );
+			AtomLogger::Log( "pLog's alternative computed password digest: $passwordDigestAlt" );			
 
 			// finally, compare if they are the same or not...
 			return(( $passwordDigest == $this->passwordDigest ) || ( $passwordDigestAlt == $this->passwordDigest ));




More information about the pLog-svn mailing list