I am new to Lightweight DA services and for my task I need to be able to add new entries to an LDAP server.However, only certain(configurable) IPs (application instances) should be allowed to perform the add operation.
What is the best way to approach this?
I am using Java 8 and UnboundId sdk.
Thank you in advance