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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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
|
|||
|
|