I have a code like this for user creation:
AddRequest addRequest = new AddRequest(...
...
LDAPResult addResult = ldapConnectionPool.add(addRequest)
Is there way to get ObjectGUID from addResult
field ?
Or maybe there is a way to generate this ObjectGUID
on the client side and send as an argument ?