| |
ibm.software.network.directory-integrator |
Hi, I want to modify ldap search base during runtime, I used an ldap But it sill use “<o=orgname>” when it running. Could anybody help me out?
connector with interator mode, put following code in “before
initialize hook”.
thisConnector.connector.setParam("ldapSearchbase","o=xyz");
Thanks in advance