From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-82920-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KRDac-00079y-3A
	for garchives@archives.gentoo.org; Thu, 07 Aug 2008 22:04:10 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 755E1E086D;
	Thu,  7 Aug 2008 22:04:08 +0000 (UTC)
Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174])
	by pigeon.gentoo.org (Postfix) with ESMTP id 3A3ECE086D
	for <gentoo-user@lists.gentoo.org>; Thu,  7 Aug 2008 22:04:08 +0000 (UTC)
Received: by wf-out-1314.google.com with SMTP id 23so587288wfg.10
        for <gentoo-user@lists.gentoo.org>; Thu, 07 Aug 2008 15:04:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references;
        bh=uVKdj674LzJycuqtT2ql+nNcclfYbgMEtPRwr6XU1K0=;
        b=dZbJ5YirBOwhwaNeTdfhsfud43lRpy6TT0jdninn39RpX7GR3YoCMAMBiMKyE04lZH
         CcLTmwyf9B9ejyQluraOd2z0L5SlntGao8zWi7e+pNplQok0D/8RyuTeMqiXH1QkfcOB
         ndXh29uaacCtSpIWrjNqZIiqeKwI02Hi0IVVc=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references;
        b=tPrF+Xi4VH+qvq3fCE7UMkAsIf2sz+NUAzXaJ9BKi1HZodYb6QR1Kzy8pqyGtX1grU
         oi6Vsa/qayteo25mOXzzSQuO4zaX9nDL9TV7wgNHEMVmrCDYomAP/viV0MYs+mUkGDag
         YNC4GBik6TN0gQNE8aUjkyyqRkv8pqMfGO3kA=
Received: by 10.142.170.6 with SMTP id s6mr659412wfe.153.1218146647760;
        Thu, 07 Aug 2008 15:04:07 -0700 (PDT)
Received: by 10.142.53.8 with HTTP; Thu, 7 Aug 2008 15:04:07 -0700 (PDT)
Message-ID: <350fc7cf0808071504w1e9b0a20wfca1261f92753b96@mail.gmail.com>
Date: Thu, 7 Aug 2008 15:04:07 -0700
From: "Andrey Falko" <ma3oxuct@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Adding a gentoo workstation to Active Directory network
In-Reply-To: <ace253cb0808071331t25b4b5d2i5684ee692cae9b90@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <ace253cb0808071331t25b4b5d2i5684ee692cae9b90@mail.gmail.com>
X-Archives-Salt: ddf10abe-7b57-478f-aff5-e8e0eb167efd
X-Archives-Hash: 5b940e981df70cd13dfcd391e89f44f8

On Thu, Aug 7, 2008 at 1:31 PM, Yoav Luft <yoav.luft@gmail.com> wrote:
> Hello all,
> My workplace has decided to adventure to lands of embedded Linux. As I am
> the only one in my department with prior Linux experience, I was given the
> task of setting up a Linux workstation that will be used as the host machine
> for our embedded system. Since my only Linux experience with anything but
> Gentoo is with Debian, and it's a bad experience, I have chosen to make the
> host Gentoo-Linux.
> Everything is well, and the machine is running and officially I completed my
> task, but something still bothers me:
> The machine is connect to the company's computer network. In the Windows
> workstations, I log into a user that exists on the company's servers, and
> not on the individual workstations, and when I log certain network shares
> get mounted automatically (for example, "My Documents" sits on the server)
> and so on. My username and password are used automatically everywhere on the
> network, and so on. I assume this is the working of Active Directory, but my
> assumption maybe mistaken... Anyway, I want to duplicate this behavior on
> the Gentoo box, and I could find any documentation about it that I found to
> be relevant. For now, I have a small script in /etc/profile.d/ that mounts
> important shares, although the localizations is some what wrong and
> non-English files appear as question marks (They should be in Hebrew). Can
> anyone help me or point to some howto, guide, whatever that I might have
> missed?
>

As far as I know, don't take my word for it, in order to use Active
Directory on a GNU/Linux host, you need to setup LDAP and have it talk
to AD. Unfortunately I don't know how to do this, perhaps this will
help: http://www.linux.com/articles/40983 .

As far as non-English filenames appearing with question marks, you
need to setup localization correctly. This
http://www.gentoo.org/doc/en/guide-localization.xml or this
http://gentoo-wiki.com/Localization might help you get that setup.
Once again, I've never done this, so maybe someone who has can be of
more help to you.