Christian Lademann's contribution: new capabilities in smb.conf.
authorLuke Leighton <lkcl@samba.org>
Sun, 2 Nov 1997 20:35:20 +0000 (20:35 +0000)
committerLuke Leighton <lkcl@samba.org>
Sun, 2 Nov 1997 20:35:20 +0000 (20:35 +0000)
commitb26623bc3a8ff5191763c83564453e77edee836a
treef42de0e6b960e98492a2b9127796964fb5aee681
parent73b47876242071af7077df7089aa28d5e9ca911f
Christian Lademann's contribution:  new capabilities in smb.conf.

'<' and '|' characters indicate read file and execute command respectively,
and feed the output into the parameter (!!!).

'<$' and '|$' means run standard_sub_basic() on them.

this is going to be fun to document in smb.conf.5....

also, Christian created a new "online" service parameter.  services can
be taken "off-line"....
(This used to be commit 15f44d28916cdc1432bffdbb999c7cf7efd8fb86)
source3/include/proto.h
source3/lib/util.c
source3/param/loadparm.c
source3/smbd/reply.c
source3/smbd/server.c