Source for file jAuthUserLDAP.class.php
Documentation is available at jAuthUserLDAP.class.php
- <?php
- /**
- * @package jelix
- * @subpackage auth
- * @author Tahina Ramaroson
- * @contributor Sylvain de Vathaire
- * @copyright 2009 Neov
- * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
- */
-
- require_once(JELIX_LIB_PATH.'auth/jAuthUser.class.php');
-
- /**
- * object which represent a user for LDAP driver
- *
- * @package jelix
- * @subpackage auth
- */
- class jAuthUserLDAP extends jAuthUser {
- }
-
- ?>
Documentation generated on Wed, 24 Sep 2014 21:56:23 +0200 by phpDocumentor 1.4.3