summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm_ctx.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-05-28 14:47:28 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-05-30 04:15:11 +0200
commitd3f061b687ca2a22956e1132a395239928f9c9f8 (patch)
tree24bc61d842e2355b500a14aca04cccb6eb5f1c5d /source3/param/loadparm_ctx.c
parent91e4983d306aacbdfe2097fc8d9e60cb367989bb (diff)
downloadsamba-d3f061b687ca2a22956e1132a395239928f9c9f8.tar.gz
samba-d3f061b687ca2a22956e1132a395239928f9c9f8.tar.xz
samba-d3f061b687ca2a22956e1132a395239928f9c9f8.zip
lib/param: Harmonise 'password server' parameter between s3 and s4
Diffstat (limited to 'source3/param/loadparm_ctx.c')
-rw-r--r--source3/param/loadparm_ctx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c
index 57ffb87344..437ce43506 100644
--- a/source3/param/loadparm_ctx.c
+++ b/source3/param/loadparm_ctx.c
@@ -113,6 +113,8 @@ static const struct loadparm_s3_context s3_fns =
.srv_minprotocol = lp_srv_minprotocol,
.srv_maxprotocol = lp_srv_maxprotocol,
+
+ .passwordserver = lp_passwordserver
};
const struct loadparm_s3_context *loadparm_s3_context(void)