Another alternative which may be less prone to getting you in some form of trouble is to take some source as described by Al or even from your corporate directory and pull off all first, middle, last names and then write a script to randomly slam them together in various combinations. You could also just hand build the first, middle, and last name lists yourself. Or you could also just have one name list and pick all of the names from that list and slap them together though the names may look a bit weird. Just have the script make sure the three names are unique amongst themselves and to all other names in the directory already.
 
Single Name List
--------------------------
Al
joe
Mark
 
 
Fulll Name list
----------------------
Al joe Mark
Al Mark joe
joe Mark Al
joe Al Mark
Mark joe Al
Mark Al joe
 
 
 
 
 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Al Mulnick
Sent: Tuesday, January 03, 2006 10:37 AM
To: ActiveDir@mail.activedir.org
Subject: Re: [ActiveDir] OT: Request for Test AD Poplulation Data

I haven't seen a generic user creation utility, however in similar situations I prefer to have a bit more control than that and would instead create a list of user names that I can easily glance at and know the originating directory.
 
If you truly want random names to work with, you may want to consider building such a dictionary and building that directory based on that.  Something that uses maybe census or population data would be useful I'm sure.
 
I'd likely build the template directory with script and then use ldif to export it for future use.
 
Does that help or is that not what you can use?

 
On 1/3/06, Mark Parris <[EMAIL PROTECTED]> wrote:
I utilise _vbscript_ too, but I wanted user data with a little more substance.

500 names in an ldf file is a lot more use to me than a vbs file which creates user 1, 2, 3 etc etc

Mark

-----Original Message-----
From: Tomasz Onyszko <[EMAIL PROTECTED]>
Date: Tue, 03 Jan 2006 15:49:22
To:ActiveDir@mail.activedir.org
Subject: Re: [ActiveDir] OT: Request for Test AD Poplulation Data

Rick Kingslan wrote:
> Tomasz, I think that Mark is looking to populate his metabase with data
> other than User 1, User 2, User 3, etc. with simple or blank attributes.
> So, he's looking for stuff like Homer Simpson, with all of the user data,
> then Marge, etc.

So stuill I don't think he will find such .. I use _vbscript_ to populate
my AD with test data.

--
Tomasz Onyszko
http://www.w2k.pl
List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to