From owner-freebsd-questions@freebsd.org Sat Mar 14 16:17:59 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4922E25D9C1 for ; Sat, 14 Mar 2020 16:17:59 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from corvid.alerce.com (corvid.alerce.com [206.125.171.163]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48fnm45Xc1z4d94; Sat, 14 Mar 2020 16:17:56 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from postfix.alerce.com (76-226-160-236.lightspeed.sntcca.sbcglobal.net [76.226.160.236]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by corvid.alerce.com (Postfix) with ESMTPSA id EC2036AF40; Sat, 14 Mar 2020 09:17:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alerce.com; s=dkim; t=1584202667; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ca0m11zRMi1r7DgnZyUtbUrHuZW7o6pf+m9Zj2q2hNc=; b=FnYd0w3Tityd3u8/4zCvgDpcLD58yoso2ju0ftGKAX26GFEoL5cXfQEZU7EzOOyVcHvfq/ utPT09f3ETrzZtkYuaU3+ktPUwg59D5D/WTJJDs9wbh+cI/K+e/13zV1DjuqDAz2yCSF69 6Z9KkPiSWI9tpUB9zylYeLy783MtOGVdJ9qJZfYmyWXI3rfN7PEEdRnOaPQRUKSAkfbpvn fk0vllTqFZAkWFlTApjXCvizOmsfK3HixM0XMJLJEj3SIYj6f+JZS1bl2T/q/H1zrdl72q KudDRo23yxviq8wGS7HC4la0OM0l9pgTOf1wOH4ThcL7L0pI+HeLpXz3gQYn/Q== Received: by postfix.alerce.com (Postfix, from userid 501) id 92AC1201B95FB2; Sat, 14 Mar 2020 09:17:47 -0700 (PDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <24173.939.499988.382240@alice.local> Date: Sat, 14 Mar 2020 09:17:47 -0700 To: Matthew Seaman Cc: freebsd-questions@freebsd.org Subject: Re: Centralized user/group/whatever management In-Reply-To: <41ff5211-2ec5-d027-bb12-183afc4ad397@FreeBSD.org> References: <20200313091923.GA98495@admin.sibptus.ru> <2F4CA1FD-FB90-4B2E-A2C3-9C009A67A5EE@theory14.net> <20200314055541.GF27346@admin.sibptus.ru> <41ff5211-2ec5-d027-bb12-183afc4ad397@FreeBSD.org> X-Mailer: VM undefined under 26.3 (x86_64-apple-darwin14.5.0) Reply-To: hartzell@alerce.com X-Rspamd-Queue-Id: 48fnm45Xc1z4d94 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=alerce.com header.s=dkim header.b=FnYd0w3T; dmarc=pass (policy=none) header.from=alerce.com; spf=pass (mx1.freebsd.org: domain of hartzell@alerce.com designates 206.125.171.163 as permitted sender) smtp.mailfrom=hartzell@alerce.com X-Spamd-Result: default: False [-5.87 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[alerce.com:s=dkim]; HAS_REPLYTO(0.00)[hartzell@alerce.com]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_ADDR_EQ_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_MEDIUM(-0.98)[-0.984,0]; DKIM_TRACE(0.00)[alerce.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[alerce.com,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-2.89)[ip: (-9.36), ipnet: 206.125.168.0/21(-4.63), asn: 25795(-0.39), country: US(-0.05)]; ASN(0.00)[asn:25795, ipnet:206.125.168.0/21, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2020 16:17:59 -0000 Matthew Seaman writes: > [...] > That's where things like FreeIPA come in: it's a pre-packaged setup with > all the stuff you hadn't realized you needed yet already dealt with. > [...] What is the status of FreeIPA on FreeBSD? I don't see it on FreshPorts. Thanks, g.