librpc: Remove s4 server build of dfs
authorAndrew Bartlett <abartlet@samba.org>
Mon, 23 Sep 2019 04:47:48 +0000 (16:47 +1200)
committerRalph Boehme <slow@samba.org>
Thu, 10 Oct 2019 08:08:45 +0000 (08:08 +0000)
We do not have a source4 varient of the dfs server, so do not generate
the code for it.

DFS is very closely tied to SMB so we use the DFS server in
smbd.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
librpc/idl/wscript_build

index 39935db4ac26a8a4b4c3a20c6acdf99c842eff4b..3cf818e7658b4f363ca7a540a3c1a9f0ba945f13 100644 (file)
@@ -3,7 +3,7 @@
 bld.SAMBA_PIDL_LIST('PIDL',
                     '''drsuapi.idl epmapper.idl
                        eventlog.idl
-                       browser.idl dfs.idl dssetup.idl frsapi.idl
+                       browser.idl dssetup.idl frsapi.idl
                        rot.idl spoolss.idl w32time.idl
                        dnsserver.idl echo.idl lsa.idl
                        oxidresolver.idl samr.idl srvsvc.idl winreg.idl
@@ -23,7 +23,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
 
 # Services that we only have a server in the source3 style
 bld.SAMBA_PIDL_LIST('PIDL',
-                    '''initshutdown.idl ntsvcs.idl''',
+                    '''dfs.idl initshutdown.idl ntsvcs.idl''',
                     options='--header --ndr-parser --client --python --samba3-ndr-server',
                     output_dir='../gen_ndr')