summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-01-17 00:25:29 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-01-17 00:25:29 +0100
commit2f7d4a41904d0bcc54da3462f20a3a2f18f6fc40 (patch)
tree022ec69fc83f551c828e304558334e8a473930a7 /source4/param
parent93d96414be1e7fbf895a05025c0a3422dc55c88e (diff)
downloadsamba-2f7d4a41904d0bcc54da3462f20a3a2f18f6fc40.tar.gz
samba-2f7d4a41904d0bcc54da3462f20a3a2f18f6fc40.tar.bz2
samba-2f7d4a41904d0bcc54da3462f20a3a2f18f6fc40.zip
param: Load web service by default.
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c
index 531789e3e9..8e487fc959 100644
--- a/source4/param/loadparm.c
+++ b/source4/param/loadparm.c
@@ -2395,7 +2395,7 @@ struct loadparm_context *loadparm_init(TALLOC_CTX *mem_ctx)
lpcfg_do_global_parameter(lp_ctx, "max connections", "-1");
lpcfg_do_global_parameter(lp_ctx, "dcerpc endpoint servers", "epmapper srvsvc wkssvc rpcecho samr netlogon lsarpc spoolss drsuapi winreg dssetup unixinfo browser eventlog6");
- lpcfg_do_global_parameter(lp_ctx, "server services", "smb rpc nbt wrepl ldap cldap kdc drepl winbind ntp_signd kcc dnsupdate");
+ lpcfg_do_global_parameter(lp_ctx, "server services", "smb rpc nbt wrepl ldap cldap kdc drepl winbind ntp_signd kcc dnsupdate web");
lpcfg_do_global_parameter(lp_ctx, "ntptr providor", "simple_ldb");
/* the winbind method for domain controllers is for both RODC
auth forwarding and for trusted domains */