diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-15 16:30:35 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-18 15:09:46 +1100 |
commit | ed71c1ef1fbeb5d2ba3aa98954b6a1e018515f46 (patch) | |
tree | bcaa70fc8231ef661c45bc15d38bfdbd763674ce /source4/auth/wscript_build | |
parent | 35a11630c1727677df24cdaa42526e89f7614172 (diff) | |
download | samba-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/auth/wscript_build')
-rw-r--r-- | source4/auth/wscript_build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index 5bb51161f3..d72086e1d9 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -12,13 +12,13 @@ bld.SAMBA_SUBSYSTEM('auth_session', public_deps='credentials', public_headers='session.h', header_path='samba', - deps='samdb auth_sam' + deps='samdb auth4_sam' ) bld.SAMBA_SUBSYSTEM('samba_server_gensec', source='samba_server_gensec.c', - public_deps='credentials gensec auth' + public_deps='credentials gensec auth4' ) @@ -30,7 +30,7 @@ bld.SAMBA_SUBSYSTEM('auth_system_session', ) -bld.SAMBA_SUBSYSTEM('auth_sam', +bld.SAMBA_SUBSYSTEM('auth4_sam', source='sam.c', autoproto='auth_sam.h', public_deps='samdb security ldb tevent', @@ -41,7 +41,7 @@ bld.SAMBA_SUBSYSTEM('auth_sam', bld.SAMBA_PYTHON('pyauth', source='pyauth.c', public_deps='auth_system_session', - deps='samdb pytalloc-util pyparam_util pyldb-util pycredentials auth', + deps='samdb pytalloc-util pyparam_util pyldb-util pycredentials auth4', realname='samba/auth.so' ) |