summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-09 05:28:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:26 -0500
commit7efeb8f451345b54ce125bcbb601ba2475ef9e59 (patch)
treec271dd1897070b31b2f7dcc977dd8ead73dab6e2 /source4/librpc
parent8ca17e2f47cb171d615784b2449106135e27f1c2 (diff)
downloadsamba-7efeb8f451345b54ce125bcbb601ba2475ef9e59.tar.gz
samba-7efeb8f451345b54ce125bcbb601ba2475ef9e59.tar.bz2
samba-7efeb8f451345b54ce125bcbb601ba2475ef9e59.zip
r8256: - allow rpc calls from non-command line ejs contexts by creating a set
of null credentials to use if cmdline_credentials is not setup - hide the length and size elements of a lsa_String from js scripts, so you can use a lsa_String just as an ordinary string without knowing its a structure. We won't do this with all structures, just a few core ones that are used often enough to warrant it. - make sure returned ldb arrays have a length property (This used to be commit 12d2092dd8668de41776132ccbcd634790c371a9)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/lsa.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl
index 3939826693..0b5d4e959c 100644
--- a/source4/librpc/idl/lsa.idl
+++ b/source4/librpc/idl/lsa.idl
@@ -13,7 +13,7 @@
depends(security)
] interface lsarpc
{
- typedef [public] struct {
+ typedef [public,noejs] struct {
[value(2*strlen_m(string))] uint16 length;
[value(2*strlen_m(string))] uint16 size;
unistr_noterm *string;