From owner-freebsd-questions@FreeBSD.ORG Thu May 7 16:59:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3F49106564A for ; Thu, 7 May 2009 16:59:21 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.freebsd.org (Postfix) with ESMTP id 263878FC15 for ; Thu, 7 May 2009 16:59:20 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (localhost [127.0.0.1]) by pukruppa.net (8.14.3/8.14.3) with ESMTP id n47H2THf050461; Thu, 7 May 2009 19:02:29 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Received: (from ulrich@localhost) by pukruppa.net (8.14.3/8.14.3/Submit) id n47H2TTx050460; Thu, 7 May 2009 19:02:29 +0200 (CEST) (envelope-from ulrich@pukruppa.net) From: Peter Ulrich Kruppa To: MargoAndTodd In-Reply-To: <4A030821.9070101@gmail.com> References: <4A01E5A4.2000808@gmail.com> <1241666722.1568.4.camel@pukruppa.net> <4A030821.9070101@gmail.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 07 May 2009 19:02:28 +0200 Message-Id: <1241715748.50410.2.camel@pukruppa.net> Mime-Version: 1.0 X-Mailer: Evolution 2.27.1 FreeBSD GNOME Team Port Cc: FreeBsd-Questions Subject: Re: [Samba] PDC and "group" question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2009 16:59:22 -0000 Am Donnerstag, den 07.05.2009, 09:11 -0700 schrieb MargoAndTodd: > Peter Ulrich Kruppa wrote: > > > I am not quite sure, I understand your question correctly: > > probably you will want to use commands like > > # net groupmap add ntgroup="Domain Admins" unixgroup=wheel type=d > > rid=512 > > which would map the Windows group "Domain Admins" to the local UNIX > > group wheel and so on. See the documentation on samba.org for more > > details examples. > > Hi Peter, > > There is "a lot" of documentation out on samba.org. > Can you point me to where to start? I think the main document would be http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/groupmapping.html but it assumes you really have a Primary Domain Controller up and running. Greetings and good luck Uli. > > Many thanks, > -T