[geeklog-cvs] Auth_Enterprise/Client AEClient.class.php,1.4,1.5

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Jul 1 14:41:33 EDT 2004


Update of /var/cvs/Auth_Enterprise/Client
In directory www:/tmp/cvs-serv20659

Modified Files:
	AEClient.class.php 
Log Message:
authenticate now sets the client provider so it can be used on subsequent calls

Index: AEClient.class.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Client/AEClient.class.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AEClient.class.php	21 Jun 2004 05:00:18 -0000	1.4
--- AEClient.class.php	1 Jul 2004 18:41:31 -0000	1.5
***************
*** 99,102 ****
--- 99,103 ----
          try {
              $userObj = $this->clientProvider->authenticate($userName, $password);
+             $userObj->setClientProvider($this->clientProvider);
          } catch (AEBaseException $error) {
              throw $error;




More information about the geeklog-cvs mailing list