summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-12-10 14:48:43 +0100
committerVolker Lendecke <vl@samba.org>2012-12-10 16:34:22 +0100
commit0770a4c01bef26ec51321cd5b97aea4eab9e00a8 (patch)
tree2caf30313c784adb5441518dcf3d96c74fec8be0 /source3/auth
parent53b736444d55c4eed3abbc34974b655cc2607cd6 (diff)
downloadsamba-0770a4c01bef26ec51321cd5b97aea4eab9e00a8.tar.gz
samba-0770a4c01bef26ec51321cd5b97aea4eab9e00a8.tar.bz2
samba-0770a4c01bef26ec51321cd5b97aea4eab9e00a8.zip
s3:auth: fix header comment for user_sid_in_group_sid()
This function was created in 1c3c5e2156d9096f60bd53a96b88c2f1001d898a and the header comment contained copy'n'paste errors from the original function user_in_group_sid() that took the user name. Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/token_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c
index a618e214cf..7c79ef630b 100644
--- a/source3/auth/token_util.c
+++ b/source3/auth/token_util.c
@@ -845,9 +845,9 @@ done:
}
/***************************************************************************
- Build upon create_token_from_username:
+ Build upon create_token_from_usersid:
- Expensive helper function to figure out whether a user given its name is
+ Expensive helper function to figure out whether a user given its sid is
member of a particular group.
***************************************************************************/