From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id GAA01877 for ; Fri, 5 Jul 1996 06:33:23 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA26339; Thu, 4 Jul 1996 16:28:47 -0400 (EDT) Resent-Date: Thu, 4 Jul 1996 16:28:17 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199607042027.WAA20886@bolyai.cs.elte.hu> Subject: Re: completions with users (-u) and NIS+ To: vlefevre@ens-lyon.fr Date: Thu, 4 Jul 1996 22:27:54 +0200 (MET DST) Cc: zsh-users@math.gatech.edu In-Reply-To: <199607042016.WAA14553@woodstock.ens-lyon.fr> from Vincent Lefevre at "Jul 4, 96 10:16:46 pm" Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"UWxOS2.0.3R6.Xb2tn"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/271 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > Hi, > > Completions with users (-u option) don't seem to work with NIS+. > Here are the possible completions I can get: > adm daemon lp nobody root sys vlefevre > bin listen noaccess nuucp smtp uucp > > I have zsh 3.0-pre1. > > Does anyone else have the same problem? Try to add -DHAVE_NIS_PLUS to DEFS in Src/Makefile, remove zle_tricky.o and recompile. To zsh-workers, Anyone willing to write a configure check for NIS+? Or any suggestions how can I write this test myself? The problem is that we do not use NIS+ here. Zoltan