LDAP Populate

users_ldap_populate
REPOSITORY
REPOSITORYOCA/server-auth
GIT
GIThttps://github.com/OCA/server-auth.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-auth/tree/17.0/users_ldap_populate
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSPedro M. Baeza, Weblate, OCA-git-bot, oca-ci, Ryan Cole
WEBSITE
WEBSITEhttps://github.com/OCA/server-auth
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - auth_ldap
    - base
    - base_setup
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-ldap
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of auth_ldap by adding
functionality so that users can be populated from a LDAP server.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
company_form_view Add populate button to ldap view res.company.ldap xpath Inherits auth_ldap.view_ldap_installer_form
populate_wizard_view res.company.ldap.populate_wizard form New
Models touched (2)

New fields (2)
  • deactivate_unknown_users Boolean
    default=False string='Deactivate unknown users'
  • no_deactivate_user_ids Many2many → res.users
    column1='ldap_id' column2='user_id' comodel_name='res.users' default=<expr> help='List users who never should be deactivated by the deactivation wizard' relation='res_company_ldap_no_deactivate_user_rel' string='Users never to deactivate'
Public methods (4)
  • action_populate(self)
    Prepopulate the user table from one or more LDAP resources. Obviously, the option to create users must be toggled in the LDAP configuration. Return the number of users created (as far as we can tell).
  • do_deactivate_unknown_users(self, known_user_ids)
    Deactivate users not found in last populate run.
  • get_ldap_entry_dicts(self, conf, user_name='*')
    Execute ldap query as defined in conf Don't call self.query because it supresses possible exceptions
  • populate_wizard(self)
    GUI wrapper for the populate method that reports back the number of users created.

New fields (4)
  • ldap_id Many2one → res.company.ldap
    args: 'res.company.ldap', 'LDAP Configuration'
  • name Char
    size=16
  • users_created Integer
    args: 'Number of users created'
  • users_deactivated Integer
    args: 'Number of users deactivated'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/server-auth
GIT
GIThttps://github.com/OCA/server-auth.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-auth/tree/16.0/users_ldap_populate
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, Weblate, OCA-git-bot, oca-ci, Carolina Fernandez, dhx
WEBSITE
WEBSITEhttps://github.com/OCA/server-auth
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - auth_ldap
    - base
    - base_setup
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-ldap
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
company_form_view Add populate button to ldap view res.company.ldap xpath Inherits auth_ldap.view_ldap_installer_form
populate_wizard_view res.company.ldap.populate_wizard form New
Models touched (2)

New fields (2)
  • deactivate_unknown_users Boolean
    default=False string='Deactivate unknown users'
  • no_deactivate_user_ids Many2many → res.users
    column1='ldap_id' column2='user_id' comodel_name='res.users' default=<expr> help='List users who never should be deactivated by the deactivation wizard' relation='res_company_ldap_no_deactivate_user_rel' string='Users never to deactivate'
Public methods (4)
  • action_populate(self)
    Prepopulate the user table from one or more LDAP resources. Obviously, the option to create users must be toggled in the LDAP configuration. Return the number of users created (as far as we can tell).
  • do_deactivate_unknown_users(self, known_user_ids)
    Deactivate users not found in last populate run.
  • get_ldap_entry_dicts(self, conf, user_name='*')
    Execute ldap query as defined in conf Don't call self.query because it supresses possible exceptions
  • populate_wizard(self)
    GUI wrapper for the populate method that reports back the number of users created.

New fields (4)
  • ldap_id Many2one → res.company.ldap
    args: 'res.company.ldap', 'LDAP Configuration'
  • name Char
    size=16
  • users_created Integer
    readonly=True args: 'Number of users created'
  • users_deactivated Integer
    readonly=True args: 'Number of users deactivated'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/server-auth
