JBoss and LDAP
Target: create a test environment for JBoss JAAS authentication using LDAP. Platform: Linux Ubuntu 9.10, JBoss 4.2.2.GA, java 1.6.0_15 Install and configure openldap Installing ldap proved to be the most complicated part as apparently Karmic stripped all ldap configuration from the install so all tutorials found on ubuntu site are useless. Finally I’ve found a thread which described the process. Here are the steps I followed: apt-get remove --purge slapd ldap-utils #remove all my tests apt-get install slapd ldap-utils #install fresh ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/cosine....