summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-07-17 09:39:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:42 -0500
commitdb4099884a44168a5a986093dc11426efef9803c (patch)
treea23967d7f4b0e276169ef05a51edcf240d770688 /source3/Makefile.in
parent95d504280383f6348ce809b519b7b9027dab7df8 (diff)
downloadsamba-db4099884a44168a5a986093dc11426efef9803c.tar.gz
samba-db4099884a44168a5a986093dc11426efef9803c.tar.bz2
samba-db4099884a44168a5a986093dc11426efef9803c.zip
r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that already has
S-1-5-11 in the token. Guenther (This used to be commit 83c734690ab09a0fe103ee9fdb855fbdd31db39c)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index f26afb1179..17f5ad4a49 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -697,7 +697,7 @@ NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_domain.o utils/net_help.o \
utils/netlookup.o utils/net_sam.o utils/net_rpc_shell.o \
utils/net_util.o utils/net_rpc_sh_acct.o utils/net_rpc_audit.o \
$(PASSWD_UTIL_OBJ) utils/net_dns.o utils/net_ads_gpo.o \
- utils/net_conf.o
+ utils/net_conf.o auth/token_util.o
NET_OBJ = $(NET_OBJ1) $(PARAM_WITHOUT_REG_OBJ) $(SECRETS_OBJ) $(LIBSMB_OBJ) \
$(RPC_PARSE_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ) \