GIT
GIThttps://github.com/OCA/server-auth.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-auth/tree/14.0/users_ldap_populate
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, CarlosRoca13
WEBSITE
WEBSITEhttps://github.com/OCA/server-auth
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - auth_ldap
    - base
    - base_setup
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-ldap
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
company_form_view Add populate button to ldap view res.company.ldap xpath Inherits auth_ldap.view_ldap_installer_form
populate_wizard_view res.company.ldap.populate_wizard form New
Models touched (2)

New fields (2)
  • deactivate_unknown_users Boolean
    default=False string='Deactivate unknown users'
  • no_deactivate_user_ids Many2many → res.users
    column1='ldap_id' column2='user_id' comodel_name='res.users' default=<expr> help='List users who never should be deactivated by the deactivation wizard' relation='res_company_ldap_no_deactivate_user_rel' string='Users never to deactivate'
Public methods (4)
  • action_populate(self)
    Prepopulate the user table from one or more LDAP resources. Obviously, the option to create users must be toggled in the LDAP configuration. Return the number of users created (as far as we can tell).
  • do_deactivate_unknown_users(self, known_user_ids)
    Deactivate users not found in last populate run.
  • get_ldap_entry_dicts(self, conf, user_name='*')
    Execute ldap query as defined in conf Don't call self.query because it supresses possible exceptions
  • populate_wizard(self)
    GUI wrapper for the populate method that reports back the number of users created.

New fields (4)
  • ldap_id Many2one → res.company.ldap
    args: 'res.company.ldap', 'LDAP Configuration'
  • name Char
    size=16 args: 'Name'
  • users_created Integer
    readonly=True args: 'Number of users created'
  • users_deactivated Integer
    readonly=True args: 'Number of users deactivated'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/server-auth
GIT
GIThttps://github.com/OCA/server-auth.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-auth/tree/13.0/users_ldap_populate
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSStéphane Bidoul, João Marques, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/server-auth
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - auth_ldap
    - base
    - base_setup
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-ldap
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
company_form_view Add populate button to ldap view res.company.ldap xpath Inherits auth_ldap.view_ldap_installer_form
populate_wizard_view res.company.ldap.populate_wizard form New
Models touched (2)

New fields (2)
  • deactivate_unknown_users Boolean
    default=False string='Deactivate unknown users'
  • no_deactivate_user_ids Many2many → res.users
    column1='ldap_id' column2='user_id' comodel_name='res.users' default=<expr> help='List users who never should be deactivated by the deactivation wizard' relation='res_company_ldap_no_deactivate_user_rel' string='Users never to deactivate'
Public methods (4)
  • action_populate(self)
    Prepopulate the user table from one or more LDAP resources. Obviously, the option to create users must be toggled in the LDAP configuration. Return the number of users created (as far as we can tell).
  • do_deactivate_unknown_users(self, known_user_ids)
    Deactivate users not found in last populate run.
  • get_ldap_entry_dicts(self, conf, user_name='*')
    Execute ldap query as defined in conf Don't call self.query because it supresses possible exceptions
  • populate_wizard(self)
    GUI wrapper for the populate method that reports back the number of users created.

New fields (4)
  • ldap_id Many2one → res.company.ldap
    args: 'res.company.ldap', 'LDAP Configuration'
  • name Char
    size=16 args: 'Name'
  • users_created Integer
    readonly=True args: 'Number of users created'
  • users_deactivated Integer
    readonly=True args: 'Number of users deactivated'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/server-auth
GIT
GIThttps://github.com/OCA/server-auth.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-auth/tree/12.0/users_ldap_populate
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSStéphane Bidoul, Pedro M. Baeza, Jairo Llopis, Alexandre Díaz, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/server-auth
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - auth_ldap
    - base
    - base_setup
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-ldap
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
company_form_view Add populate button to ldap view res.company.ldap xpath Inherits auth_ldap.view_ldap_installer_form
populate_wizard_view res.company.ldap.populate_wizard form New
Models touched (2)

