-
Notifications
You must be signed in to change notification settings - Fork 0
Reconciliation
Bruno Bonfils edited this page Aug 12, 2013
·
4 revisions
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!
When the Attribute Instance Object changed, LBE updates groups using this object.
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