summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-04 16:10:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:13 -0500
commit2a533ec684c8297f893fdd23e919937d92c58c15 (patch)
tree3da0db04eb5d2b622604270e4d0d5a2a446c03b0 /source4/scripting/ejs/smbcalls.c
parenta0b29302c81bb68a9d083fb10f9d044891ed81a8 (diff)
downloadsamba-2a533ec684c8297f893fdd23e919937d92c58c15.tar.gz
samba-2a533ec684c8297f893fdd23e919937d92c58c15.tar.bz2
samba-2a533ec684c8297f893fdd23e919937d92c58c15.zip
r9059: add a basic credentials object for mimir
(This used to be commit 36a9277e878d4db599fcfc02b96d2aaeac0b74dd)
Diffstat (limited to 'source4/scripting/ejs/smbcalls.c')
-rw-r--r--source4/scripting/ejs/smbcalls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/ejs/smbcalls.c b/source4/scripting/ejs/smbcalls.c
index 59e5b17034..4b03e2f404 100644
--- a/source4/scripting/ejs/smbcalls.c
+++ b/source4/scripting/ejs/smbcalls.c
@@ -127,6 +127,7 @@ void smb_setup_ejs_functions(void)
smb_setup_ejs_string();
smb_setup_ejs_random();
smb_setup_ejs_system();
+ smb_setup_ejs_credentials();
ejsDefineCFunction(-1, "typeof", ejs_typeof, NULL, MPR_VAR_SCRIPT_HANDLE);
ejsDefineStringCFunction(-1, "libinclude", ejs_libinclude, NULL, MPR_VAR_SCRIPT_HANDLE);