----- Original Message ----- From: "Ramasubbu, Hari" <[EMAIL PROTECTED]> To: "Ant-User@Jakarta. Apache. Org (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 4:14 PM Subject: Using telnet task to connect to NT telnet server.
> Hi > > I need to launch a program in a remote NT server through telnet .. but the > problem is > the telnet deamon software which i use in theat NT machine need s a Domain > name also along with > the username and password.I saw the ant user manual for telnet in which it > has only username and password capabilities but not with domain name. > fiddle with the NT telnet settings through the command line app; you need to change its authentication from 'NT auth' to 'Unix auth'; which I think means switch from '4' to '2;' in the menu, though the exact details escape me right now. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
