0 Replies Latest reply on May 28, 2006 2:33 PM by logankiefer

    Combination of LdapExtLoginModule and BaseCertLoginModule

    logankiefer

      I'm currently using LdapExtLoginModule to take advantage of ldap searches features. This works great. However, our apps also use certificates so our user does not need to login if they have a cert. I was looking for something like CertRolesLoginModule or DatabaseCertLoginModule but one for LDAP (e.g. something like LdapExCertLoginModule). I don't see anything like this in the api and wanted to see if anyone had either come across this problem or if their was a solution done the road before I implement a custom module that will do this for me.