From owner-freebsd-questions@FreeBSD.ORG Sun May 29 05:56:25 2011 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 B9B26106566C for ; Sun, 29 May 2011 05:56:25 +0000 (UTC) (envelope-from plaine@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4BC3A8FC13 for ; Sun, 29 May 2011 05:56:24 +0000 (UTC) Received: by ewy1 with SMTP id 1so1346265ewy.13 for ; Sat, 28 May 2011 22:56:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=gzmDFwVg+SOCcH5JrIXJ4Sk/m32bUxb2WVKOM2MZelo=; b=Tgs4DoK+QnfALGnO93TiAun1370lCO8h/8jBk/l718F/fHcGrR4HZ0atx+0EWzU6cQ 9p878GbWVZMsH+J4rldJt1pLARt7W9HAjNet1IH6za1iCNzijxChNvuDvbZSQURDWxiZ 528LWtq+eKIiLXEh1rIpqRTjHEaK14m8x8eUk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=V/T56THY7Yb9feu1F8suBYPk1JB3jrjLiW68JyEBjvA4ltglkDjCCNSDqEplLBm/C4 zKL1ZxpcGSDdg1IXQHnRkPVFxAJpLC0xfTJ+o/CTaMRZIkwqnenPZ6HkjQHg1VXiuR5f gHLncZr0iEnM3uwxTt9s5udFqUQG9ETuFbaYA= MIME-Version: 1.0 Received: by 10.14.11.136 with SMTP id 8mr1237172eex.70.1306648582629; Sat, 28 May 2011 22:56:22 -0700 (PDT) Received: by 10.14.45.8 with HTTP; Sat, 28 May 2011 22:56:22 -0700 (PDT) In-Reply-To: References: Date: Sun, 29 May 2011 08:56:22 +0300 Message-ID: From: pepe To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: remote password change 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: Sun, 29 May 2011 05:56:25 -0000 On Sat, May 28, 2011 at 7:01 PM, Robert Simmons wrote: > On Sat, May 28, 2011 at 8:17 AM, pepe wrote: > > I have two FreeBSD 8 servers running. Server A is for shell access and > > server B for www pages. On B there is only scp/sftp access and no shell > > login. > > Now I'm looking for solution for people to be able to change password for > > server B from inside server A. Or better yet, automatic migration of > > password so if user changes password for server A it would change in > server > > B too. Are there some solutions to do this? > > NIS was mentioned, another option is Kerberos5. The effect would be > the same: centralization of authentication. > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kerberos5.html > _______________________________________________ > Ty. I'll look into those later. I didn't mention earlier that I have some users on server A that are not in server B and other way around. Does those (nis and kerberos5) still work so only users on both server will be effected and other users will work unaffected? -- pepe