diff options
author | Tim Potter <tpot@samba.org> | 2004-06-11 00:38:24 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 11:51:03 -0500 |
commit | f3596acfbfb6f10f0177c2163a4b9efd6957b0a9 (patch) | |
tree | 491278199c979cce76d65bb62e4349e3c2fae26c | |
parent | 7c85ad86dd21b1403c25cfad6d501c2cecfc9da1 (diff) | |
download | samba-f3596acfbfb6f10f0177c2163a4b9efd6957b0a9.tar.gz samba-f3596acfbfb6f10f0177c2163a4b9efd6957b0a9.tar.xz samba-f3596acfbfb6f10f0177c2163a4b9efd6957b0a9.zip |
Remove reference to non-existent configure option --with-msdfs as DFS is always on now.
-rw-r--r-- | docs/howto/msdfs.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/howto/msdfs.xml b/docs/howto/msdfs.xml index 90debc9a7ca..e4a83b787a2 100644 --- a/docs/howto/msdfs.xml +++ b/docs/howto/msdfs.xml @@ -42,8 +42,7 @@ </para> <para> - To enable SMB-based DFS for Samba, configure it with the <option>--with-msdfs</option> - option. Once built, a Samba server can be made a DFS server by setting the global + A Samba server can be made a DFS server by setting the global Boolean <smbconfoption><name>host msdfs</name></smbconfoption> parameter in the &smb.conf; file. You designate a share as a DFS root using the Share Level Boolean <smbconfoption><name>msdfs root</name></smbconfoption> parameter. A DFS root directory on Samba hosts DFS |