New fields (2)
  • deactivate_unknown_users Boolean
    default=False string='Deactivate unknown users'
  • no_deactivate_user_ids Many2many → res.users
    column1='ldap_id' column2='user_id' comodel_name='res.users' default=<expr> help='List users who never should be deactivated by the deactivation wizard' relation='res_company_ldap_no_deactivate_user_rel' string='Users never to deactivate'
Public methods (4)
  • action_populate(self)
    @api.multi
    Prepopulate the user table from one or more LDAP resources. Obviously, the option to create users must be toggled in the LDAP configuration. Return the number of users created (as far as we can tell).
  • do_deactivate_unknown_users(self, known_user_ids)
    Deactivate users not found in last populate run.
  • get_ldap_entry_dicts(self, conf, user_name='*')
    Execute ldap query as defined in conf Don't call self.query because it supresses possible exceptions
  • populate_wizard(self)
    GUI wrapper for the populate method that reports back the number of users created.

New fields (4)
  • ldap_id Many2one → res.company.ldap
    args: 'res.company.ldap', 'LDAP Configuration'
  • name Char
    size=16 args: 'Name'
  • users_created Integer
    readonly=True args: 'Number of users created'
  • users_deactivated Integer
    readonly=True args: 'Number of users deactivated'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/10.0/users_ldap_populate
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSAlexis de Lattre, Alexandre Fayolle, Ronald Portier, Holger Brunn, Pedro M. Baeza, Daniel Reis, Stéphane Bidoul (ACSONE), OCA Transbot, Stefan Rijnhart (Opener), oca-travis, Weblate
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - auth_ldap
    - base
    - base_setup
    - web_kanban
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-ldap
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
company_form_view Add populate button to ldap view base.config.settings xpath Inherits auth_ldap.view_general_configuration_form_inherit_auth_ldap
populate_wizard_view res.company.ldap.populate_wizard form New
Models touched (2)

New fields (2)
  • deactivate_unknown_users Boolean
    default=False string='Deactivate unknown users'
  • no_deactivate_user_ids Many2many → res.users
    column1='ldap_id' column2='user_id' comodel_name='res.users' default=<expr> help='List users who never should be deactivated by the deactivation wizard' relation='res_company_ldap_no_deactivate_user_rel' string='Users never to deactivate'
Public methods (4)
  • action_populate(self)
    @api.multi
    Prepopulate the user table from one or more LDAP resources. Obviously, the option to create users must be toggled in the LDAP configuration. Return the number of users created (as far as we can tell).
  • do_deactivate_unknown_users(self, known_user_ids)
    Deactivate users not found in last populate run.
  • get_ldap_entry_dicts(self, conf, user_name='*', timeout=60)
    Execute ldap query as defined in conf. Don't call self.query because it supresses possible exceptions
  • populate_wizard(self)
    @api.multi
    GUI wrapper for the populate method that reports back the number of users created.

New fields (4)
  • ldap_id Many2one → res.company.ldap
    args: 'res.company.ldap', 'LDAP Configuration'
  • name Char
    size=16 args: 'Name'
  • users_created Integer
    readonly=True args: 'Number of users created'
  • users_deactivated Integer
    readonly=True args: 'Number of users deactivated'
Public methods (1)
  • create(self, vals)
    @api.model@api.returns('self', <expr>)
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/9.0/users_ldap_populate
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSAlexandre Fayolle, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, Damien Crier, oca-travis, Weblate, florent.thomas
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - auth_ldap
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-ldap
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
company_form_view Add populate button to ldap view res.company xpath Inherits auth_ldap.company_form_view
populate_wizard_view res.company.ldap.populate_wizard form New
Models touched (2)

New fields (2)
  • deactivate_unknown_users Boolean
    default=False string='Deactivate unknown users'
  • no_deactivate_user_ids Many2many → res.users
    column1='ldap_id' column2='user_id' comodel_name='res.users' default=<expr> help='List users who never should be deactivated by the deactivation wizard' relation='res_company_ldap_no_deactivate_user_rel' string='Users never to deactivate'
