diff options
author | Shirish Kalele <kalele@samba.org> | 2000-05-18 18:43:53 +0000 |
---|---|---|
committer | Shirish Kalele <kalele@samba.org> | 2000-05-18 18:43:53 +0000 |
commit | 74d677ec591a715e28dba29a33ee40e1b1c2f830 (patch) | |
tree | 110c04458f574ca708fe3616b40ed2ba32d2cbaf /source3/smbd/nttrans.c | |
parent | 7b49e6ac6c1b1d9e3fe0e4498a1def63b9532906 (diff) | |
download | samba-74d677ec591a715e28dba29a33ee40e1b1c2f830.tar.gz samba-74d677ec591a715e28dba29a33ee40e1b1c2f830.tar.xz samba-74d677ec591a715e28dba29a33ee40e1b1c2f830.zip |
Added the NETDFS pipe to allow remote administration of the msdfs symlinks
on the samba server.
(This used to be commit 15e7d8f6c5cddf6ce409ee2505744250d181ec34)
Diffstat (limited to 'source3/smbd/nttrans.c')
-rw-r--r-- | source3/smbd/nttrans.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index e98187de25..5f58962799 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -44,6 +44,9 @@ static char *known_nt_pipes[] = { "\\lsarpc", "\\winreg", "\\spoolss", +#ifdef MS_DFS + "\\netdfs", +#endif NULL }; |