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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -