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)
commit79414f8bfa9cce1b4543b3cf5d6ea65651fc0769
treeaacff01d1a48d462440ab41145b6b9cb8b530e12
parent8ad4287cca5393a7fef148365aef2e2377c29280
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)
examples/scripts/users_and_groups/createdomobj.pl [new file with mode: 0755]