Source for file jAuthUserLDAP.class.php

Documentation is available at jAuthUserLDAP.class.php

  1. <?php
  2. /**
  3. * @package    jelix
  4. * @subpackage auth
  5. * @author     Tahina Ramaroson
  6. * @contributor Sylvain de Vathaire
  7. * @copyright  2009 Neov
  8. * @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
  9. */
  10.  
  11. require_once(JELIX_LIB_PATH.'auth/jAuthUser.class.php');
  12.  
  13. /**
  14.  * object which represent a user for LDAP driver
  15.  *
  16. * @package    jelix
  17. * @subpackage auth
  18.  */
  19. class jAuthUserLDAP extends jAuthUser {
  20. }
  21.  
  22. ?>

Documentation generated on Wed, 24 Sep 2014 21:56:23 +0200 by phpDocumentor 1.4.3