java - programmatically querying LDAP permissions -


is there way programmatically query openldap 2.4 server find out attributes of object user allowed modify? or way tell server ignore modifications current user doesn't have permission make, instead of rejecting whole request?

i'm looking way can avoid hard-coding users should see fields editable in ldap management webapp.

please check if this helps.

in example, trying change acl's specific object. might able re-use same/similar code.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -