* Add a directive ldap_debug. Add debugging statements in the ldap library
* Add debug statements in the pg driver
* In debug, output the sql queries in italic. Refer to enabling debugging in the FAQ
+* Don't include user_info.php3 in the user_test page.
Ver 1.61:
* Add a string encoder for greek
* If general_decode_normal_attributes is set then encode attributes in lib/ldap/change_info. In the near future
<?php
require('../conf/config.php3');
-if (is_file("../lib/$config[general_lib_type]/user_info.php3"))
- include("../lib/$config[general_lib_type]/user_info.php3");
if ($login == 'da_server_test'){
$login = $config[general_test_account_login];
echo <<<EOM
<html>
<head>
-<title>test user $login ($cn)</title>
+<title>test user $login</title>
<link rel="stylesheet" href="style.css">
</head>
<body bgcolor="#80a040" background="images/greenlines1.gif" link="black" alink="black">