s3:modules: add vfs_dfs_samba4
authorStefan Metzmacher <metze@samba.org>
Tue, 4 Oct 2011 10:38:00 +0000 (12:38 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 7 Oct 2011 23:43:38 +0000 (01:43 +0200)
commit29dbda56b5ba6db9fd04cdea1de377630bea9016
tree5576242084d79a7ea041ed7e60010d0374d78641
parent09731c76877137291f0041711f01b40e33eb3d1c
s3:modules: add vfs_dfs_samba4

This module overloads the SMB_VFS_GET_DFS_REFERRAL() hooks,
in order to support the domain, dc and sysvol referrals
for a AD DC.

The config would look like this:

[IPC$]
    vfs objects = dfs_samba4

metze
source3/modules/vfs_dfs_samba4.c [new file with mode: 0644]
source3/modules/wscript_build
source3/wscript