r23706: Add a script to create domainusers,-groups and -aliases.
authorMichael Adam <obnox@samba.org>
Wed, 4 Jul 2007 16:17:48 +0000 (16:17 +0000)
committerMichael Adam <obnox@samba.org>
Fri, 9 Nov 2007 10:19:56 +0000 (11:19 +0100)
commit67e79219dac4adbae437f46e144f2f09676d44bc
tree3c096c302b7cfe2ea96db5b0745e943b6268f8bd
parent702d227433e2f044796366cf28f5418f4b18debc
r23706: Add a script to create domainusers,-groups and -aliases.
This is done via rpc client. The main purpose is to
be able to fill a domain controller with a large number
of users / groups easily. A the object names are
built as <prefix><num> where number ranges from a given
start number counting up until a given number of objects
has been created.

In a next step, I will submit scripts to add (many) users to
a group and to add a user to (many) groups.

Michael
(cherry picked from commit 8b81fbb7d998eda65978a772f2194b4a3de467f9)
(This used to be commit 79414f8bfa9cce1b4543b3cf5d6ea65651fc0769)
examples/scripts/users_and_groups/createdomobj.pl [new file with mode: 0755]