From 4655268ad17004389f30b5bc85f128cf55b73ecb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 25 Jan 2001 01:01:26 +0000 Subject: fixed pipe in smb.conf description (This used to be commit b987ce37ce1bc89d3ab4964ebed1143b29c23cfb) --- docs/yodldocs/smb.conf.5.yo | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs') 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 : -- cgit