1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-kronolith-1.1/root/etc/e-smith/templates-custom/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP mezzanine_patched_smeserver-kronolith-1.1/root/etc/e-smith/templates-custom/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP |
2 |
|
|
--- smeserver-kronolith-1.1/root/etc/e-smith/templates-custom/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP 2006-09-14 22:13:05.000000000 -0500 |
3 |
|
|
+++ mezzanine_patched_smeserver-kronolith-1.1/root/etc/e-smith/templates-custom/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP 1969-12-31 18:00:00.000000000 -0600 |
4 |
|
|
@@ -1,52 +0,0 @@ |
5 |
|
|
-$cfgSources['localldap'] = array( |
6 |
|
|
- 'title' => 'Local LDAP', |
7 |
|
|
- 'type' => 'ldap', |
8 |
|
|
- 'params' => array( |
9 |
|
|
- 'server' => 'localhost', |
10 |
|
|
- 'port' => 389, |
11 |
|
|
- 'tls' => false, |
12 |
|
|
- 'root' => '', |
13 |
|
|
- 'sizelimit' => 200, |
14 |
|
|
- 'dn' => array('cn'), |
15 |
|
|
- 'objectclass' => array('top', |
16 |
|
|
- 'person', |
17 |
|
|
- 'organizationalPerson','inetOrgPerson'), |
18 |
|
|
- 'charset' => 'iso-8859-1', |
19 |
|
|
- // check if all required attributes for an entry are set and add them |
20 |
|
|
- // if needed. |
21 |
|
|
- 'checkrequired' => false, |
22 |
|
|
- // string to put in missing required attributes. |
23 |
|
|
- 'checkrequired_string' => ' ', |
24 |
|
|
- 'version' => 3 |
25 |
|
|
- ), |
26 |
|
|
- 'map' => array( |
27 |
|
|
- '__key' => 'dn', |
28 |
|
|
- '__uid' => 'uid', |
29 |
|
|
- 'name' => 'cn', |
30 |
|
|
- 'email' => 'mail', |
31 |
|
|
- 'homePhone' => 'homephone', |
32 |
|
|
- 'workPhone' => 'telephonenumber', |
33 |
|
|
- 'cellPhone' => 'mobiletelephonenumber', |
34 |
|
|
-{ |
35 |
|
|
- my $hordefreebusy = $horde{'freebusy'} || 'disabled'; return " \'homeAddress\' => \'homepostaladdress\'\n #freebusy is currently not enabled. To enable - config setprop horde freebusy enabled" unless ($hordefreebusy eq "enabled"); |
36 |
|
|
- $OUT .= ' \'homeAddress\' => \'homepostaladdress\',' |
37 |
|
|
- . "\n" |
38 |
|
|
- . ' \'freebusyUrl\' => \'calFBURL\''; |
39 |
|
|
-} |
40 |
|
|
- ), |
41 |
|
|
- 'search' => array( |
42 |
|
|
- 'name', |
43 |
|
|
- 'email', |
44 |
|
|
- 'homePhone', |
45 |
|
|
- 'workPhone', |
46 |
|
|
- 'cellPhone', |
47 |
|
|
- 'homeAddress' |
48 |
|
|
- ), |
49 |
|
|
- 'strict' => array( |
50 |
|
|
- 'dn', |
51 |
|
|
- ), |
52 |
|
|
- 'public' => true, |
53 |
|
|
- 'readonly' => true, |
54 |
|
|
- 'admin' => array(), |
55 |
|
|
- 'export' => true |
56 |
|
|
-); |