Alex
2022-Jan-10 15:54 UTC
[Samba] Authentication issue after updating samba on CentOS 7 (from yum)
>> It's probably easier to migrate to winbindd than to switch the >> distribution.> Are you using sssd ? I thought you were using winbind.No, I'm using Kerberos for authentication and nslcd (ldap) for listing users in the AD. -- Best regards, Alex
Robert Marcano
2022-Jan-10 15:58 UTC
[Samba] Authentication issue after updating samba on CentOS 7 (from yum)
On 1/10/22 11:54 AM, Alex via samba wrote:>>> It's probably easier to migrate to winbindd than to switch the >>> distribution. > >> Are you using sssd ? I thought you were using winbind. > > No, I'm using Kerberos for authentication and nslcd (ldap) for listing users in the AD. >In my case it is the only NT4 domain that the customer still don't want to update yet :(. I hope this scary situation start the migration. The error was only triggered on joined servers shares, not when accesing the DC shares. No SSSD in sight on that installation.
Rowland Penny
2022-Jan-10 16:10 UTC
[Samba] Authentication issue after updating samba on CentOS 7 (from yum)
On Mon, 2022-01-10 at 18:54 +0300, Alex wrote:> > > It's probably easier to migrate to winbindd than to switch the > > > distribution. > > Are you using sssd ? I thought you were using winbind. > > No, I'm using Kerberos for authentication and nslcd (ldap) for > listing users in the AD.One problem with nslcd is that it doesn't do SIDs, it just does an ldap search. I personally would only use nslcd on a non domain joined machine. Rowland