1 |
jcrisp |
1.1 |
diff -Nrbu phpldapadmin-1.2.3/config/config.php phpldapadmin-1.2.3-OK/config/config.php |
2 |
|
|
--- phpldapadmin-1.2.3/config/config.php 2013-06-18 16:01:03.857955154 +0400 |
3 |
|
|
+++ phpldapadmin-1.2.3-OK/config/config.php 2013-06-18 16:00:46.813130919 +0400 |
4 |
|
|
@@ -77,6 +77,11 @@ |
5 |
|
|
30 seconds or the setting of max_exection_time if this is null. */ |
6 |
|
|
// $config->custom->session['timelimit'] = 30; |
7 |
|
|
|
8 |
|
|
+// $config->custom->appearance['show_clear_password'] = false; |
9 |
|
|
+ |
10 |
|
|
+// $config->custom->search['size_limit'] = 50; |
11 |
|
|
+# $config->custom->search['size_limit'] = 1000; |
12 |
|
|
+ |
13 |
|
|
/* Our local timezone |
14 |
|
|
This is to make sure that when we ask the system for the current time, we |
15 |
|
|
get the right local time. If this is not set, all time() calculations will |
16 |
|
|
@@ -283,7 +288,7 @@ |
17 |
|
|
|
18 |
|
|
/* A convenient name that will appear in the tree viewer and throughout |
19 |
|
|
phpLDAPadmin to identify this LDAP server to users. */ |
20 |
|
|
-$servers->setValue('server','name','My LDAP Server'); |
21 |
|
|
+$servers->setValue('server','name','Local LDAP Server'); |
22 |
|
|
|
23 |
|
|
/* Examples: |
24 |
|
|
'ldap.example.com', |
25 |
|
|
@@ -380,6 +385,7 @@ |
26 |
|
|
/* Default password hashing algorithm. One of md5, ssha, sha, md5crpyt, smd5, |
27 |
|
|
blowfish, crypt or leave blank for now default algorithm. */ |
28 |
|
|
// $servers->setValue('appearance','password_hash','md5'); |
29 |
|
|
+$servers->setValue('appearance','password_hash',''); |
30 |
|
|
|
31 |
|
|
/* If you specified 'cookie' or 'session' as the auth_type above, you can |
32 |
|
|
optionally specify here an attribute to use when logging in. If you enter |
33 |
|
|
@@ -389,6 +395,7 @@ |
34 |
|
|
your LDAP server requires you to login to perform searches, you can enter the |
35 |
|
|
DN to use when searching in 'bind_id' and 'bind_pass' above. */ |
36 |
|
|
// $servers->setValue('login','attr','dn'); |
37 |
|
|
+$servers->setValue('login','attr','uid'); |
38 |
|
|
|
39 |
|
|
/* Base DNs to used for logins. If this value is not set, then the LDAP server |
40 |
|
|
Base DNs are used. */ |