Skip to content
Bruno Bonfils edited this page Aug 12, 2013 · 4 revisions

What reconciliation do?

Reconciliation ensure you have the same contents between LBE and your LDAP server. When an object exists in LDAP but not in LBE, reconciliation will apply the policy you defined for the object. The default policy is to delete the object in LDAP. So remember to run initial import before run the first reconciliation!

How reconciliation works?

Reconciliation diagram sequence

When the Attribute Instance Object changed, LBE updates groups using this object.

Reconciliation Commands

In order to launche the reconciliation command, just enter (on console): (as describe on the pic)

./manage.py --reconciliation

In order to recreate all Target Objects from Backend, run:

./manage.py --reconciliation erase

If you want just to see what objects need to be upgrade (and see different values), just enter:

./manage.py --reconciliation debug

Clone this wiki locally