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/kdc/wscript_build | |
parent | 35a11630c1727677df24cdaa42526e89f7614172 (diff) | |
download | samba-ed71c1ef1fbeb5d2ba3aa98954b6a1e018515f46.tar.gz |
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/kdc/wscript_build')
-rw-r--r-- | source4/kdc/wscript_build | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build index 7ff2623d64a..ac8f879ed49 100644 --- a/source4/kdc/wscript_build +++ b/source4/kdc/wscript_build @@ -11,7 +11,7 @@ bld.SAMBA_MODULE('service_kdc', bld.SAMBA_SUBSYSTEM('HDB_SAMBA4', source='hdb-samba4.c', - deps='ldb auth_sam auth_sam_reply credentials hdb db-glue samba-hostconfig com_err', + deps='ldb auth4_sam auth_sam_reply credentials hdb db-glue samba-hostconfig com_err', includes='../heimdal/kdc', ) @@ -19,14 +19,14 @@ bld.SAMBA_SUBSYSTEM('HDB_SAMBA4', bld.SAMBA_SUBSYSTEM('WDC_SAMBA4', source='wdc-samba4.c', includes='../heimdal/kdc', - deps='ldb auth_sam auth_sam_reply credentials hdb PAC_GLUE samba-hostconfig com_err' + deps='ldb auth4_sam auth_sam_reply credentials hdb PAC_GLUE samba-hostconfig com_err' ) bld.SAMBA_SUBSYSTEM('PAC_GLUE', source='pac-glue.c', includes='../heimdal/kdc', - deps='ldb auth_sam auth_sam_reply credentials hdb samba-hostconfig com_err' + deps='ldb auth4_sam auth_sam_reply credentials hdb samba-hostconfig com_err' ) bld.SAMBA_LIBRARY('pac', @@ -38,7 +38,7 @@ bld.SAMBA_LIBRARY('pac', bld.SAMBA_LIBRARY('db-glue', source='db-glue.c', - deps='ldb auth_sam auth_sam_reply credentials hdb samba-hostconfig com_err kdc-policy', + deps='ldb auth4_sam auth_sam_reply credentials hdb samba-hostconfig com_err kdc-policy', private_library=True ) @@ -52,7 +52,7 @@ bld.SAMBA_LIBRARY('kdc-policy', bld.SAMBA_SUBSYSTEM('MIT_SAMBA', source='mit_samba.c', - deps='ldb auth_sam auth_sam_reply credentials hdb db-glue PAC_GLUE samba-hostconfig com_err' + deps='ldb auth4_sam auth_sam_reply credentials hdb db-glue PAC_GLUE samba-hostconfig com_err' ) |