summaryrefslogtreecommitdiffstats
path: root/source3/auth
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:00 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:12 -0800
commit216d9691803ce58da97458466fd0d2f964c26b83 (patch)
treeb8168a3199d26b1c339e1b8d60c7de057f7e37e5 /source3/auth
parent8feac8039535dc9b68cd04fcf5a30f9a8e2ba7a6 (diff)
downloadsamba-216d9691803ce58da97458466fd0d2f964c26b83.tar.gz
samba-216d9691803ce58da97458466fd0d2f964c26b83.tar.xz
samba-216d9691803ce58da97458466fd0d2f964c26b83.zip
param: rename lp function and variable from "adduser_script" to "add_user_script"
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 5ac9ebde4b..2b6b13f5c4 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -48,7 +48,7 @@ static int _smb_create_user(const char *domain, const char *unix_username, const
char *add_script;
int ret;
- add_script = lp_adduser_script(ctx);
+ add_script = lp_add_user_script(ctx);
if (!add_script || !*add_script) {
return -1;
}