summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-08-28 06:46:53 +0000
committerTim Potter <tpot@samba.org>2000-08-28 06:46:53 +0000
commitd12f3fea7529c03b6a3650e7aa8b4b47a445d548 (patch)
tree1fa513221c1213d057256b437944c7d99072a0d5 /source3/smbd/service.c
parent9e1f9a5719315aaa9b184fc5b0a750c68fbd8941 (diff)
downloadsamba-d12f3fea7529c03b6a3650e7aa8b4b47a445d548.tar.gz
samba-d12f3fea7529c03b6a3650e7aa8b4b47a445d548.tar.bz2
samba-d12f3fea7529c03b6a3650e7aa8b4b47a445d548.zip
Merge from appliance branch.
(This used to be commit 567b0095b1b8393b3b1e32533aa2860ab3dbfa47)
Diffstat (limited to 'source3/smbd/service.c')
-rw-r--r--source3/smbd/service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index 8b63fe6662..500ba6e626 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.c
@@ -454,6 +454,7 @@ connection_struct *make_connection(char *service,char *user,char *password, int
if (!IS_IPC(conn)) {
/* Find all the groups this uid is in and
store them. Used by become_user() */
+ initialise_groups(conn->user, conn->uid, conn->gid);
initialize_groups(conn->user, conn->uid, conn->gid);
get_current_groups(&conn->ngroups,&conn->groups);