[geeklog-cvs] Auth_Enterprise test.php,1.4,1.5

tony at iowaoutdoors.org tony at iowaoutdoors.org
Mon Jun 21 01:03:53 EDT 2004


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

Modified Files:
	test.php 
Log Message:
test updates

Index: test.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/test.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test.php	19 Jun 2004 20:43:46 -0000	1.4
--- test.php	21 Jun 2004 05:03:50 -0000	1.5
***************
*** 54,59 ****
  
  //$userObj = $client->authenticate('root at localhost','foo');
! $userObj = $client->authenticate('webmaster at localhost','foo2');
! print_r($userObj);
  exit;
  
--- 54,66 ----
  
  //$userObj = $client->authenticate('root at localhost','foo');
! try {
!     $userObj = $client->authenticate('webmaster at localhost','foo');
! } catch (AEBaseException $e) {
!     //print 'wtf';exit;
!     print_r($e);
! } catch (Exception $e) {
!     print 'huh'; exit;
! }
! //print_r($userObj);
  exit;
  




More information about the geeklog-cvs mailing list