From 03a6137001c418c254505ddab694e1aefc73985d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 19 Jul 2012 13:36:37 +1000 Subject: s3-param: Remove special case for lp_ctdbd_socket(), set CTDB_PATH as default This changes the default based on the #ifdef rather than an override on a parameter value of "" The less special override functions we have the easier it is to merge the loadparm tables. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Thu Jul 19 09:56:01 CEST 2012 on sn-devel-104 --- lib/param/param_functions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index eb701902dc..eb75f7da69 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -237,6 +237,7 @@ FN_GLOBAL_BOOL(winbind_use_default_domain, bWinbindUseDefaultDomain) FN_GLOBAL_BOOL(wins_dns_proxy, bWINSdnsProxy) FN_GLOBAL_BOOL(wins_proxy, bWINSproxy) FN_GLOBAL_CONST_STRING(afs_username_map, szAfsUsernameMap) +FN_GLOBAL_CONST_STRING(ctdbd_socket, ctdbdSocket) FN_GLOBAL_CONST_STRING(dedicated_keytab_file, szDedicatedKeytabFile) FN_GLOBAL_CONST_STRING(dnsdomain, szRealm_lower) FN_GLOBAL_CONST_STRING(dns_forwarder, dns_forwarder) -- cgit