X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Wed, 30 Mar 2011 10:20:36 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: mkgroup: Could not get group info from samba share
Message-ID: <20110330082036.GB28987@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <000201cbee70$a154fb00$e3fef100$@com.au>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <000201cbee70$a154fb00$e3fef100$@com.au>
User-Agent: Mutt/1.5.21 (2010-09-15)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Mar 30 10:53, Christian Gelinek wrote:
> Here, I was out of luck as this command did not return anything. I also
> tried
> 
>   mkgroup -U username -S- -D my_samba_box
> 
> but that reported 'mkgroup (102): [1355] The specified domain either does
> not exist or could not be contacted'.

Try

  mkgroup -U username -S- -L my_samba_box

When you use -D, it's looking for the domain name "my_samba_box", but
you're trying to get the group list from the machine called
"my_samba_box".  See mkgroup --help and the User's Guide:

http://cygwin.com/cygwin-ug-net/using-utils.html#mkgroup


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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

