1. How to add radius to jboss ldap authentication? stackoverflow.comThis is a long shot but I thought it was worth a try. We have designed a java servlet running on jboss and authenticating using ldap (edit: via JAAS). Now the ... |
2. Decrypting OpenLDAP passwords stackoverflow.comI have a set of users in my OpenLDAP and i wish to get some information from them, for example "cn" and "userPassword". However when i retrieve these details the password isnt ... |
3. JBoss 4.2.3 JAAS, LDAP Authentication using EARs stackoverflow.comI've been asked to 'make our j2ee app work with LDAP', I'm hoping someone can offer assistance. I come from a server administration background and so my question is more to ... |
4. Connection Timeout using LdapExtLoginModule stackoverflow.comI am attempting to authenticate users against an existing LDAP server (Active-Directory) using the LdapExtLoginModule provided by JBoss 4.2.3. I have had some success connecting, but the LDAP server seems ... |
5. LdapLoginModule Search-first nonanonymous search stackoverflow.comI got to use the LdapLoginModule http://download.oracle.com/javase/6/docs/jre/api/security/jaas/spec/com/sun/security/auth/module/LdapLoginModule.html together with Microsoft Active Directory in search-first mode, because we got our users in different OUs. AD does not allow anonymous searches. Is ... |