Java login through LDAP

Posted by Salda on Server Fault See other posts from Server Fault or by Salda
Published on 2012-09-26T14:48:14Z Indexed on 2012/09/26 15:39 UTC
Read the original article Hit count: 186

Filed under:
|
|

I am starting to write an application for our office and the first step is authentication through LDAP where all users already exist. Everything I need is a code in Java to check if the pair <nick,password> is right. Google found me many links, but I think that I will find here the most sofisticate, short and up to date solution (I don't want to read all articles like 2 whole days to do something so simple).

I have written many dkBs of code in C++, but in Java I am total noob and I haven't coded anything with LDAP yet so try to be simple if speaking in Java and LDAP terms if possible.

© Server Fault or respective owner

Related posts about ldap

Related posts about java