Author: rjung Date: Sat Feb 11 11:50:20 2012 New Revision: 1243034 URL: http://svn.apache.org/viewvc?rev=1243034&view=rev Log: BZ 52641: Remove mentioning of ldap.jar
JNDI and the LDAP service provider are documented to be part of JSE since 1.3. No need to document additional installation. Patch provided by Felix Schumacher. Modified: tomcat/trunk/webapps/docs/realm-howto.xml Modified: tomcat/trunk/webapps/docs/realm-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/realm-howto.xml?rev=1243034&r1=1243033&r2=1243034&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/realm-howto.xml (original) +++ tomcat/trunk/webapps/docs/realm-howto.xml Sat Feb 11 11:50:20 2012 @@ -679,9 +679,6 @@ the name of this attribute.</p> <li>If required, configure a username and password for use by Tomcat, that has read only access to the information described above. (Tomcat will never attempt to modify this information.)</li> -<li>Place a copy of the JNDI driver you will be using (typically - <code>ldap.jar</code> available with JNDI) inside the - <code>$CATALINA_HOME/lib</code> directory.</li> <li>Set up a <code><Realm></code> element, as described below, in your <code>$CATALINA_BASE/conf/server.xml</code> file.</li> <li>Restart Tomcat if it is already running.</li> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org