summaryrefslogtreecommitdiff
path: root/source3/auth/auth_winbind.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-12-19 00:33:09 +0000
committerGerald Carter <jerry@samba.org>2003-12-19 00:33:09 +0000
commit682f20c9ca501cca0d60f838547917db7dd361d7 (patch)
treeadeffbc76e693f5c85e4a5112a91eaf884307312 /source3/auth/auth_winbind.c
parent68e692738b30f746a99a4392dd438ccdf14d95e0 (diff)
downloadsamba-682f20c9ca501cca0d60f838547917db7dd361d7.tar.gz
samba-682f20c9ca501cca0d60f838547917db7dd361d7.tar.bz2
samba-682f20c9ca501cca0d60f838547917db7dd361d7.zip
* 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 used to be commit 850e4be29e185ebe890f094372aa8c2cc86de76a)
Diffstat (limited to 'source3/auth/auth_winbind.c')
-rw-r--r--source3/auth/auth_winbind.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/auth/auth_winbind.c b/source3/auth/auth_winbind.c
index d09987ba37..0e2820313e 100644
--- a/source3/auth/auth_winbind.c
+++ b/source3/auth/auth_winbind.c
@@ -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;
}