In tomcat the container security can be enabled by using JNDIRealm for certain roles defined in LDAP. Can a similar objective be achieved by using only Apache HTTP Web Server and without a container like Tomcat/JBoss/Glassfish.
In tomcat the container security can be enabled by using JNDIRealm for certain roles
Share
Found solution to this one.
If you have to configure Apache to authenticate against LDAP similar to JNDIRealm in Tomcat, following needs to be configured in Apache web server. Once this is done, only people in group
Application.Userswill have to access to application!