diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-19 13:36:37 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-19 09:56:01 +0200 |
commit | 03a6137001c418c254505ddab694e1aefc73985d (patch) | |
tree | ff0a6c97fa70302010f2d92185d58e33f2431ebc /lib/param | |
parent | 0f57da57e3c250c0b00d1a369eeff0eb49bee4f8 (diff) | |
download | samba-03a6137001c418c254505ddab694e1aefc73985d.tar.gz samba-03a6137001c418c254505ddab694e1aefc73985d.tar.bz2 samba-03a6137001c418c254505ddab694e1aefc73985d.zip |
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 <tridge@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Jul 19 09:56:01 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/param')
-rw-r--r-- | lib/param/param_functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |