Go to Google Groups Home    ibm.software.network.directory-integrator
Modify LDAP Search Base in Runtime

Norman <mtm...@163.com>

Hi,

I want to modify ldap search base during runtime, I used an ldap
connector with interator mode, put following code in “before
initialize hook”.
thisConnector.connector.setParam("ldapSearchbase","o=xyz");

But it sill use “<o=orgname>” when it running.

Could anybody help me out?
Thanks in advance