Displaying 3 results from an estimated 3 matches for "pdb_enum_trusted_domain".
Did you mean:
  pdb_enum_trusted_domains
  
2020 Apr 22
2
Samba update cause windows incorrect password
...g, I've to select Other User, enter username and
password and all works fine. But if I logout and enter the same
password, Windows tells me "Incorrect password".
In the samba log file I've only:
 ./source3/auth/auth_winbind.c:129(check_winbind_security)
  check_winbind_security: pdb_enum_trusted_domains() failed -
NT_STATUS_NOT_IMPLEMENTED
No other error messages:
Follow some configuration from smb.conf:
security = user
	passdb backend = tdbsam
	
	ntlm auth = yes
	lanman auth = no
	client ntlmv2 auth = yes
	client use spnego = no
	domain master = yes 
	local master = yes
	domain logons = yes...
2020 Apr 22
0
Samba update cause windows incorrect password
...nter username and
> password and all works fine. But if I logout and enter the same
> password, Windows tells me "Incorrect password".
>
> In the samba log file I've only:
>
>   ./source3/auth/auth_winbind.c:129(check_winbind_security)
>    check_winbind_security: pdb_enum_trusted_domains() failed -
> NT_STATUS_NOT_IMPLEMENTED
>
> No other error messages:
>
> Follow some configuration from smb.conf:
>
Please do not do that, it doesn't help, please post the entire smb.conf
Rowland
2020 Apr 22
2
Samba update cause windows incorrect password
...sword and all works fine. But if I logout and enter the same
>> password, Windows tells me "Incorrect password".
>> 
>> In the samba log file I've only:
>> 
>>   ./source3/auth/auth_winbind.c:129(check_winbind_security)
>>    check_winbind_security: pdb_enum_trusted_domains() failed -
>> NT_STATUS_NOT_IMPLEMENTED
>> 
>> No other error messages:
>> 
>> Follow some configuration from smb.conf:
>> 
> Please do not do that, it doesn't help, please post the entire smb.conf
> 
> Rowland
Ok.
[global]
	workgroup = DOMAIN
	s...