[geeklog-cvs] Auth_Enterprise/Common AEExceptions.php,1.4,1.5

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Jun 24 17:56:52 EDT 2004


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

Modified Files:
	AEExceptions.php 
Log Message:
Added AELDAPBindError exception

Index: AEExceptions.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Common/AEExceptions.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AEExceptions.php	21 Jun 2004 05:05:37 -0000	1.4
--- AEExceptions.php	24 Jun 2004 21:56:50 -0000	1.5
***************
*** 164,166 ****
--- 164,178 ----
  }
  
+ class AELDAPBindError extends AEBaseException {
+     public $xmlRPCErrorOffset = 13;
+     public function __construct($message)
+     {
+         if (empty($message)) {
+             $message = 'Unable to bind to LDAP server';
+         }
+         
+         parent::__construct($message);
+     }
+ }
+ 
  ?>
\ No newline at end of file




More information about the geeklog-cvs mailing list