X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: NIS anyone? Date: Thu, 22 Dec 2005 18:46:21 -0800 Lines: 35 Message-ID: <43AB64FD.20005@DeFaria.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I have not been able to find a Cygwin/NIS package. Does it exist? In discussing distribution of Cygwin throughout the organization with a colleague we got to talking about how to best configure Cygwin for people who use laptops or otherwise do remote computing. We'd like to have an environment where user accounts are known on the various Windows boxes so that people can telnet/rsh/ssh into other peoples boxes however in order to do that one needs a proper login. The situation with mkpasswd command updating /etc/passwd, for example, is not very feasible in large domains with frequent additions and deletions and huge /etc/passwd files. I got to thinking that didn't we already address such issues of trying to replicate large and changing config files with NIS?!? Now NIS is normally associated with just Unix domains and Cygwin runs on Windows but many shops are mixed shops with Windows, Unix and Linux on the same network. In thinking about NIS I think it would be ideal if the user could compose a passwd file of say: $ mkpasswd -l > /etc/passwd $ echo "+" >> /etc/passwd IOW "Make an /etc/passwd (and other files: /etc/group, etc.) then tell the system to go to NIS for all of the domain user accounts". Additionally what if there were an ActiveDirectory module such that you could configure nsswitch.conf to say, essentially, go to ActiveDirectory first, failing that the Unix NIS server and failing that use the local files. This would be ideal, especially for people with laptops or who use VPN, etc. Is there any plans on implementing NIS under Cygwin (even lacking an ActiveDirectory component)? -- Do I BELIEVE in the Bible? Hell, I've actually SEEN one! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/