1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r11309: A trivial test script for ejs libnet interface.

rafal
(This used to be commit deb561ea4a)
This commit is contained in:
Rafal Szczesniak 2005-10-26 21:05:27 +00:00 committed by Gerald (Jerry) Carter
parent b22bda7533
commit 6386f31317

4
testprogs/ejs/ejsnet.js Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env smbscript
var ctx = NetContext("Administrator", "admin");
ctx.CreateUser("noname");