/[smeserver]/rpms/e-smith-turba/sme8/e-smith-turba-1.7-14.ldap_dn.patch
ViewVC logotype

Annotation of /rpms/e-smith-turba/sme8/e-smith-turba-1.7-14.ldap_dn.patch

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


Revision 1.2 - (hide annotations) (download)
Thu Jun 26 05:10:05 2008 UTC (15 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Fri Jun 20 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-2
- Upgrade patch for Turba 2.2.1

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP
2     --- e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP 2007-04-26 19:59:20.000000000 -0600
3     +++ mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/sources.php/50LocalLDAP 2007-04-26 19:58:52.000000000 -0600
4     @@ -8,7 +8,11 @@
5     'server' => 'localhost',
6     'port' => 389,
7     'tls' => false,
8     - 'root' => '',
9     +{
10     + my $domainName = $DomainName;
11     + $domainName =~ s/\./,dc=/g;
12     + $OUT = qq( 'root' => 'dc=$domainName',);
13     +}
14     'sizelimit' => 200,
15     'dn' => array('cn'),
16     'objectclass' => array('top',

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