mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
param: Rename variable used for lp_username_map_script usernameMapScript
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
501e922378
commit
0e5767f884
@ -409,7 +409,7 @@ FN_GLOBAL_STRING(setprimarygroup_script, setprimarygroup_script)
|
||||
FN_GLOBAL_STRING(set_quota_command, set_quota_command)
|
||||
FN_GLOBAL_STRING(share_backend, share_backend)
|
||||
FN_GLOBAL_STRING(shutdown_script, shutdown_script)
|
||||
FN_GLOBAL_STRING(username_map_script, usernameMapScript)
|
||||
FN_GLOBAL_STRING(username_map_script, username_map_script)
|
||||
FN_GLOBAL_STRING(username_map, usernameMap)
|
||||
FN_GLOBAL_STRING(usershare_path, usershare_path)
|
||||
FN_GLOBAL_STRING(wins_hook, wins_hook)
|
||||
|
@ -2692,7 +2692,7 @@ static struct parm_struct parm_table[] = {
|
||||
.label = "username map script",
|
||||
.type = P_STRING,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(usernameMapScript),
|
||||
.offset = GLOBAL_VAR(username_map_script),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
|
Loading…
Reference in New Issue
Block a user