/[smeserver]/rpms/e-smith-turba/sme8/e-smith-turba-3.2.0-ldap_scope.patch
ViewVC logotype

Annotation of /rpms/e-smith-turba/sme8/e-smith-turba-3.2.0-ldap_scope.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sat Feb 13 15:13:38 2010 UTC (14 years, 3 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-turba-3_2_0-14_el5_sme, e-smith-turba-3_2_0-17_el5_sme, e-smith-turba-3_2_0-16_el5_sme, e-smith-turba-3_2_0-10_el5_sme, e-smith-turba-3_2_0-11_el5_sme, e-smith-turba-3_2_0-15_el5_sme, HEAD
Please see changelog

1 mrjhb3 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-3.0.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP mezzanine_patched_e-smith-turba-3.0.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP
2     --- e-smith-turba-3.0.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP 2010-02-13 08:29:28.000000000 -0600
3     +++ mezzanine_patched_e-smith-turba-3.0.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP 2010-02-13 08:29:03.000000000 -0600
4     @@ -17,16 +17,9 @@
5     'port' => 389,
6     'tls' => false,
7     {
8     - #my $smeversion = $sysconfig{ReleaseVersion} || "";
9     my $domainName = $DomainName;
10     $domainName =~ s/\./,dc=/g;
11     - #
12     - #if ($smeversion < '8')
13     - #{
14     - $OUT = qq( 'root' => 'dc=$domainName',);
15     - #} else {
16     - # $OUT = qq( 'root' => 'ou=Users,dc=$domainName',);
17     - #}
18     + $OUT = qq( 'root' => 'dc=$domainName',);
19     }
20     // 'bind_dn' => 'cn=admin,ou=users,dc=example,dc=com',
21     // // For Active Directory:
22     @@ -49,7 +42,7 @@
23     // // 'user',
24     // // 'group',
25     // // 'contact'),
26     - 'scope' => 'one',
27     + 'scope' => 'sub',
28     // // For Active Directory:
29     // // 'scope' => 'sub',
30     'charset' => 'UTF-8',

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed