X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:content-type
	:content-id:content-transfer-encoding:mime-version; q=dns; s=
	default; b=IhOSvVeU/2NRfKaVxlHyZvCb/YZlghPFVr2Rmhw7dkomDtFAiw48M
	jngc7apORQ8HqeTuOfRzFtq8vYOnJYTYm3me8POF84MOP3YIp/7sAh+eIp3SDf3N
	ZXf8EeiBmuDADxkHbTs5VvXdckVXm9cuIOE4LOyYCoXRvnMBBlc3W8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:content-type
	:content-id:content-transfer-encoding:mime-version; s=default;
	 bh=O6Jp1JK6MIU50Zh1R/WC91jW33g=; b=N+xJ7yoF17mzDj9ABvFbJyZ1jv13
	FLzT4Tk2IFBpgHPy36JNRNVhNXnKzYnK33/5u3kEbAHc0S7D4Pu1aFvJQ6EyO4+3
	f3cGdq72OVIsleNWS4zQODipKMu1mOj4vavBgOC9Nvu+ME6JjLQvo/YblFQs49W+
	GCp4Cw9rqK0MAfQ=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=mount, our
X-HELO: NAM04-SN1-obe.outbound.protection.outlook.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rutgers.edu; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=liRKjdRHbh/UbvJcpW+Opnlprac9skNoJAvrEjvuvDQ=; b=C3wA8rxDVmIpK4aO0zUvzkO5igjF6R0oPiTKt5STE2Y+4yK1SLmP6dxrdPYxyTfsd8h+lQ/lyjs/fmAiVefWtEkevdcylBTxIbo5aRNq5oLVhH53hbW+GhRcsNdFjYHlt3B/xNx189/jZWvgB9iY86an3HrFjPPM75SBIdgEdDw=
From: Charles Hedrick <hedrick@rutgers.edu>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: user/group mapping for NFS
Date: Thu, 10 Jan 2019 15:24:12 +0000
Message-ID: <0562D98D-714A-4620-878E-B37282E8F688@rutgers.edu>
authentication-results: spf=none (sender IP is ) smtp.mailfrom=hedrick@rutgers.edu;
received-spf: None (protection.outlook.com: rutgers.edu does not designate permitted sender hosts)
Content-Type: text/plain; charset="utf-8"
Content-ID: <AF47DC0B031C6F4DBBA3E05F062F2A0E@namprd14.prod.outlook.com>
MIME-Version: 1.0
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id x0AFOiHQ025500

We have a system that is doing a Kerberized NFS mount of directories on Linux. We have our LDAP system set up as a mapping server, with samaccountname added to users so that the Windows mount command does the mount as the right user.

ls -l causes a query that looks like (&(objectClass=posixAccount)(uidNumber=26780))" attrs=“uid”. We sent back a response. If there’s a local account for the user, “ls -l” shows them. But we only have loal accounts for people who actually use the Windows box. I’d like “ls -l” to work for everyone. It appears that cygwin generates SIDs for entries in /etc/passwd. How can I make it do that for kid’s returned from LDAP? I’m willing to generate SIDs and put them in LDAP, but it doesn’t look like Cygwin is asking for a SID.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


