active directory - Easiest way to use LDAP in Java (Eclipse) -
i'm working on small project have use ldap in eclipse (for active-directory access). want usernames, create new user, delete user.
i never worked ldap before , had few difficulties finding explained step-by-step tutorial start with. in addition seems every tutorial seems use different api (openldap, apache directory, unboundid, spring framework ect.), confuses me. api should use?
i thankful if have hints on how started ldap.
my personal choice unboindid far perfect, more recent others, , @ least not dead project spring-ldap. has annoying problems, example many classes in api final not particularly testing friendly, cannot create mocks of them.
however if started new project now, consider using ldaptive not ldap client implementation, api layer above concrete implementation (provider) delegates ldap operations. can work many different providers, , seems offer nicer api , documentation.
Comments
Post a Comment