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)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:47 +0000 (12:23 -0500)
commit85f7c7127f6542850282a3f86451e8e4e16736c6
tree94fcc9ba7bb4efa4e4b8352aaeea201992d8323d
parent26502733a527a211d61226adf37d3719076cfe20
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
(This used to be commit 8b81fbb7d998eda65978a772f2194b4a3de467f9)
examples/scripts/users_and_groups/createdomobj.pl [new file with mode: 0755]