Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Tools
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:17:48
Authors
Odoo Community Association (OCA), Daniel Reis (https://launchpad.com/~dreis-pt)
Maintainers
Odoo Community Association (OCA), Daniel Reis (https://launchpad.com/~dreis-pt)
Committers
Ronald Portier, Pedro M. Baeza, Daniel Reis, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, oca-travis, Artem Kostyuk
Odoo dependencies
odoo/odoo:
- web
Python dependencies
python-ldap
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
company_form_view Add name and email attributes to ldap view base.config.settings form Inherits auth_ldap.view_general_configuration_form_inherit_auth_ldap
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • mail_attribute Char
    default='mail' help='LDAP attribute to use to retrieve em-mail address.' args: 'E-mail attribute'
  • name_attribute Char
    default='cn' help="By default 'cn' is used. For ActiveDirectory you might use 'displayName' instead." args: 'Name Attribute'
Public methods (2)
  • get_ldap_dicts(self)
    Copy of auth_ldap's funtion, changing only the SQL, so that it returns all fields in the table.
  • map_ldap_attributes(self, conf, login, ldap_entry)

Loading…

Loading…

Loading…