Date: Sun, 15 Mar 2020 10:38:25 +0100 From: Andrea Venturoli <ml@netfence.it> To: freebsd-questions@freebsd.org Subject: Re: Centralized user/group/whatever management Message-ID: <751263b9-ba2d-6360-e9b7-33b8861fbe3b@netfence.it> In-Reply-To: <20200314060747.GH27346@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>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2020-03-14 07:07, Victor Sudakov wrote > So pam_winbind it is, if you want to use AD for user/group management? Yes. > Does winbindd not crash any more under FreeBSD? Not sure what crashes you are referring to, related to which version of FreeBSD or Samba and from when, but I'm using it heavily and I don't remember seeing it crashing in years. It has some quirks, but you can get a working stable config. > Do you need to also enable winbind somehow in nsswitch.conf? Sure. You'll need a couple of lines: group: files winbind passwd: files winbind >> One must simply admit that Active Directory is a wellthought system One critic I can make is that's it's designed to scale to very big setups and will probably be overengineering for most (smaller) situations. Then again, nothing's perfect. > 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. I do that without Windows at all. Just setup a Samba AD DC (or, better, two) and you're done. bye av.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?751263b9-ba2d-6360-e9b7-33b8861fbe3b>