summaryrefslogtreecommitdiff
path: root/source4/rpc_server/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-15 16:30:35 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-18 15:09:46 +1100
commited71c1ef1fbeb5d2ba3aa98954b6a1e018515f46 (patch)
treebcaa70fc8231ef661c45bc15d38bfdbd763674ce /source4/rpc_server/wscript_build
parent35a11630c1727677df24cdaa42526e89f7614172 (diff)
downloadsamba-ed71c1ef1fbeb5d2ba3aa98954b6a1e018515f46.tar.gz
samba-ed71c1ef1fbeb5d2ba3aa98954b6a1e018515f46.tar.bz2
samba-ed71c1ef1fbeb5d2ba3aa98954b6a1e018515f46.zip
s4-auth: rename 'auth' subsystem to 'auth4'
this prevents conflicts with the s3 auth modules. The auth modules in samba3 may appear in production smb.conf files, so it is preferable to rename the s4 modules for minimal disruption. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/rpc_server/wscript_build')
-rw-r--r--source4/rpc_server/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/rpc_server/wscript_build b/source4/rpc_server/wscript_build
index 3d1d36a3a3..b796728dad 100644
--- a/source4/rpc_server/wscript_build
+++ b/source4/rpc_server/wscript_build
@@ -86,7 +86,7 @@ bld.SAMBA_MODULE('dcerpc_netlogon',
source='netlogon/dcerpc_netlogon.c',
subsystem='dcerpc_server',
init_function='dcerpc_server_netlogon_init',
- deps='DCERPC_COMMON RPC_NDR_IRPC COMMON_SCHANNELDB ndr-standard auth_sam samba-hostconfig CLDAPD'
+ deps='DCERPC_COMMON RPC_NDR_IRPC COMMON_SCHANNELDB ndr-standard auth4_sam samba-hostconfig CLDAPD'
)