我試圖在亞馬遜的Linux安裝OpenLDAP並得到了以下錯誤: olcRootPW: value #0: <olcRootPW> can only be set when rootdn is under suffix
config error processing olcDatabase={1}monitor,cn=config: <olcRootPW> can only be set whe
我正嘗試使用帶有openldap連接的ObjectChangeListener。 我已經得到了下面的Java代碼 public class MyListener implements ObjectChangeListener
{
// Here my class variable
public MyListener (DirContext ldapContext, String myDn)