Hi Team,
We are able to do tomcat + ldap configuration for authentication. But our requirement is to allow only set of users who are part of ldap grouper/role. How to do this setup. <Realm className="org.apache.catalina.realm.JNDIRealm" debug="99" connectionURL=<ldap URL> contextFactory="com.sun.jndi.ldap.LdapCtxFactory" userPattern="uid={0},ou=active,ou=employees,ou=people,o=cisco.com" /> Thanks Manish K