was ist mit -u -p ?

Hier ein Beispiel für die isys_handler_ldap.inc.php

/** * i-doit * * LDAP handler configuration file * * @package i-doit * @subpackage General * @author Dennis Stücken <dstuecken@synetics.de>* @version 0.9.3 * @copyright Copyright 2008 - synetics GmbH * @license http://dev.perl.org/perl6/rfc/346.html Artistic License 2.0 */ define("C__HANDLER__LDAP", 1); /**   * Automated login configuration   */ $g_userconf = array( "user" => "admin", "pass" => "admin", "mandator_id" => 1 ); ?></dstuecken@synetics.de>