1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

param: Rename variable used for lp_afs_username_map szAfsUsernameMap

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:03:59 +13:00 committed by Jeremy Allison
parent 32d8a0aa5b
commit 540d7cac81
2 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@ FN_GLOBAL_BOOL(winbind_trusted_domains_only, winbind_trusted_domains_only)
FN_GLOBAL_BOOL(winbind_use_default_domain, winbind_use_default_domain)
FN_GLOBAL_BOOL(wins_dns_proxy, wins_dns_proxy)
FN_GLOBAL_BOOL(wins_proxy, wins_proxy)
FN_GLOBAL_CONST_STRING(afs_username_map, szAfsUsernameMap)
FN_GLOBAL_CONST_STRING(afs_username_map, afs_username_map)
FN_GLOBAL_CONST_STRING(ctdbd_socket, ctdbdSocket)
FN_GLOBAL_CONST_STRING(dedicated_keytab_file, szDedicatedKeytabFile)
FN_GLOBAL_CONST_STRING(dnsdomain, szRealm_lower)

View File

@ -3499,7 +3499,7 @@ static struct parm_struct parm_table[] = {
.label = "afs username map",
.type = P_STRING,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szAfsUsernameMap),
.offset = GLOBAL_VAR(afs_username_map),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,