Dmitry Butskoy 0e6a410
diff -Nrbu phpldapadmin-1.2.1.1/config/config.php phpldapadmin-1.2.1.1-OK/config/config.php
Dmitry Butskoy 0e6a410
--- phpldapadmin-1.2.1.1/config/config.php	2011-07-22 19:48:38.000000000 +0400
Dmitry Butskoy 0e6a410
+++ phpldapadmin-1.2.1.1-OK/config/config.php	2011-07-22 19:52:24.000000000 +0400
Dmitry Butskoy 0e6a410
@@ -76,6 +76,11 @@
497c0ba
    30 seconds or the setting of max_exection_time if this is null. */
497c0ba
 // $config->custom->session['timelimit'] = 30;
497c0ba
 
497c0ba
+// $config->custom->appearance['show_clear_password'] = false;
497c0ba
+
497c0ba
+// $config->custom->search['size_limit'] = 50;
497c0ba
+#  $config->custom->search['size_limit'] = 1000;
497c0ba
+
497c0ba
 /* Our local timezone
497c0ba
    This is to make sure that when we ask the system for the current time, we
497c0ba
    get the right local time. If this is not set, all time() calculations will
Dmitry Butskoy 0e6a410
@@ -279,7 +284,7 @@
497c0ba
 
497c0ba
 /* A convenient name that will appear in the tree viewer and throughout
497c0ba
    phpLDAPadmin to identify this LDAP server to users. */
497c0ba
-$servers->setValue('server','name','My LDAP Server');
497c0ba
+$servers->setValue('server','name','Local LDAP Server');
497c0ba
 
497c0ba
 /* Examples:
497c0ba
    'ldap.example.com',
Dmitry Butskoy 0e6a410
@@ -373,6 +378,7 @@
497c0ba
 /* Default password hashing algorithm. One of md5, ssha, sha, md5crpyt, smd5,
497c0ba
    blowfish, crypt or leave blank for now default algorithm. */
497c0ba
 // $servers->setValue('appearance','password_hash','md5');
497c0ba
+$servers->setValue('appearance','password_hash','');
497c0ba
 
497c0ba
 /* If you specified 'cookie' or 'session' as the auth_type above, you can
497c0ba
    optionally specify here an attribute to use when logging in. If you enter
Dmitry Butskoy 0e6a410
@@ -382,6 +388,7 @@
497c0ba
    your LDAP server requires you to login to perform searches, you can enter the
Dmitry Butskoy 0e6a410
    DN to use when searching in 'bind_id' and 'bind_pass' above. */
497c0ba
 // $servers->setValue('login','attr','dn');
497c0ba
+$servers->setValue('login','attr','uid');
497c0ba
 
497c0ba
 /* Base DNs to used for logins. If this value is not set, then the LDAP server
497c0ba
    Base DNs are used. */