summaryrefslogtreecommitdiffstats
path: root/source/libsmb/domain_client_validate.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-09-12 06:39:50 +0000
committerTim Potter <tpot@samba.org>2001-09-12 06:39:50 +0000
commitd34fd8ec0716127c7a68eeb8e77d1ae8cc07b547 (patch)
tree45ddaa7bc0a3eaa2ed264ce91415e5c79fb5f125 /source/libsmb/domain_client_validate.c
parentb8651acb9c0d7248a6a2e82c33b1e43633fd83fd (diff)
downloadsamba-d34fd8ec0716127c7a68eeb8e77d1ae8cc07b547.tar.gz
samba-d34fd8ec0716127c7a68eeb8e77d1ae8cc07b547.tar.xz
samba-d34fd8ec0716127c7a68eeb8e77d1ae8cc07b547.zip
Some patches to authentication:
- the usersupplied_info now contains a smb_username (as it comes across on the wire) and a unix_username (after being passed through mapping functions) - when doing security={server,domain} use the smb_username, otherwise use the unix_username
Diffstat (limited to 'source/libsmb/domain_client_validate.c')
-rw-r--r--source/libsmb/domain_client_validate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/libsmb/domain_client_validate.c b/source/libsmb/domain_client_validate.c
index a6890f10278..b23ab01c1da 100644
--- a/source/libsmb/domain_client_validate.c
+++ b/source/libsmb/domain_client_validate.c
@@ -362,4 +362,3 @@ NTSTATUS domain_client_validate(const auth_usersupplied_info *user_info,
cli_shutdown(&cli);
return status;
}
-