From owner-freebsd-questions@freebsd.org Sun Mar 15 06:17:17 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 17E31259A54 for ; Sun, 15 Mar 2020 06:17:17 +0000 (UTC) (envelope-from vas@sibptus.ru) Received: from admin.sibptus.ru (admin.sibptus.ru [IPv6:2001:19f0:5001:21dc::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48g8NW4k5Xz3QHb for ; Sun, 15 Mar 2020 06:17:15 +0000 (UTC) (envelope-from vas@sibptus.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sibptus.ru; s=20181118; h=In-Reply-To:Message-ID:Subject:To:From:Date; bh=34SyPUjh/ABv2jiQQJ2uyeh4n87jwwCsd/eu3ddjig4=; b=fgZj4f7XroMmbdzSUWmWXc/3vz tDnNXmV3x2opxmjaUkxZxtvims7k4vZfcTLYU0Ah8hyk5mMdrFeJbL+sfshgRVb8t8nU0/WixRzkf 6jeaytfKWEWWhlVz9PyKlZIiULlK32hT//DlBmGMF03+wHHDPSciwU5XA3vgpgkesScs=; Received: from vas by admin.sibptus.ru with local (Exim 4.93.0.4 (FreeBSD)) (envelope-from ) id 1jDMaI-000Gso-Eh for freebsd-questions@freebsd.org; Sun, 15 Mar 2020 13:17:14 +0700 Date: Sun, 15 Mar 2020 13:17:14 +0700 From: Victor Sudakov To: freebsd-questions@freebsd.org Subject: Re: Centralized user/group/whatever management Message-ID: <20200315061714.GC64075@admin.sibptus.ru> References: <20200313091923.GA98495@admin.sibptus.ru> <20200313143130.GA68871@geeks.org> <96ed1afa-e0e1-51a2-997b-e95097a1d0b4@gmx.net> <20200314060747.GH27346@admin.sibptus.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1SQmhf2mF2YjsYvc" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://admin.sibptus.ru/~vas/ X-PGP-Fingerprint: 10E3 1171 1273 E007 C2E9 3532 0DA4 F259 9B5E C634 X-Rspamd-Queue-Id: 48g8NW4k5Xz3QHb X-Spamd-Bar: -------- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=sibptus.ru header.s=20181118 header.b=fgZj4f7X; dmarc=pass (policy=none) header.from=sibptus.ru; spf=pass (mx1.freebsd.org: domain of vas@sibptus.ru designates 2001:19f0:5001:21dc::10 as permitted sender) smtp.mailfrom=vas@sibptus.ru X-Spamd-Result: default: False [-8.44 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.991,0]; R_DKIM_ALLOW(-0.20)[sibptus.ru:s=20181118]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-3.35)[ip: (-9.88), ipnet: 2001:19f0:5000::/38(-4.94), asn: 20473(-1.87), country: US(-0.05)]; DKIM_TRACE(0.00)[sibptus.ru:+]; DMARC_POLICY_ALLOW(-0.50)[sibptus.ru,none]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:20473, ipnet:2001:19f0:5000::/38, country:US]; RCVD_COUNT_TWO(0.00)[2] 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: Sun, 15 Mar 2020 06:17:17 -0000 --1SQmhf2mF2YjsYvc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Michael Howard via freebsd-questions wrote: > > > > > Do you think there exists a modern solution for centralized user/= group/... > > > > > management compatible with FreeBSD and Linux? > > > > I think the best combination is probably a Windows AD setup, with > > > > FreeBSD/Linux clients attaching to it. (Although I still do externa= l DNS > > > > importing the AD objects into it, really can't stand windows DNS). > > > >=20 > > > > This does work really seamless, the GUI tools are well utilized. > > > >=20 > > > > It really gets you the hard part (LDAP, Kerberos) in a pretty easy = to > > > > use package. I don't know how many hours I've spent on OpenLDAP > > > > getting it to work with things, and management packages for OpenLDAP > > > > are pretty sucky overall. > > > I agree here with Doug, as strange as it sounds, Samba is your best b= et. > > > When you provision your domain you shall enable the POSIX extensions.= It > > > will create all GECOS stuff. pam_winbind is also nice. > > So pam_winbind it is, if you want to use AD for user/group management? > > Does winbindd not crash any more under FreeBSD? > >=20 > > Do you need to also enable winbind somehow in nsswitch.conf? > >=20 > > > One must simply admit that Active Directory is a wellthought system n= ot > > > just for Unix. You may join your machines either with Samba, more eas= ily > > > with msktutil (disclainer, I am a maintainer) with works flawlessly on > > > FreeBSD. > > I'll certainly look at it if I have to integrate FreeBSD into Windows A= D. > >=20 > > However first I'd like to find a free, open source solution for a > > Unix-only office. Hope it will not eventually come to buying a Windows > > server to manage Linux and FreeBSD workstations. > >=20 > Samba is free and open source. Absolutely no need to buy MS Windows. What do you mean by "Samba" in this context? A centralized user/group management server? A centralized user/group management client?=20 --=20 Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/ --1SQmhf2mF2YjsYvc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJebchqAAoJEA2k8lmbXsY04ysIALext+tT5JLXBcNNGxCtmu+5 XbfwRol7p+/CZUajB+TEqsk1A+NX2eBWDQjoix5/CEAbH5LWlv3v7SsFTo08BGz7 Mx2v7FKAV8jm9aJWC1ZxUQ4lku/+pvTRGVsZXGiaWXP5V/V3Gms2rIhfNS/g0cKv 2IFwDQKKpClVMTySyOWqqjwesl28TWuT9uIEz5VCT4yHEYoPdpMSVIGVkc13UJK3 zZdJig2EF9ctfH/HqOqH6iXCeyjKJueUCug/avdKv5IBHGWSbTy63nzyS7oducMn tJK2r/yFT03aEKDCQ1yRa7worpOyOMfOCLrr9/JW/I4qg2F+gM286S3pLb+rSKs= =Q23o -----END PGP SIGNATURE----- --1SQmhf2mF2YjsYvc--