mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
i18n fix for domain_client_validate()
(This used to be commit d6dcca7cc9
)
This commit is contained in:
parent
fe6208d09a
commit
22242c5038
@ -1562,7 +1562,7 @@ BOOL domain_client_validate( char *user, char *domain,
|
|||||||
/*
|
/*
|
||||||
* Get the machine account password for our primary domain
|
* Get the machine account password for our primary domain
|
||||||
*/
|
*/
|
||||||
if (!secrets_fetch_trust_account_password(lp_workgroup(), trust_passwd, &last_change_time))
|
if (!secrets_fetch_trust_account_password(domain, trust_passwd, &last_change_time))
|
||||||
{
|
{
|
||||||
DEBUG(0, ("domain_client_validate: could not fetch trust account password for domain %s\n", lp_workgroup()));
|
DEBUG(0, ("domain_client_validate: could not fetch trust account password for domain %s\n", lp_workgroup()));
|
||||||
return False;
|
return False;
|
||||||
|
Loading…
Reference in New Issue
Block a user