Public methods (4)
  • action_populate(self)
    @api.multi
    Prepopulate the user table from one or more LDAP resources. Obviously, the option to create users must be toggled in the LDAP configuration. Return the number of users created (as far as we can tell).
  • do_deactivate_unknown_users(self, known_user_ids)
    Deactivate users not found in last populate run.
  • get_ldap_entry_dicts(self, conf, user_name='*', timeout=60)
    Execute ldap query as defined in conf. Don't call self.query because it supresses possible exceptions
  • populate_wizard(self)
    @api.multi
    GUI wrapper for the populate method that reports back the number of users created.

New fields (4)
  • ldap_id Many2one → res.company.ldap
    args: 'res.company.ldap', 'LDAP Configuration'
  • name Char
    size=16 args: 'Name'
  • users_created Integer
    readonly=True args: 'Number of users created'
  • users_deactivated Integer
    readonly=True args: 'Number of users deactivated'
Public methods (1)
  • create(self, vals)
    @api.model@api.returns('self', <expr>)
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/8.0/users_ldap_populate
VERSION
VERSION 1.2.1
CATEGORY
CATEGORYAuthentication
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSStéphane Bidoul, Yannick Vaucher, Alexandre Fayolle, Holger Brunn, Pedro M. Baeza, Jairo Llopis, Daniel Reis, Stéphane Bidoul (ACSONE), OCA Transbot, Jonathan Nemry, oca-travis, Weblate
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - auth_ldap
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-ldap
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
company_form_view Add populate button to ldap view res.company xpath Inherits auth_ldap.company_form_view
populate_wizard_view res.company.ldap.populate_wizard form New
Models touched (2)

New fields (0)

No new fields.

Public methods (4)
  • action_populate(self, cr, uid, ids, context=None)
    Prepopulate the user table from one or more LDAP resources. Obviously, the option to create users must be toggled in the LDAP configuration. Return the number of users created (as far as we can tell).
  • do_deactivate_unknown_users(self, cr, uid, ids, known_user_ids, context=None)
    Deactivate users not found in last populate run
  • get_ldap_entry_dicts(self, conf, user_name='*')
    Execute ldap query as defined in conf Don't call self.query because it supresses possible exceptions
  • populate_wizard(self, cr, uid, ids, context=None)
    GUI wrapper for the populate method that reports back the number of users created.

New fields (0)

No new fields.

Public methods (1)
  • create(self, cr, uid, vals, context=None)
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/7.0/users_ldap_populate
VERSION
VERSION 1.2
CATEGORY
CATEGORYTools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSAlexandre Fayolle, Sandy Carter, Sylvain LE GAL, Daniel Reis, Launchpad Translations on behalf of server-env-tools-core-editors
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - auth_ldap
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-ldap
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to prepopulate the user database with all entries in the
LDAP database.

In order to schedule the population of the user database on a regular basis,
create a new scheduled action with the following properties:

- Object: res.company.ldap
- Function: action_populate
- Arguments: [res.company.ldap.id]

Substitute res.company.ldap.id with the actual id of the res.company.ldap
object you want to query.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
company_form_view Add populate button to ldap view res.company xpath Inherits auth_ldap.company_form_view
populate_wizard_view Add populate button to ldap view res.company.ldap.populate_wizard form New
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • action_populate(self, cr, uid, ids, context=None)
    Prepopulate the user table from one or more LDAP resources. Obviously, the option to create users must be toggled in the LDAP configuration. Return the number of users created (as far as we can tell).
  • populate_wizard(self, cr, uid, ids, context=None)
    GUI wrapper for the populate method that reports back the number of users created.

New fields (0)

No new fields.

Public methods (1)
  • create(self, cr, uid, vals, context=None)