java ee - Geronimo webapp using ldap authentication -
I am using Apache Jeromeo as my application server. Authentication is being done on LDAP using the ADPE directory service. I have no previous experience with Java software development, so please make it easy for me. Tell me that I can explain anything in more detail. Actually my login step is similar to this example from Geronimo's documentation: Three different behaviors are happening when a user is trying to login: When a user logs in with the correct username, which is in the correct ladder group, they are taken to a safe area of the site. And I'm not sure how to login a user from the site until the end of its session. When a user logs in to the user name / password LDAP directory, user (specified in this location in 'web.xml') /auth/logonError.html ? Param = test will be sent to A user's log with the appropriate username / password that is not in the appropriate group, "HTTP 403 denied page" The Ldap is an example of this page at ...