diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:58 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:56 -0800 |
commit | f3245c7695b1f7d7364517b45168cd3d9969b329 (patch) | |
tree | ad801d47ca8e55e4d7e73a7e993c3f0d9167fd1c /lib/param/param_functions.c | |
parent | 422de1138c1a57d8925ca8a4082c90db0ec54d07 (diff) | |
download | samba-f3245c7695b1f7d7364517b45168cd3d9969b329.tar.gz samba-f3245c7695b1f7d7364517b45168cd3d9969b329.tar.xz samba-f3245c7695b1f7d7364517b45168cd3d9969b329.zip |
param: Rename variable used for lp_winbind_trusted_domains_only bWinbindTrustedDomainsOnly
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index b27c66ec68..ee45a92265 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -233,7 +233,7 @@ FN_GLOBAL_BOOL(winbind_offline_logon, winbind_offline_logon) FN_GLOBAL_BOOL(winbind_refresh_tickets, winbind_refresh_tickets) FN_GLOBAL_BOOL(winbind_rpc_only, winbind_rpc_only) FN_GLOBAL_BOOL(winbind_sealed_pipes, winbind_sealed_pipes) -FN_GLOBAL_BOOL(winbind_trusted_domains_only, bWinbindTrustedDomainsOnly) +FN_GLOBAL_BOOL(winbind_trusted_domains_only, winbind_trusted_domains_only) FN_GLOBAL_BOOL(winbind_use_default_domain, bWinbindUseDefaultDomain) FN_GLOBAL_BOOL(wins_dns_proxy, bWINSdnsProxy) FN_GLOBAL_BOOL(wins_proxy, bWINSproxy) |