diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-11-10 17:11:18 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-11-17 00:34:09 +0100 |
commit | 3ac3de73b4e2cfb8dfe21c502de8432abb29d685 (patch) | |
tree | bfdc463ab83312707106dadb16f516d97863cfec /source3 | |
parent | 29cd8ae6fd58bd968958447e1438ff05a3bf4b48 (diff) | |
download | samba-3ac3de73b4e2cfb8dfe21c502de8432abb29d685.tar.gz samba-3ac3de73b4e2cfb8dfe21c502de8432abb29d685.tar.bz2 samba-3ac3de73b4e2cfb8dfe21c502de8432abb29d685.zip |
param: Connect lp_security to the lib/param code to allow tests
Pair-Programmed-With: Amitay Isaacs <amitay@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/param/loadparm_ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c index 61fe97462d..f95965fcae 100644 --- a/source3/param/loadparm_ctx.c +++ b/source3/param/loadparm_ctx.c @@ -74,6 +74,7 @@ static const struct loadparm_s3_context s3_fns = .dump = lp_dump, .server_role = lp_server_role, + .security = lp_security, .winbind_separator = lp_winbind_separator, .template_homedir = lp_template_homedir, |