Hi, I'm currently implementing a module for our system to connect to a LDAP server and retrieve information about the currently logged on user. As a part of the requirements, our system should act if data on the LDAP server changes - thus, I would like to know in my Java code, if anything changes on the server.
I found this example how to do it: https://docs.oracle.com/javase/tutorial/displayCode.html?code=https://docs.oracle.com/javase/tutorial/jndi/ldap/examples/RegUnsol.java But, that is not through the Apache LDAP API. I can't seem to find anything about it in your guide http://directory.apache.org/api/user-guide.html Could you help me/write a section about this? In advance, thanks a lot :) Martin Hastrup Krogh Engineer, Software, C2 Ground Software, Technology & Innovation Terma A/S Hovmarken 4, 8520 Lystrup, Denmark T +45 8743 6000 www.terma.com<http://www.terma.com> * Newsletter<http://www.terma.com/press/newsletter> * Social media<http://www.terma.com/press/social-media/> ________________________________ Attention: This e-mail (and attachment(s), if any) - intended for the addressee(s) only - may contain confidential, copyright, or legally privileged information or material, and no one else is authorized to read, print, store, copy, forward, or otherwise use or disclose any part of its contents or attachment(s) in any form. If you have received this e-mail in error, please notify me by telephone or return e-mail, and delete this e-mail and attachment(s). Thank you.
