mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
param: Rename variable used for lp_create_krb5_conf bCreateKrb5Conf
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
48a1bb937d
commit
eb4eadadf0
@ -165,7 +165,7 @@ FN_GLOBAL_BOOL(client_plaintext_auth, client_plaintext_auth)
|
||||
FN_GLOBAL_BOOL(client_use_spnego, client_use_spnego)
|
||||
FN_GLOBAL_BOOL(client_use_spnego_principal, client_use_spnego_principal)
|
||||
FN_GLOBAL_BOOL(clustering, clustering)
|
||||
FN_GLOBAL_BOOL(create_krb5_conf, bCreateKrb5Conf)
|
||||
FN_GLOBAL_BOOL(create_krb5_conf, create_krb5_conf)
|
||||
FN_GLOBAL_BOOL(debug_class, bDebugClass)
|
||||
FN_GLOBAL_BOOL(debug_hires_timestamp, bDebugHiresTimestamp)
|
||||
FN_GLOBAL_BOOL(debug_pid, bDebugPid)
|
||||
|
@ -4130,7 +4130,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "create krb5 conf",
|
||||
.type = P_BOOL,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(bCreateKrb5Conf),
|
||||
.offset = GLOBAL_VAR(create_krb5_conf),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
@ -894,7 +894,7 @@ static void init_globals(bool reinit_globals)
|
||||
Globals.bUnixExtensions = true;
|
||||
Globals.bResetOnZeroVC = false;
|
||||
Globals.bLogWriteableFilesOnExit = false;
|
||||
Globals.bCreateKrb5Conf = true;
|
||||
Globals.create_krb5_conf = true;
|
||||
Globals.winbindMaxDomainConnections = 1;
|
||||
|
||||
/* hostname lookups can be very expensive and are broken on
|
||||
|
Reference in New Issue
Block a user