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 --- 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 +++ 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 @@ -1,52 +0,0 @@ -$cfgSources['localldap'] = array( - 'title' => 'Local LDAP', - 'type' => 'ldap', - 'params' => array( - 'server' => 'localhost', - 'port' => 389, - 'tls' => false, - 'root' => '', - 'sizelimit' => 200, - 'dn' => array('cn'), - 'objectclass' => array('top', - 'person', - 'organizationalPerson','inetOrgPerson'), - 'charset' => 'iso-8859-1', - // check if all required attributes for an entry are set and add them - // if needed. - 'checkrequired' => false, - // string to put in missing required attributes. - 'checkrequired_string' => ' ', - 'version' => 3 - ), - 'map' => array( - '__key' => 'dn', - '__uid' => 'uid', - 'name' => 'cn', - 'email' => 'mail', - 'homePhone' => 'homephone', - 'workPhone' => 'telephonenumber', - 'cellPhone' => 'mobiletelephonenumber', -{ - 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"); - $OUT .= ' \'homeAddress\' => \'homepostaladdress\',' - . "\n" - . ' \'freebusyUrl\' => \'calFBURL\''; -} - ), - 'search' => array( - 'name', - 'email', - 'homePhone', - 'workPhone', - 'cellPhone', - 'homeAddress' - ), - 'strict' => array( - 'dn', - ), - 'public' => true, - 'readonly' => true, - 'admin' => array(), - 'export' => true -);