0

Would like to know if we can authenticate an applicationName & password against LDAP. In our LDAP system, I can see 'Applications' branch apart from 'Groups', 'People' etc..Need to do this check to do some action.

I'm looking for documentation or sample code to do it in Java.

Thank you,

1
  • Is it really that weired/specific feature? Please throw some light on it. Appreciate your help. Commented Apr 12, 2014 at 17:34

1 Answer 1

1

You can do this with JNDI. See the Oracle JNDI tutorial. It is very extensive and it has a large section on LDAP.

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you for reply. Yeah, it's very extensive. Do you think this section is useful? I need to validate application accounts. Thanks. docs.oracle.com/javase/jndi/tutorial/ldap/security/ldap.html

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.