1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

* add a few useful debug lines

* fix bug involving Win9x clients.  Make sure we
  save the right case for the located username
  in fill_sam_account()
This commit is contained in:
Gerald Carter
-
parent b611f8d170
commit 850e4be29e
2 changed files with 30 additions and 9 deletions

View File

@@ -76,7 +76,8 @@ static NTSTATUS check_winbind_security(const struct auth_context *auth_context,
}
if (strequal(user_info->domain.str, get_global_sam_name())) {
DEBUG(3,("check_winbind_security: Not using winbind, requested domain was for this SAM.\n"));
DEBUG(3,("check_winbind_security: Not using winbind, requested domain [%s] was for this SAM.\n",
user_info->domain.str));
return NT_STATUS_NOT_IMPLEMENTED;
}