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:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=xLVeH qL9j9tHqm09E7pUZng5Emrx0ppzzfKU//76k0nsg6DPGHOr+W62G4ZUmeNS7j46k s8bH6e3GenwWoYWDpFGrrGMobPScZ9pmUYW9iWZ/JfMl7yCQOntcoN4NwBVXdigw CD+zx8K7JFzSUUf9RJH/E5Pkn7DRJ3YfJgpa18= 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:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=1BUES9tFKaM ujm3x4ZMpCZc4TNM=; b=agX5Sxj7CUJ5zU7sWRC/JorElCGcdTPjABgg8Cf3gZR qnVZPbPml+nbewjJ9hLpiLin5Et3l5lYz8PXCkJbDIos3FkrL6lA6lRkyFkVtnh+ gUXJRqUhw+IcfGV4FiYj6Ivb4JMschyk0hjZQruCdZd2rocoixxNJfFaVdFWSzpI = 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-in-02.arcor-online.net X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-15.arcor-online.net ADF3B1AB532 From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: RFC: 1.7.33 problem with user's home directory References: <20141110205216 DOT GJ2782 AT calimero DOT vinschen DOT de> Date: Mon, 10 Nov 2014 22:18:24 +0100 In-Reply-To: <20141110205216.GJ2782@calimero.vinschen.de> (Corinna Vinschen's message of "Mon, 10 Nov 2014 21:52:16 +0100") Message-ID: <87y4rioiu7.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Corinna Vinschen writes: > - If your account is an AD account, the home directory is taken from the > RFC 2307 entry unixHomeDirectory. This isn't set yet in our domain, but there's another AD just for the UNIX accounts (I haven't looked at how that one is structured yet). There's talk about maybe unifying these two AD in the future, but I have no idea how that would work. > - Otherwise, if these values are empty or don't exist, your fallback > home directory is /home/$USER (without domain prefix). > > As you may have noticed, there's nothing in there taking the Windows > home directory into account. It's indeed not used at all by the new > code. I think that is generally the right idea, since mixing all the .-files into the normal Windows home directory results in a mess, especially when there are Windows programs ported from Unix that use the same scheme for themselves. What I'm doing right now is to create an /etc/fstab.d/$USER that mounts a subdirectory of the Windows $HOME (always a network drive for normal domain users) when I set up a new users' machine or login on a server. I also mount the actual Windows home back under ~/winhome. > Shall the "db" entries utilize the Windows home folder if it exits(*) > and drop using the unixHomeDirectory? It seems inevitable... That would cause serious problems for me I think. Keeping the home directory pinned to /home/$USER and automounting this based on some rule involving either or both of those entries seems a better idea in the long run. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds -- 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