Tool

Easily Generate LDIF File for Testing

Author Info

24 September 2008 - 10:14am
Submitted by: jwilleke

tool
Reads:

3272

Score:
0
0
 
Comments:

1

license: 
.http://ldapwiki.willeke.com/wiki/CopyrightAndIntellectualProper
home page url: 
http://ldapwiki.willeke.com/wiki/LDIF%20Generator
download url: 
http://ldapwiki.willeke.com/wiki/LDIF%20Generator

The LDIF Generator will generate random, fictitious, LDIF records that can be imported into LDAP server or other applications for testing.

We have used the DBGEN.PL program and had several problems with some of the aspects of the output that was generated. The attributes that used distinguished names, DBGEN only provided RDNs for these entries. When we were working with Novell's eDirectory or with Active Directory, it actually does some referential integrity checking that would prevent the importing of DN attributes that were not valid. The LDIF Generator tool will create valid manager and secretary relationships.

In addition, we wanted to generate some large trees and demo some of the Organizational chart programs that would work against a LDAP instance that would simulate a real organization.

Out of these issues with DBGEN, we wrote LDIFGen. This is a Java program that should work with Java 1.4 or above and on "nearly" any platform that has Java.

You must generate at least 10 records. There is no maximum determined. (There could be some resource issues at very large numbers over 1,000,000) Below we show typical screen output of the tool generating about 500 entries/sec:

Generating 100000 entries.
With People entries With 40 OUs entries
Using CN in Distinguished NameIn the dc=willeke, dc=com context
For the Generic Server Type
Generating 100000 entries took 3 minute(s) 19 second(s) or 502.513 entries/seconds


Author Info

24 September 2008 - 10:14am
Submitted by: jwilleke




User Comments

geoffc's picture

Very nice tool!

Submitted by geoffc on 26 September 2008 - 7:23am.

Jim, great tool! I played with it a bit and makes generating real world looking data a snap!

Thanks for the awesome work and the great tools you produce!

(Not affilated with Jim W. in any way, other than being a happy user of the tools that he writes!)

© 2009 Novell, Inc. All Rights Reserved.