summaryrefslogtreecommitdiff
path: root/docs/yodldocs
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-01-25 01:01:26 +0000
committerAndrew Tridgell <tridge@samba.org>2001-01-25 01:01:26 +0000
commit4655268ad17004389f30b5bc85f128cf55b73ecb (patch)
treeb3674295257bde61675b46b35830f0dabfd861b9 /docs/yodldocs
parent16dd4b9988853c27034ad00e39bc06cb52b48cb7 (diff)
downloadsamba-4655268ad17004389f30b5bc85f128cf55b73ecb.tar.gz
samba-4655268ad17004389f30b5bc85f128cf55b73ecb.tar.bz2
samba-4655268ad17004389f30b5bc85f128cf55b73ecb.zip
fixed pipe in smb.conf description
(This used to be commit b987ce37ce1bc89d3ab4964ebed1143b29c23cfb)
Diffstat (limited to 'docs/yodldocs')
-rw-r--r--docs/yodldocs/smb.conf.5.yo6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/yodldocs/smb.conf.5.yo b/docs/yodldocs/smb.conf.5.yo
index c82e866935..6bd701147b 100644
--- a/docs/yodldocs/smb.conf.5.yo
+++ b/docs/yodldocs/smb.conf.5.yo
@@ -5767,13 +5767,9 @@ dit(bf(source environment (G)))
This parameter causes Samba to set environment variables as per the
content of the file named.
-The file bf(must) be owned by root and not world writable in order
-to be read (this is a security check).
-
If the value of this parameter starts with a "|" character then Samba will
treat that value as a pipe command to open and will set the environment
-variables from the oput of the pipe. This command must not be world writable
-and must reside in a directory that is not world writable.
+variables from the output of the pipe.
The contents of the file or the output of the pipe should be formatted
as the output of the standard Unix env(1) command. This is of the form :