X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <47D3979F.11360D27@dessent.net> Date: Sat, 08 Mar 2008 23:54:07 -0800 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: csih and sspi with guest accounts References: <47CE07A2 DOT 5030505 AT cwilson DOT fastmail DOT fm> <47CEE4DD DOT 6030608 AT x-ray DOT at> <47D2F243 DOT 4090309 AT x-ray DOT at> <47D39192 DOT 2020801 AT cwilson DOT fastmail DOT fm> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Charles Wilson wrote: > note that Vista and Server 2008 both report "CYGWIN_NT-6.0", so I don't > really have a good way of distinguishing between them. FWIW, Microsoft says the way to determine 2k8 from Vista is by checking if wProductType contains VER_NT_WORKSTATION: . Cygwin already does this internally for wincap and so wincap.is_server () should be true for 2k8, but I don't think this is accessible by any public uname-like interface. cygcheck also does this for the "-s" output, so grepping that would also be an option to distinguish 2k8 if it's really necessary, although cygcheck -s is very slow as it has to search a bunch of path stuff so I don't think that's all that useful. Brian -- 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/