I’ve been searching for a while now and while I can find a plethora of information on how to authenticate against an Active Directory server via Java and/or Spring on Linux, I’ve yet to be able to find any information on how to WRITE to an Active Directory server from Java and/or Spring on Linux.
When I say WRITE, I mean add/remove permissions, manage roles (groups), the ability to add/remove users to/from those groups, and add/remove group permissions.
I’m hoping that if there’s no solution out there already, a custom/Mono app can handle the work.
Does anyone know of any API, library, or product that does this? Thanks.
Spring LDAP provides LdapTemplate for all your LDAP needs. It has some precautions around AD, but it should work fine.