From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6782218062963671040 X-Received: by 2002:a2e:b442:: with SMTP id o2mr9233641ljm.261.1583751870907; Mon, 09 Mar 2020 04:04:30 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:a58b:: with SMTP id m11ls1679946ljp.0.gmail; Mon, 09 Mar 2020 04:04:30 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtu3Rmou6UQ+tId+l7Q6oZJbV29wLBahmoHPXKHy+TGo5JmVqtGjDr7dsfBRPIICM8v6mFu X-Received: by 2002:a05:651c:cc:: with SMTP id 12mr8944718ljr.260.1583751870196; Mon, 09 Mar 2020 04:04:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583751870; cv=none; d=google.com; s=arc-20160816; b=QlnH7MSGVfZEKWaIhTDuyz0igucwMtbucwyRIyENhfUhdQTqLvwoQmeIB8z5WrFC45 jr8EPYJ0jG/xNRNkjGLnBqejPoFLrdPGXEAuN022KT8Y9zvZgyxwWnz7zvaGqKvUl6dK h8JN4DrLxAmrL4YaMUnZNzJf0NBMaVCkH4eQuEjw/7K4KwJOMMICTInGVFzBJnyapORW UpEcYLyP3VJV4aF4mVb48xulSQokAQBCAOuqdhOgp/BTGUxgnnI7VHXg4TvtAIE3uqz+ nIlad76tlUy3REd4ZKRmQ7sapOFP/oWkNa4gH/RqXaSw55gGaXj/S0eWYzby9IIo41bX R33g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=DaljvWPvrkEArvo9sqsGGs6weZXzRJNLF4osfb7sRdI=; b=p7r1by42hlccShoLBBuiRCj8zLsU1HcbPEnuzYfPNSONgQEalcXpTX38g9oCpEF5jV 5t/j6EzGkP8WHoInGU5CXyaRFSdjOlC9VCc8X6cH4Z7Br+YzQztkCC9U1U5BITZWHsOV y/Gx0yz0KJvw4wfu+5Pb8jN78+BmYoKBBZUQKNnt+Wuv/mvgqlvlsvYJ8Y/kQ74Cg14r yJeQ56BrfsHbBzWGMSKPB98mCZ6NrQGr9i3lKGGinnpt3kp7eo+ikUKHpLA1QMHVMXpK dc+LsfT/z6YfDJ7pBK4c4s4XLtmslSiefgGZhAgabAP3uid+eq06nd+g3BxjfA1IVIwz lfow== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id j11si433928lfe.4.2020.03.09.04.04.30 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 09 Mar 2020 04:04:30 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 029B4Qp8021591 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 9 Mar 2020 12:04:29 +0100 Date: Mon, 9 Mar 2020 12:04:26 +0100 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCHv2] doc: document how to best populate users home dirs and add example Message-ID: <20200309110426.6e6tv3mims5cc747@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200115170954.20235-1-henning.schild@siemens.com> <20200127154542.25262-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200127154542.25262-1-henning.schild@siemens.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: AoSVzWowTuDe On Mon, Jan 27, 2020 at 04:45:42PM +0100, Henning Schild wrote: > People that create users often also end up wanting to place content in > their home. Add a short section on how to best do that, including an > example implementation in example-raw. Applied to next, thanks. With kind regards, Baurzhan.