Discussion:
[Samba] How to configure DFS referrals on HP UX IA 64 - Samba 4.5.3 without AD DC
(too old to reply)
Silambarasan Madhappan via samba
2017-03-13 06:40:01 UTC
Permalink
Hi ,

I want to configure DFS on standalone server on HP UX IA 64.
Could you please help me on this.

Thanks.
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Aurélien Aptel via samba
2017-03-13 13:50:03 UTC
Permalink
Post by Silambarasan Madhappan via samba
I want to configure DFS on standalone server on HP UX IA 64.
Could you please help me on this.
You need to add

host msdfs = yes

in the global section of your smb.conf and make a share with

msdfs root = yes

Then it's just a matter of making symbolic links in the share pointing
to SMB servers instead of file paths e.g.:

ln -s 'msdfs:the_server\the_share' the_link

There is a wiki page on this too.

https://wiki.samba.org/index.php/Distributed_File_System_(DFS)
--
Aurélien Aptel / SUSE Labs Samba Team
GPG: 1839 CB5F 9F5B FB9B AA97 8C99 03C8 A49B 521B D5D3
SUSE Linux GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Loading...