Skip to content
Cédric Joron edited this page Aug 28, 2013 · 2 revisions

In order to import your objects from LDAP (Target), you need to configure its object into LBE (https://github.com/OpenCSI/lbe/wiki/UI and for tutorial https://github.com/OpenCSI/lbe/wiki/Create-Import-Object).

Then, using a terminal you need to go to your LBE Directory with your manage.py file and enter:

python ./manage.py --import-target

LBE will import all objects from LDAP Server (Target) to the MongoDB Server (Backend)

Clone this wiki locally