Login with LDAP using JSF 2,1 & Apache Tomcat
问题 More than a problem, I need to perform authentication using jsf. I have developed a login, which receives a username and password that are stored in MySQL. Upon login from the Active Directory, this should take the username and password of AD, which, I suppose, should be the same as that of MySQL. Then, to enter the system, you no longer see the login, but directly the main or home page. I hope your help and thanks in advance. Greetings. 回答1: This my solution, it worked for me: Edit faces