diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-11 13:10:11 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-11 13:10:11 +0100 |
commit | e4165448d778db1721b1c7670b25ae3e40917d86 (patch) | |
tree | 027b825fa742c1dbb97874c179cdeea6dba92a58 /source4/scripting | |
parent | cac225ba7daf8d88d858292902480415f0fa00e2 (diff) | |
parent | de03c4a3eadd8180e5bda5b176f1abebff613a15 (diff) | |
download | samba-e4165448d778db1721b1c7670b25ae3e40917d86.tar.gz samba-e4165448d778db1721b1c7670b25ae3e40917d86.tar.bz2 samba-e4165448d778db1721b1c7670b25ae3e40917d86.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-python
(This used to be commit 35f5c8294e9f3b304987597d4bcfc75fdda05982)
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/libjs/provision.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/scripting/libjs/provision.js b/source4/scripting/libjs/provision.js index e71498010c..dc9eae8e72 100644 --- a/source4/scripting/libjs/provision.js +++ b/source4/scripting/libjs/provision.js @@ -1124,7 +1124,7 @@ unixName: %s sambaPassword: %s objectClass: user ", - user_dn, username, dom_users, + user_dn, username, unixname, password); /* add the user to the users group as well @@ -1134,7 +1134,7 @@ dn: %s changetype: modify add: member member: %s -", +", dom_users, user_dn); |