How can I extract changed attributes in changed entries?
Type: Posts; User: GeneL; Keyword(s):
How can I extract changed attributes in changed entries?
I would like identify an attribute in an entry to hold only one value from a list of possible values. For example: attribute ‘status’ can only have one of the following values: OFF, ON, UNKNOWN and...
It may not be exactly the right forum to as this question, but here it is:
I am trying to convert XSD schema to LDAP schema. Is there a way to do it? Here are some examples of the XSD code:
...
I need to search the entire LDAP server for a specific entry. To do that I need get root DNs of this LDAP server. After that use each root DN as subtree to carry out the search.
Two questions:
...
It works.
Thank you.
Is there a way to do it in Java?
Thank you.
I tried this code, but I have a runtime cast problem:
java.lang.ClassCastException: org.springframework.ldap.core.DirContextAdapter cannot be cast to...
I would like to do a persistent search with spring ldap. In other words, I would like to be notified when a change occurs in a specified subtree. I can do this function with novell ldap kit. Can it...