1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

param: Rename variable used for lp_kerberos_method iKerberosMethod

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:
Andrew Bartlett 2013-12-24 16:04:10 +13:00 committed by Jeremy Allison
parent 774d29318d
commit f58121c92a
2 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ FN_GLOBAL_INTEGER(idmap_cache_time, idmap_cache_time)
FN_GLOBAL_INTEGER(idmap_negative_cache_time, idmap_negative_cache_time)
FN_GLOBAL_INTEGER(init_logon_delay, init_logon_delay)
FN_GLOBAL_INTEGER(keepalive, keepalive)
FN_GLOBAL_INTEGER(kerberos_method, iKerberosMethod)
FN_GLOBAL_INTEGER(kerberos_method, kerberos_method)
FN_GLOBAL_INTEGER(kpasswd_port, kpasswd_port)
FN_GLOBAL_INTEGER(krb5_port, krb5_port)
FN_GLOBAL_INTEGER(ldap_connection_timeout, ldap_connection_timeout)

View File

@ -1117,7 +1117,7 @@ static struct parm_struct parm_table[] = {
.label = "kerberos method",
.type = P_ENUM,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(iKerberosMethod),
.offset = GLOBAL_VAR(kerberos_method),
.special = NULL,
.enum_list = enum_kerberos_method,
.flags = FLAG_ADVANCED,