An open API service indexing awesome lists of open source software.

https://github.com/iphands/ldif-gen

ldif-gen: A Bulk LDIF Generator (in C)
https://github.com/iphands/ldif-gen

Last synced: about 1 month ago
JSON representation

ldif-gen: A Bulk LDIF Generator (in C)

Awesome Lists containing this project

README

          

ldif-gen
========

ldif-gen: A Bulk LDIF Generator (in C)

## Simple example, generates 10,000 users
```shell
$ bash build.sh
...
$ ./bin/ldif-gen.O3-64 >/tmp/test.ldif
```

## 10,000 users with photos
```shell
$ ln -s ${PWD}/faces/ /tmp/
...
$ ./bin/ldif-gen.O3-64 >/tmp/test.ldif
```

## 1,000,000 users
```shell
$ ./bin/ldif-gen.O3-64 -i 1000000 >/tmp/test.ldif
```