Message from discussion
Modify LDAP Search Base in Runtime
Path: g2news2.google.com!postnews.google.com!x5g2000yqk.googlegroups.com!not-for-mail
From: Norman <mtm...@163.com>
Newsgroups: ibm.software.network.directory-integrator
Subject: Modify LDAP Search Base in Runtime
Date: Sat, 27 Jun 2009 20:30:35 -0700 (PDT)
Organization: http://groups.google.com
Lines: 11
Message-ID: <67272a35-0c7d-49b9-ae3f-88b36c32ff52@x5g2000yqk.googlegroups.com>
NNTP-Posting-Host: 210.22.158.134
Mime-Version: 1.0
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1246159835 30101 127.0.0.1 (28 Jun 2009 03:30:35 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sun, 28 Jun 2009 03:30:35 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: x5g2000yqk.googlegroups.com; posting-host=210.22.158.134;
posting-account=XmctQwoAAADIRJ7s8CyjBsELFt0JQuwP
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
Hewlett-Packard; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727;
CIBA),gzip(gfe),gzip(gfe)
Hi,
I want to modify ldap search base during runtime, I used an ldap
connector with interator mode, put following code in =93before
initialize hook=94.
thisConnector.connector.setParam("ldapSearchbase","o=3Dxyz");
But it sill use =93<o=3Dorgname>=94 when it running.
Could anybody help me out?
Thanks in advance