You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
2.0 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. =============
  4. LDAP Populate
  5. =============
  6. This module allows to prepopulate the user database with all entries in the
  7. LDAP database.
  8. Installation
  9. ============
  10. In order to schedule the population of the user database on a regular basis,
  11. create a new scheduled action with the following properties:
  12. - Object: res.company.ldap
  13. - Function: action_populate
  14. - Arguments: ``[res.company.ldap.id]``
  15. Substitute ``res.company.ldap.id`` with the actual id of the res.company.ldap
  16. object you want to query.
  17. Usage
  18. =====
  19. To use this module, you need to:
  20. * go to your company settings
  21. * open your LDAP configuration
  22. * click the button ``Populate``
  23. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  24. :alt: Try me on Runbot
  25. :target: https://runbot.odoo-community.org/runbot/149/8.0
  26. For further information, please visit:
  27. * https://www.odoo.com/forum/help-1
  28. Bug Tracker
  29. ===========
  30. Bugs are tracked on `GitHub Issues <https://github.com/OCA/users_ldap_populate/issues>`_.
  31. In case of trouble, please check there if your issue has already been reported.
  32. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  33. `here <https://github.com/OCA/users_ldap_populate/issues/new?body=module:%20users_ldap_populate%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  34. Credits
  35. =======
  36. Contributors
  37. ------------
  38. * Holger Brunn <hbrunn@therp.nl>
  39. * Daniel Reis <dgreis@sapo.pt>
  40. * Stefan Rijnhart <stefan@opener.am>
  41. Maintainer
  42. ----------
  43. .. image:: https://odoo-community.org/logo.png
  44. :alt: Odoo Community Association
  45. :target: https://odoo-community.org
  46. This module is maintained by the OCA.
  47. OCA, or the Odoo Community Association, is a nonprofit organization whose
  48. mission is to support the collaborative development of Odoo features and
  49. promote its widespread use.
  50. To contribute to this module, please visit https://odoo-community.org.