我想使用 JNDI 在 OpenDS 中创建一个新的 Base DN (dc=test,dc=dom),但不知道如何去做。
我尝试使用:
context.createSubcontext("dc=test,dc=com", 属性);
我敢肯定这不是正确的方法,因为它只是失败了以下内容:
javax.naming.NameNotFoundException: [LDAP: error code 32 - The provided entry dc=test,dc=dom cannot be added because its suffix is not defined as one of the suffixes within the Directory Server]; remaining name 'dc=test,dc=dom'
这可以使用JNDI吗?