Zikula 1.0.1
[ class tree: Zikula 1.0.1 ] [ index: Zikula 1.0.1 ] [ all elements ]

Source for file admin.php

Documentation is available at admin.php

  1. <?php
  2. /**
  3.  * Zikula Application Framework
  4.  * @copyright (c) 2001, Zikula Development Team
  5.  * @link http://www.zikula.org
  6.  * @version $Id: admin.php 24342 2008-06-06 12:03:14Z markwest $
  7.  * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
  8.  */
  9.  
  10. // general
  11. define('_AUTHLDAP','LDAP authentication');
  12.  
  13. // modify config
  14. define('_AUTHLDAP_BASEDN','Base DN');
  15. define('_AUTHLDAP_BINDAS','Bind as');
  16. define('_AUTHLDAP_BINDPASS','Bind password');
  17. define('_AUTHLDAP_DEFAULTGROUP','Add new user to group');
  18. define('_AUTHLDAP_SEARCHATTR''Search user using attribute');
  19. define('_AUTHLDAP_SEARCHDN','Search base');
  20. define('_AUTHLDAP_SERVADR','Server address');

Documentation generated on Fri, 18 Jul 2008 21:38:20 +0200 by phpDocumentor 1.4.1