From e6c39a292c7aa17792f09222d17733ecc9207849 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 26 Jan 2012 15:27:54 -0500 Subject: s3-pdb: Break SECRETS3 dependency on PDB. This is causing circular depdnendcies that bring libpdb in all code and this is BAD. This change 'protects' the sid and guid of the domain by adding a special key that makes them effectively read only. Limit this temporarily to the samba 4 build, once it gets some good testing the samba4 ifdefs can be dropped. fix pdb dependencies Signed-off-by: Andreas Schneider --- source3/auth/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/wscript_build') diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build index 4f04772b4c..0dba13f7cb 100644 --- a/source3/auth/wscript_build +++ b/source3/auth/wscript_build @@ -16,7 +16,7 @@ AUTH_SRC = '''auth.c bld.SAMBA3_SUBSYSTEM('TOKEN_UTIL', source='token_util.c', - deps='samba-util', + deps='samba-util pdb', vars=locals()) bld.SAMBA3_SUBSYSTEM('USER_UTIL', -- cgit