X-Recipient: archive-cygwin AT delorie DOT 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:references :in-reply-to:content-type:content-id:content-transfer-encoding :mime-version; q=dns; s=default; b=ntlh8X2fRfS7XevUt8qvbN3ak39JG gxRml5V72NstezGO7GXaWK3wD9jWJpjzWJMQStavZdvYgYYUkHz2k5xcsvO4VM8v BRgqMaf7kLXKLKt7lpxdxIHxzFqacCaSVckySdWmix17AzKl1HLGWRsS+XBIQHhr mGy8biePO0JKhg= 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:references :in-reply-to:content-type:content-id:content-transfer-encoding :mime-version; s=default; bh=AEXiScuYtPvpkA05BcShZ5OxZ8M=; b=DZM JNVYrKM0do9OIDRkzyAvvfsg7FRl0YK9PMAfpBFqBhn7/rGxBgKOAqxkqtMu/TG9 GQlIYMpSVmnC3hykbLNiDKgn81ieMKXKQQlnal+1pNElobT0V1ySWDx3h6h7SKKk QzjRLnxW/zLzmFWQ7swq6RlavCuWonQZ7751XF8w= 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 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= X-HELO: NAM03-DM3-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=WSzIK/QbKBsSuDMRnfasXb5rrDnQ8s/ljgspQdWsH48=; b=JYkk00jZBy2WFd3yGOargUX0UfRVvKmISEzecjB2kG1ZvsQHASCdr6zcXOWRrg0qMfA6vB28lm+09zfXRRvmHzeteHVuOgT5Z3fzXXUpjpY1YmsqG2pvIr9BzWZ1kWwgjvu2w3cJKLhO7AG0VvSJMgB3j78Jn/mpmmIatUrkJiI= From: Charles Hedrick To: "cygwin AT cygwin DOT com" Subject: Re: user/group mapping for NFS Date: Fri, 11 Jan 2019 14:47:34 +0000 Message-ID: <8BCE0CCE-61B9-49E7-A213-35BE60CAC3C5@rutgers.edu> References: <0562D98D-714A-4620-878E-B37282E8F688 AT rutgers DOT edu> <20190110175718 DOT GN593 AT calimero DOT vinschen DOT de> <9DE7A0B2-68EB-4DA2-99AD-AA3693F1651E AT rutgers DOT edu> <20190111091750 DOT GT593 AT calimero DOT vinschen DOT de> In-Reply-To: <20190111091750.GT593@calimero.vinschen.de> authentication-results: spf=none (sender IP is ) smtp.mailfrom=hedrick AT rutgers DOT edu; received-spf: None (protection.outlook.com: rutgers.edu does not designate permitted sender hosts) Content-Type: text/plain; charset="utf-8" Content-ID: MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id x0BEloCh022380 I have thousands of users and they change all the time. I really don’t want to have to update a file on all windows machines. That’s the point of having LDAP. > On Jan 11, 2019, at 4:17 AM, Corinna Vinschen wrote: > > On Jan 10 20:28, Charles Hedrick wrote: >> On Jan 10, 2019, at 12:57 PM, Corinna Vinschen > wrote: >> >> Well, it should. What happens is this: After asking the non-AD LDAP >> server for the account name, it asks the account fetching algorithm for >> that name from scratch. This depends on the /etc/nsswitch.conf >> settings, of course (*). Assuming "passwd: files db", it first checks >> the local /etc/passwd file for a matching entry for that account name, >> then the OS, preferring AD on an AD member machine, then local SAM. >> >> In my scenario there’s nothing in /etc/passwd, AD, or SAM for most users, but they are all available from LDAP. > > Sure there's nothing in /etc/passwd. The file is created by *you* on > demand, not automatically by Cygwin (except on older releases). > > > Corinna > > -- > Corinna Vinschen > Cygwin Maintainer -- 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