'uid', //login // 'lastname' => 'sn', //last (sur) name // 'firstname' => 'givenname', //first (given) name // 'fullname' => 'cn', //full (common) name // 'comments' => 'description', //comments - you can set this to anything // 'last_contact' => 'lastlogin', //last login utimestamp or don't define // 'email' => 'mail', //email - not necessary will default to empty // 'phone' => 'phone', //phone // 'middlename' => 'mn', //not yet used except for representational purposes // 'registered' => 'created' //created utimestamp or don't define //); ///* You can uncomment the following only if you understand what it implies // // $config["auth"]["create_user_undefined"] = false; //Create a user with minimal rights if the user is in your authentication scheme but not in Pandora //*/ ///*************************** End LDAP Config *****************************/ // Do not display any ERROR error_reporting(E_ALL); // Display ALL errors // error_reporting(E_ERROR); // This is directory where placed "/attachment" directory, to upload files stores. // This MUST be writtable by http server user, and should be in pandora root. // By default, Pandora adds /attachment to this, so by default is the pandora console home dir include ("config_process.php"); ?>