Hello, This is kind of a question/survey. What would be the best choice and why this choice? -- Elias Pereira
On Thu, Jan 28, 2021 at 5:38 PM Elias Pereira via samba < samba at lists.samba.org> wrote:> Hello, > This is kind of a question/survey. > > What would be the best choice and why this choice? > > -- > Elias Pereira > -- > > Winbind of course. The better question to ask yourself though is howidmapping is handled in your environment (assuming you're trying to integrate into an existing AD domain). This will determine which idmap backend you will need to use (and how to configure it). It's important that you ensure that IDs are consistently mapped across the environment. At the end of the day we all have to deal with the choices made by those who came before us. :)
On 28/01/2021 22:36, Elias Pereira via samba wrote:> Hello, > This is kind of a question/survey. > > What would be the best choice and why this choice? >If you are using Samba >=4.8.0 then you must use winbind with Samba, this is because, from 4.8.0, smbd must talk to AD via winbind. If you just want authentication, then you can use sssd, but without Samba, this is because they each have their own versions of the winbind libs. Rowland