mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
@ -343,7 +343,7 @@ BOOL make_user_info_netlogon_interactive(auth_usersupplied_info **user_info,
|
|||||||
SMBOWFencrypt((const unsigned char *)lm_pwd, chal, local_lm_response);
|
SMBOWFencrypt((const unsigned char *)lm_pwd, chal, local_lm_response);
|
||||||
SMBOWFencrypt((const unsigned char *)nt_pwd, chal, local_nt_response);
|
SMBOWFencrypt((const unsigned char *)nt_pwd, chal, local_nt_response);
|
||||||
|
|
||||||
/* Password info parinoia */
|
/* Password info paranoia */
|
||||||
ZERO_STRUCT(lm_pwd);
|
ZERO_STRUCT(lm_pwd);
|
||||||
ZERO_STRUCT(nt_pwd);
|
ZERO_STRUCT(nt_pwd);
|
||||||
ZERO_STRUCT(key);
|
ZERO_STRUCT(key);
|
||||||
|
@ -414,7 +414,7 @@ main()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
Check if we are setuid root. Used in libsmb and smbpasswd parinoia checks.
|
Check if we are setuid root. Used in libsmb and smbpasswd paranoia checks.
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
BOOL is_setuid_root(void)
|
BOOL is_setuid_root(void)
|
||||||
{
|
{
|
||||||
|
@ -243,7 +243,7 @@ static NTSTATUS sid_to_name(struct winbindd_domain *domain,
|
|||||||
*name = names[0];
|
*name = names[0];
|
||||||
DEBUG(5,("Mapped sid to [%s]\\[%s]\n", domains[0], *name));
|
DEBUG(5,("Mapped sid to [%s]\\[%s]\n", domains[0], *name));
|
||||||
|
|
||||||
/* Parinoia */
|
/* Paranoia */
|
||||||
if (strcasecmp(domain->name, domains[0]) != 0) {
|
if (strcasecmp(domain->name, domains[0]) != 0) {
|
||||||
DEBUG(1, ("domain name from domain param and PDC lookup return differ! (%s vs %s)\n", domain->name, domains[0]));
|
DEBUG(1, ("domain name from domain param and PDC lookup return differ! (%s vs %s)\n", domain->name, domains[0]));
|
||||||
return NT_STATUS_UNSUCCESSFUL;
|
return NT_STATUS_UNSUCCESSFUL;
|
||||||
|
Reference in New Issue
Block a user