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 Mon, 26 Oct 2015 21:51:45 +0100 by phpDocumentor 1.4.3