X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4ED8C3959E4D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1605399420; bh=IXgzeezfv1kJfNYoYb0itWO7g5wMNzavtFJeTNvbXL0=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=LZ6gl5YVJFE/WIN1GT3D/s9GDhuXJPE/FS5VrniZIxk+1o3N3xmw5CL0ouJcj3tfA BuVzo1HA51lDsIF5Fk7cxlCe0en2Uq5lsGwy9ceBna8iFxFySyHNxBsIgXqidaXo3y KN2n8BPphMhsXlNoIxFav7r2Lr2j+SVQ7FeZq2zE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E654D396EC6E X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=sG6m8fWC6PrkkS1xHxGu7BbQOL3ljxh+xQjMQ+8MnzM=; b=Y7hukbDLAex7Kyo14c3Ly/mKSf0ejz8CTiYBDWrAH3vBq47y+4WI2OACX0gyoLOA7X 3fWSJUev1Owqd7un6/K/30nLyXBwV1zx1syzQMPmC9qVWbAAHvMypuvj/Bvlf9Shj549 6TJR53oh/M7eg3cKuSQelwvdUZUgqsqti8o/PWVj67IYnc2JLjz1Lk3FACFX2I8B1wtR MOhrNDUPMkX6KiIyZ5Qsy7VhYlloht+Sp9d7XOA7XzJfPC0LHMeuq4u2rNyyWO8+kPZJ OfJttFw4sq0jz1bhMIGqxw800aql8LZ/GQGE+F7+L9Pt3Im/2bR+6uaOouDEhmx8qZ6D EO+Q== X-Gm-Message-State: AOAM533zIDeHKr5H+3axOcCJNkoigUG1VU//dyWWlkYt7B4JrX2qwSXe o/pnlPVttzUWnnH9LMrT/SaKm89+Pyk= X-Google-Smtp-Source: ABdhPJwfLWItGvC5/Up8CdCJtJtb17HRGFazfBqpTpoa5O1Jp/pu3dfGp9Y1x/u8NVHMv/B1aZ2jqg== X-Received: by 2002:a9d:4c92:: with SMTP id m18mr6373768otf.248.1605399415058; Sat, 14 Nov 2020 16:16:55 -0800 (PST) Subject: Re: Fwd: Switching to posix with no acl To: Cygwin References: Message-ID: Date: Sat, 14 Nov 2020 18:18:13 -0600 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: =?utf-8?q?Ren=C3=A9_Berber_via_Cygwin?= Reply-To: =?UTF-8?Q?Ren=c3=a9_Berber?= Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" On 11/14/2020 12:37 PM, Jim McNamara via Cygwin wrote: > Since there are no adduser or addgroup, I guess I'd create those files > manually off /etc. I think the recommended way is using the mkpasswd command. Actually the recommended procedure is not to use anything. Just run that command and take a look at the output. You have to filter out most lines, only add the user you want. Now run it with --help, you'll see you can list 'local' users AND domain users. I put quotes on local because you can also specify local to which computer (as long as it is running SMB, I think). Its about the same for groups: mkgroup. Hope this helps a little. -- R.Berber -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple