idmap_script: add missing "IDTOSID" argument to the script command line.
commit4f654acad01dbb1b17e933a855bb53ea6a7bb34d
authorBjörn Baumbach <bb@sernet.de>
Fri, 26 Aug 2016 15:16:51 +0000 (26 17:16 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 6 Sep 2016 17:32:57 +0000 (6 19:32 +0200)
tree1f59b3baa8ec7e5a4a312473754054ade88c366f
parent451907739cc14717c12875b88fbbe63a53e9cbec
idmap_script: add missing "IDTOSID" argument to the script command line.

According to the documentation the commands should look like
"IDTOSID UID xxxx" instead of "UID xxxx".

This fixes changes of commit b4239ca096738f553b0f9d7fa6aaa4219b72ef7f:
    idmap_script: Parallelize script calls

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12194

Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Sep  6 19:32:57 CEST 2016 on sn-devel-144
source3/winbindd/idmap_script.c