From owner-freebsd-stable Thu May 10 19:16:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from realtime.net (dragon.realtime.net [205.238.128.89]) by hub.freebsd.org (Postfix) with SMTP id B41E437B422; Thu, 10 May 2001 19:16:44 -0700 (PDT) (envelope-from brucegb@realtime.net) Received: from tigerfish2.my.domain ([205.238.179.171]) by realtime.net ; Thu, 10 May 2001 21:16:38 -0600 Received: (from brucegb@localhost) by tigerfish2.my.domain (8.11.3/8.11.1) id f4B2MKO15365; Thu, 10 May 2001 21:22:20 -0500 (CDT) (envelope-from brucegb) Date: Thu, 10 May 2001 21:22:20 -0500 From: Bruce Burden To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: hmmm, getting 4.3 to talk to net yypasswd file... Message-ID: <20010510212220.A15329@tigerfish2.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi gang, I have a 4.3 box at work. I have YP and NIS installed, and running. The problem is, I can't log in using my corporate UID. This is due to one of two problems (I think!) 1. The 4.3 box is using KerberosV encryption on the passwords, and the net is using either crypt (likely) or md5 (unlikely). 2. I don't have ksh installed, and my yp password entry specified ksh as the shell. I say it is likely the corporate network is using crypt, because crypt and md5 are the two options my SUN workstation talk about, and that uses YP/NIS. It is unlikely a SVR4 shop would be using md5, but... It is also possible that I have both problems. Where can I find a ksh to download? The one in ports fails looking for INIT, and I haven't found a ksh package. I can view the password and hosts entries, so I am fairly confident YP/NIS is working. Yes, I am aware that I could set up a local password entry for my UID, with matching UID/GID, but I would prefer to use the coroporate entry, in case the MIS group decides to change things... :-) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message