Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <3835C282.B8C9A96F@vinschen.de> Date: Fri, 19 Nov 1999 22:34:58 +0100 From: Corinna Vinschen X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: de,en MIME-Version: 1.0 To: Steve Bloomfield CC: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Domain Logins from an NT workstation References: <8516471FB1F6D211B3850004AC4CA7AF3A9112 AT wd21exch003 DOT hdq DOT winndixies DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Steve Bloomfield wrote: > > After setting up inetd and telnetd I can successfully login using accounts > local to my workstation. Is it possible to specify a domain name when > logging in with telnet to the password can be validated by a domain > controller? Try the following: Call `mkpasswd -d mydomain' and extract the line with the user, that should be used as login user. Maybe, it looks like: myself::1234:513:Dr. Foo:/home/myself:/bin/sh Now add the domain to the user name as it's used in calls to LogonUser(). Change home dir and shell as appropriate: mydomain\myself::1234:513:Dr. Foo://Server/home/myself:/usr/bin/bash I'm not really sure but this should work if your workstation is member of the domain `mydomain' or if it's a trusted domain of your domain. Regards, Corinna -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com