> From: Mark-E [mailto:[email protected]] > Subject: Allowing only specific users LDAP access > > I have setup an https instance of Tomcat
Any particular version? (Be precise.) > I am trying to allow only specific users access. If you can't use Chris' suggestion and you're on a current version of Tomcat, you can combine your existing <Realm> with an additional authenticator, possibly using a file where you specify the subset of users you're willing to allow in. http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#CombinedRealm - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
