Displaying 2 results from an estimated 2 matches for "l1821".
Did you mean:
1821
2020 Aug 12
2
Using SSSD + AD with Samba seems to require Winbind be running
On 12/08/2020 13:24, Robert Marcano via samba wrote:
> If you are runnning a Samba server as a member of a domain, you need
> to start winbind. The following is a not a Samba issue since Samba and
> SSSD interactions are not part of Samba.
>
> You can still run SSSD/realmd/adcli as your domain membership toolkit,
> but you need to start winbind if a Samba server is started on
2020 Aug 12
0
Using SSSD + AD with Samba seems to require Winbind be running
...; The kerberos method has nothing to do with updating the machine
> passwords, it just tells Samba how to verify tickets, using secrets.tdb
> and the system keytab (the one in memory) in this case.
Wrong: see
https://github.com/samba-team/samba/blob/master/source3/winbindd/winbindd_dual.c#L1821
if Kerberos keytab is used, machine password is never updated periodically
>>
>> Whe that setting is set, Samba doesn't try the machine password
>> periodically. but as SSSD will try to do it, the Samba server stores
>> password and the SSSD one are different and you...