You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/11/25 10:47:05 UTC

svn commit: r720451 - in /geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main: java/org/apache/geronimo/gshell/commands/ssh/BogusPasswordAuthenticator.java resources/META-INF/gshell/components.xml

Author: jdillon
Date: Tue Nov 25 01:47:05 2008
New Revision: 720451

URL: http://svn.apache.org/viewvc?rev=720451&view=rev
Log:
Drop the bogus auth muck

Removed:
    geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/java/org/apache/geronimo/gshell/commands/ssh/BogusPasswordAuthenticator.java
Modified:
    geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/META-INF/gshell/components.xml

Modified: geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/META-INF/gshell/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/META-INF/gshell/components.xml?rev=720451&r1=720450&r2=720451&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/META-INF/gshell/components.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-ssh/src/main/resources/META-INF/gshell/components.xml Tue Nov 25 01:47:05 2008
@@ -82,9 +82,5 @@
     <bean name="passwordAuthenticator" class="org.apache.geronimo.gshell.commands.ssh.JSecurityPasswordAuthenticator">
         <constructor-arg ref="securityManager"/>
     </bean>
-
-    <!--
-    <bean name="passwordAuthenticator" class="org.apache.geronimo.gshell.commands.ssh.BogusPasswordAuthenticator"/>
-    -->
-
+    
 </beans>
\ No newline at end of file