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