Can you please tell me (what is needed / how to) to assign a logonID and password when using SERVER.BAT for Windows 2K sp4?
I have successfully tested the BASIC, RUN and MVSH batch files at the DOS prompt, but I now want to use AccuTerm to access the MVSH Environment via the Maverick Server.
Telnet Server Install - The Telnet Server is designed to allow Telnet clients to connect to a maverick shell.
Installation Instructions:
1. Get telnetd library - there is SERVER.BAT and I have AccuTerm.
2. Install JAAS module - JAAS does not appear to be available from free tagish net at the present. jaas.config.ntlogin is not a part of Maverick (from the Installation Instructions)
3. Update maverick.properties - jaas.config.ntmodule is present, but do I just copy/add the text to maverick.properties or is there an include to D:\Maverick\etc\ssh\jaas.config.ntmodule
4. Start Server
I have run SERVER.BAT from a DOS box in order to receive a connection from AccuTerm, but the logonID and password is holding me up.
I have tried my Windows logonID and password, but that does NOT appear to work.
Any help will be greatly appreciated.
Thanks, Tracey
I forgot to add the following: java.lang.SecurityException: Unable to locate a login configuration
Sorry, Tracey
D:\Program Files>RUN org.maverickdbms.server.telnet.Server
Feb 11, 2010 5:17:17 PM net.wimpi.telnetd.net.PortListener run
INFO: Listening to Interface localhost Port 6,666 with a connectivity queue size of 5.
Feb 11, 2010 5:17:26 PM net.wimpi.telnetd.net.ConnectionManager makeConnection
INFO: connection #1 made.
Feb 11, 2010 5:17:31 PM net.wimpi.telnetd.net.Connection run
SEVERE: run()
java.lang.SecurityException: Unable to locate a login configuration
at com.sun.security.auth.login.ConfigFile.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at javax.security.auth.login.Configuration$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.Configuration.getConfiguration(Unknown Source)
at javax.security.auth.login.LoginContext$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.init(Unknown Source)
at javax.security.auth.login.LoginContext.<init>(Unknown Source)
at org.maverickdbms.server.telnet.Shell.run(Shell.java:114)
at net.wimpi.telnetd.net.Connection.run(Unknown Source)
Caused by: java.io.IOException: Unable to locate a login configuration
at com.sun.security.auth.login.ConfigFile.init(Unknown Source)
... 16 more
Feb 11, 2010 5:17:31 PM net.wimpi.telnetd.net.ConnectionManager cleanupClosed
INFO: cleanupClosed():: Removing closed connection Thread[Connection1,5,]