summaryrefslogtreecommitdiff
path: root/source4/param/loadparm.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-12-08 16:27:38 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-12-08 09:39:06 +0100
commit8dd3013208ae02ee4365cd36f0c4688bdc6b46a2 (patch)
tree8bd801c9cb1e845ed6afea7cc74830bb8b4b7b28 /source4/param/loadparm.h
parent94f4929e04ce4357e3c74b6a14a4b8fccde30fda (diff)
downloadsamba-8dd3013208ae02ee4365cd36f0c4688bdc6b46a2.tar.gz
samba-8dd3013208ae02ee4365cd36f0c4688bdc6b46a2.tar.bz2
samba-8dd3013208ae02ee4365cd36f0c4688bdc6b46a2.zip
s4-param Allow +foo syntax in smb.conf list parsing
The idea here is to allow an smb.conf file to work from the defaults, rather than override them. For example, 'server services = +openchange'. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Dec 8 09:39:06 CET 2010 on sn-devel-104
Diffstat (limited to 'source4/param/loadparm.h')
-rw-r--r--source4/param/loadparm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/loadparm.h b/source4/param/loadparm.h
index 454d3f8853..7a76321b06 100644
--- a/source4/param/loadparm.h
+++ b/source4/param/loadparm.h
@@ -29,7 +29,7 @@
/* the following are used by loadparm for option lists */
typedef enum {
- P_BOOL,P_INTEGER,P_OCTAL,P_BYTES,P_LIST,P_STRING,P_USTRING,P_ENUM
+ P_BOOL,P_INTEGER,P_OCTAL,P_BYTES,P_LIST,P_CMDLIST,P_STRING,P_USTRING,P_ENUM
} parm_type;
typedef enum {