All topics

LDAP

9 articles tagged LDAP.

Active Directory Return Codes

  • Active Directory
  • DataPower
  • LDAP

While working with DataPower and Active Directory (acting as the User Repository) I have often run into situation where AD returns an LDAP error code 49 plus a sub-code in the error string that is unique to AD. The sub-code can be very useful to troubleshooting, if you know what it means.

Read article: Active Directory Return Codes

A Simple Web Application

  • J2EE / Jakarta EE
  • LDAP
  • Java

In order to test J2EE Security with the Security Realm and Openldap User Repository we created in the last article in this series, we need an application to protect. The focus of this article is to create a very simple web application that can be protected by J2EE Security.

Read article: A Simple Web Application