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 Message-ID: <3E7A8544.6070204@attglobal.net> Date: Thu, 20 Mar 2003 19:21:40 -0800 From: Doug VanLeuven User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: CYGWIN smbntfs default value References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Igor Pechtchanski wrote: >>I'm noticing smbntfs is not set by default >>whereas the env CYGWIN documentation says it is. >>Which is correct behavior? >> Cygwin DLL version info: >> DLL version: 1.3.21 > > There is no such setting. There is an "smbntsec" setting, which is on by > default, so I assume that's what you meant. BTW, how do you know it's not > on? "On by default" means that if the CYGWIN environment variable doesn't > contain any mention of it, it's on. Sorry. smbntsec is what I meant. You know, the setting that yeilds ntfs acls. How can I tell? Er, on a samba 2.2.7a share (yes I know, I get upgraded soon) [homes] nt acl support = yes Linux shell: -rw------- 1 doug doug 951 Jan 6 2002 id_rsa Cygwin shell, no CYWIN variable defined $ if [ -z "$CYGWIN" ]; then echo false; else echo $CYGWIN; fi false -rw-r--r-- 1 doug None 951 Jan 6 2002 id_rsa $ if [ -z "$CYGWIN" ]; then echo false; else echo $CYGWIN; fi smbntsec -rw------- 1 doug doug 951 Jan 6 2002 id_rsa $ export CYGWIN=nosmbntsec -rw-r--r-- 1 doug None 951 Jan 6 2002 id_rsa ssh is pretty vocal about this. > > Which documentation are you referring to? > should be the most > up-to-date one. > Igor Yes, that's the one. The env variable CYGWIN documentation. PS: If I punched Hollerith, would I be guilty of a misdemeanor? Regards, -- Doug VanLeuven -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/