res.config.settings.view.form.inherit.ldap.settings res.config.settings

LDAP PartnerSync Configuration

Advanced Settings

The DN part of the contact entry will be
  1. In case of company
    dc={company_prefix}-{getattr(company, '{affix_prop}')}
  2. In case of person
    dc={person_prefix}-{getattr(person, '{affix_prop}')},dc={person.company.company_prefix}-{getattr(person.company, '{affix_prop}')}
So affix_prop has to be present in both (id,name,...)