使用此过程可向领域中添加新的参与基本条目。
Hashtable configData = new Hashtable(); String realmName = "YourCo"; configData.put(Service.DYNA_CONFIG_KEY_REALM_NAME,realmName); configData.put(Service.DYNA_CONFIG_KEY_BASE_ENTRY,"cn=realmusers,dc=yourco,dc=com"); service.dynamicUpdateConfig(Service.DYNA_CONFIG_EVENT_ADD_PARTICIPATING_BASE_ENTRY, configData);