Author: rjung Date: Sat Feb 11 13:13:16 2012 New Revision: 1243053 URL: http://svn.apache.org/viewvc?rev=1243053&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. Another antique: remove mentioning of Java 1.2 and installing jndi.jar. Backports of r1243034 and 1243038 from trunk resp. r1243045 from TC 7 and r1243047 from TC 6. CTR Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml tomcat/tc5.5.x/trunk/container/webapps/docs/funcspecs/fs-jndi-realm.xml tomcat/tc5.5.x/trunk/container/webapps/docs/realm-howto.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=1243053&r1=1243052&r2=1243053&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Sat Feb 11 13:13:16 2012 @@ -39,6 +39,20 @@ <!-- Section names: General, Catalina, Coyote, Jasper, Cluster, Webapps, Other --> +<section name="Tomcat 5.5.36 (jim)" rtext=""> + <subsection name="Catalina"> + <changelog> + </changelog> + </subsection> + <subsection name="Webapps"> + <changelog> + <fix> + <bug>52641</bug>: Remove mentioning of ldap.jar from docs. + Patch provided by Felix Schumacher. (rjung) + </fix> + </changelog> + </subsection> +</section> <section name="Tomcat 5.5.35 (jim)" rtext="released 2012-01-16"> <subsection name="Catalina"> <changelog> Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/funcspecs/fs-jndi-realm.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/funcspecs/fs-jndi-realm.xml?rev=1243053&r1=1243052&r2=1243053&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/funcspecs/fs-jndi-realm.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/funcspecs/fs-jndi-realm.xml Sat Feb 11 13:13:16 2012 @@ -136,10 +136,6 @@ <li>Interactions with <code>JNDIRealm</code> will be initiated by the appropriate <code>Authenticator</code> implementation, based on the login method that is selected.</li> - <li><code>JNDIRealm</code> must have the JNDI API classes available - to it. For a JDK 1.2 container, that means <code>jndi.jar</code> - and the appropriate implementation (such as <code>ldap.jar</code>) - must be placed in the <code>server/lib</code> directory.</li> </ul> </subsection> Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/realm-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/realm-howto.xml?rev=1243053&r1=1243052&r2=1243053&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/realm-howto.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/realm-howto.xml Sat Feb 11 13:13:16 2012 @@ -684,11 +684,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/server/lib</code> directory (if you do not need it - visible to web applications) or <code>$CATALINA_HOME/common/lib</code> - (if it will be used both by Tomcat 5 <em>and</em> by your apps).</li> <li>Set up a <code><Realm></code> element, as described below, in your <code>$CATALINA_HOME/conf/server.xml</code> file.</li> <li>Restart Tomcat 5 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