Projects
Kolab:3.4:Updates
php-pear-Net-LDAP3
0002-Use-the-right-properties-for-mozldap-ldaps...
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-Use-the-right-properties-for-mozldap-ldapsearch-call.patch of Package php-pear-Net-LDAP3 (Revision 16)
Currently displaying revision
16
,
Show latest
From ee60f50af2c4d27cec8d6c4253981f583236b5ff Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 14 Oct 2014 12:18:33 +0200 Subject: [PATCH 2/4] Use the right properties for /mozldap/ldapsearch calls --- lib/Net/LDAP3.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Net/LDAP3.php b/lib/Net/LDAP3.php index 82bc055..d370a45 100644 --- a/lib/Net/LDAP3.php +++ b/lib/Net/LDAP3.php @@ -723,9 +723,9 @@ class Net_LDAP3 $moz_ldapsearch, '-x', '-h', - $this->_ldap_server, + $this->_current_host, '-p', - $this->_ldap_port, + $this->config_get('port', 389), '-b', escapeshellarg($entry_dn), '-s', -- 1.9.3
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.