D004

Results 7 comments of D004

Hello @dirmgr , How can I create the tree structure for an entry using unboundid.ldap.sdk? ``` DC=com |-- DC=example |-- DC=tester |-- DC=ldap |-- DC=ldap |-- OU=myOrg |-- OU=users |--...

> The message is telling you exactly what's wrong: > > * The object class "user" is not defined in the schema > * The attribute "distinguishedName" is defined in...

@dirmgr - Yes. You are right. This is related to Microsoft Active Directory. I have those schema files but still I am getting the same error. The schema that I...

Hello @dirmgr, The objectClasses defined in the schema as NO-USER-MODIFICATION. An object class that I am using to create the entry has a 'must' attribute called ObjectSID (which is also...

Hello @dirmgr, Thank you so much for your help. I have already applied the 2nd approach. 3rd approach is failing with below exception: `com.unboundid.ldap.sdk.LDAPException: The control with OID '1.3.6.1.4.1.30221.2.5.5' is...

Hello @dirmgr I found InMemoryExtendedOperationHandler and I have a feeling that it might be helpful to define 1.2.840.113556.1.4.803 (LDAP_MATCHING_RULE_BIT_AND) this operation in In-memory-server. Please let me know your opinion. ```...

Hello @dirmgr , Could you please guide me or provide me an example to process the search operation for `:1.2.840.113556.1.4.803:` in the interceptor.