summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-06-01 21:01:23 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-06-07 23:34:28 +1000
commite21935fc74e8bd64bbd231d6388ea424708c3acd (patch)
treeedc5bb5c82234b85448726fe7ba6760fc775b5ed /source3/include/auth.h
parent7a021df96deaf6dbe9f1abdfc16f6276e4a192fa (diff)
downloadsamba-e21935fc74e8bd64bbd231d6388ea424708c3acd.tar.gz
samba-e21935fc74e8bd64bbd231d6388ea424708c3acd.tar.bz2
samba-e21935fc74e8bd64bbd231d6388ea424708c3acd.zip
s3:auth fix header comment for internal_username -> mapped.account_name
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 7a69e46c3c..71b944f804 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -28,7 +28,7 @@ struct auth_usersupplied_info {
bool encrypted;
struct {
- char *account_name; /* username before mapping */
+ char *account_name; /* username before/after mapping */
} client, mapped;
bool was_mapped; /* Did the username map actually match? */