s4-kdc: Add hdb plugin for samba4, to allow kadmin to work
[mat/samba.git] / source4 / kdc / wscript_build
index ac8f879ed490f3eea3636a34e03c5fcd5af20790..6a6e4f211487c87bb6e0bea0668034ace7166bc5 100644 (file)
@@ -9,24 +9,34 @@ bld.SAMBA_MODULE('service_kdc',
        )
 
 
-bld.SAMBA_SUBSYSTEM('HDB_SAMBA4',
-       source='hdb-samba4.c',
-       deps='ldb auth4_sam auth_sam_reply credentials hdb db-glue samba-hostconfig com_err',
-       includes='../heimdal/kdc',
-       )
-
+bld.SAMBA_LIBRARY('HDB_SAMBA4',
+                  source='hdb-samba4.c hdb-samba4-plugin.c',
+                  deps='ldb auth4_sam auth_sam_reply samba-credentials hdb db-glue samba-hostconfig com_err',
+                  includes='../heimdal/kdc',
+                  private_library=True
+                  )
+
+# A plugin for Heimdal's kadmin for users who need to operate that tool
+bld.SAMBA_LIBRARY('HDB_SAMBA4_PLUGIN',
+                  source='hdb-samba4-plugin.c',
+                  deps='hdb HDB_SAMBA4 samba-util samba-hostconfig ',
+                  includes='../heimdal/kdc',
+                  link_name='modules/hdb/hdb_samba4.so',
+                  realname='hdb_samba4.so',
+                  install_path='${MODULESDIR}/hdb',
+                  )
 
 bld.SAMBA_SUBSYSTEM('WDC_SAMBA4',
        source='wdc-samba4.c',
        includes='../heimdal/kdc',
-       deps='ldb auth4_sam auth_sam_reply credentials hdb PAC_GLUE samba-hostconfig com_err'
+       deps='ldb auth4_sam auth_sam_reply samba-credentials hdb PAC_GLUE samba-hostconfig com_err'
        )
 
 
 bld.SAMBA_SUBSYSTEM('PAC_GLUE',
        source='pac-glue.c',
        includes='../heimdal/kdc',
-       deps='ldb auth4_sam auth_sam_reply credentials hdb samba-hostconfig com_err'
+       deps='ldb auth4_sam auth_sam_reply samba-credentials hdb samba-hostconfig com_err'
        )
 
 bld.SAMBA_LIBRARY('pac',
@@ -38,8 +48,9 @@ bld.SAMBA_LIBRARY('pac',
 
 bld.SAMBA_LIBRARY('db-glue',
        source='db-glue.c',
-       deps='ldb auth4_sam auth_sam_reply credentials hdb samba-hostconfig com_err kdc-policy',
-       private_library=True
+       deps='ldb auth4_sam auth_sam_reply samba-credentials hdb samba-hostconfig com_err kdc-policy',
+       private_library=True,
+       includes='../heimdal/kdc',
        )
 
 bld.SAMBA_LIBRARY('kdc-policy',
@@ -52,7 +63,7 @@ bld.SAMBA_LIBRARY('kdc-policy',
 
 bld.SAMBA_SUBSYSTEM('MIT_SAMBA',
        source='mit_samba.c',
-       deps='ldb auth4_sam auth_sam_reply credentials hdb db-glue PAC_GLUE samba-hostconfig com_err'
+       deps='ldb auth4_sam auth_sam_reply samba-credentials hdb db-glue PAC_GLUE samba-hostconfig com_err'
        )