diff options
author | Simo Sorce <idra@samba.org> | 2012-01-26 15:27:54 -0500 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-01-27 18:11:10 +0100 |
commit | e6c39a292c7aa17792f09222d17733ecc9207849 (patch) | |
tree | 19eee80a64985d433ff5829fe1fa8e85e996cdcf /source3/auth/wscript_build | |
parent | c543ce102890532c45ec9b293b705336f0e2c5bf (diff) | |
download | samba-e6c39a292c7aa17792f09222d17733ecc9207849.tar.gz samba-e6c39a292c7aa17792f09222d17733ecc9207849.tar.bz2 samba-e6c39a292c7aa17792f09222d17733ecc9207849.zip |
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 <asn@samba.org>
Diffstat (limited to 'source3/auth/wscript_build')
-rw-r--r-- | source3/auth/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |