From owner-freebsd-current@FreeBSD.ORG Fri Jun 13 07:24:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C74337B401 for ; Fri, 13 Jun 2003 07:24:58 -0700 (PDT) Received: from mail.iis.sinica.edu.tw (mail.iis.sinica.edu.tw [140.109.20.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6DDB43F93 for ; Fri, 13 Jun 2003 07:24:56 -0700 (PDT) (envelope-from tclin@iis.sinica.edu.tw) Received: from tsungching.orangeroad.idv.tw (localhost [127.0.0.1]) (authenticated bits=0)h5DEOniC081569 for ; Fri, 13 Jun 2003 22:24:53 +0800 (CST) (envelope-from tclin@iis.sinica.edu.tw) From: "Lin, Tsung Ching" To: freebsd-current@freebsd.org Content-Type: text/plain Organization: Institue of Information Science, Academia Sinica Message-Id: <1055514265.7379.7.camel@tsungching.orangeroad.idv.tw> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 13 Jun 2003 22:24:51 +0800 Content-Transfer-Encoding: 7bit Subject: rpc.yppasswdd failed in FreeBSD 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tclin@iis.sinica.edu.tw List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 14:24:58 -0000 hello, I setup a NIS Master in FreeBSD 5.1 release, and it works. I also startup rpc.yppasswdd. When I wnat to change a user's passwd using yppasswd, it failed. root# passwd testuser Changing NIS password for testuser Old Password: New Password: Retype New Password: passwd: pam_chauthtok(): error in service module Jun 13 22:22:24 abcb passwd: in pam_sm_chauthtok(): yppasswd_local(): failed to connect to rpc.yppasswdd: xxxx.xxx.xxx.xxx: RPC: Program not registered I had set hosts.allow for rpcbind and ypserv to allow accessing. please help me to solve this. thank you. Tsung Ching Lin