diff --git a/auth_ldaps/README.rst b/auth_ldaps/README.rst index 503b4afea7..c18dc0ca45 100644 --- a/auth_ldaps/README.rst +++ b/auth_ldaps/README.rst @@ -17,13 +17,13 @@ LDAPS authentication :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github - :target: https://github.com/OCA/server-auth/tree/16.0/auth_ldaps + :target: https://github.com/OCA/server-auth/tree/17.0/auth_ldaps :alt: OCA/server-auth .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-auth_ldaps + :target: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_ldaps :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -40,16 +40,23 @@ Installation To verify LDAPS server certificate, you need to: -#. Add the CA certificate of the LDAPS on your server as a trusted certificate -#. Check the ``Verify certificate`` flag in configuration +1. Add the CA certificate of the LDAPS on your server as a trusted + certificate +2. Check the ``Verify certificate`` flag in configuration Configuration ============= To configure this module, you need to: -#. Access Settings / General Settings / LDAP Authentication / LDAP Server -#. Check the ``Use LDAPS`` flag +1. Access Settings / General Settings / LDAP Authentication / LDAP + Server +2. Check the ``Use LDAPS`` flag + +Usage +===== + + Bug Tracker =========== @@ -57,7 +64,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -65,31 +72,34 @@ Credits ======= Authors -~~~~~~~ +------- * CorporateHub * Creu Blanca Contributors -~~~~~~~~~~~~ +------------ + +- Enric Tobella + +- `CorporateHub `__ -* Enric Tobella -* `CorporateHub `__ + - Alexey Pelykh - * Alexey Pelykh +- Bhavesh Odedra -* Bhavesh Odedra -* `Trobz `_: +- `Trobz `__: - * Hoang Diep + - Hoang Diep Other credits -~~~~~~~~~~~~~ +------------- -The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp +The migration of this module from 15.0 to 16.0 was financially supported +by Camptocamp Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -101,6 +111,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/server-auth `_ project on GitHub. +This module is part of the `OCA/server-auth `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/auth_ldaps/pyproject.toml b/auth_ldaps/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/auth_ldaps/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/auth_ldaps/readme/CONFIGURE.md b/auth_ldaps/readme/CONFIGURE.md new file mode 100644 index 0000000000..6439d923e7 --- /dev/null +++ b/auth_ldaps/readme/CONFIGURE.md @@ -0,0 +1,5 @@ +To configure this module, you need to: + +1. Access Settings / General Settings / LDAP Authentication / LDAP + Server +2. Check the `Use LDAPS` flag diff --git a/auth_ldaps/readme/CONFIGURE.rst b/auth_ldaps/readme/CONFIGURE.rst deleted file mode 100644 index 24de15cd0f..0000000000 --- a/auth_ldaps/readme/CONFIGURE.rst +++ /dev/null @@ -1,4 +0,0 @@ -To configure this module, you need to: - -#. Access Settings / General Settings / LDAP Authentication / LDAP Server -#. Check the ``Use LDAPS`` flag diff --git a/auth_ldaps/readme/CONTRIBUTORS.md b/auth_ldaps/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..c1d5aadbfe --- /dev/null +++ b/auth_ldaps/readme/CONTRIBUTORS.md @@ -0,0 +1,11 @@ +- Enric Tobella \<\> + +- [CorporateHub](https://corporatehub.eu/) + + - Alexey Pelykh \<\> + +- Bhavesh Odedra \<\> + +- [Trobz](https://trobz.com): + + > - Hoang Diep \<\> diff --git a/auth_ldaps/readme/CONTRIBUTORS.rst b/auth_ldaps/readme/CONTRIBUTORS.rst deleted file mode 100644 index c36ad18ba1..0000000000 --- a/auth_ldaps/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,9 +0,0 @@ -* Enric Tobella -* `CorporateHub `__ - - * Alexey Pelykh - -* Bhavesh Odedra -* `Trobz `_: - - * Hoang Diep diff --git a/auth_ldaps/readme/CREDITS.rst b/auth_ldaps/readme/CREDITS.md similarity index 73% rename from auth_ldaps/readme/CREDITS.rst rename to auth_ldaps/readme/CREDITS.md index 70bc307ad0..291e14c81e 100644 --- a/auth_ldaps/readme/CREDITS.rst +++ b/auth_ldaps/readme/CREDITS.md @@ -1 +1,2 @@ -The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp +The migration of this module from 15.0 to 16.0 was financially supported +by Camptocamp diff --git a/auth_ldaps/readme/DESCRIPTION.rst b/auth_ldaps/readme/DESCRIPTION.md similarity index 100% rename from auth_ldaps/readme/DESCRIPTION.rst rename to auth_ldaps/readme/DESCRIPTION.md diff --git a/auth_ldaps/readme/INSTALL.md b/auth_ldaps/readme/INSTALL.md new file mode 100644 index 0000000000..711643999e --- /dev/null +++ b/auth_ldaps/readme/INSTALL.md @@ -0,0 +1,5 @@ +To verify LDAPS server certificate, you need to: + +1. Add the CA certificate of the LDAPS on your server as a trusted + certificate +2. Check the `Verify certificate` flag in configuration diff --git a/auth_ldaps/readme/INSTALL.rst b/auth_ldaps/readme/INSTALL.rst deleted file mode 100644 index cc477fe506..0000000000 --- a/auth_ldaps/readme/INSTALL.rst +++ /dev/null @@ -1,4 +0,0 @@ -To verify LDAPS server certificate, you need to: - -#. Add the CA certificate of the LDAPS on your server as a trusted certificate -#. Check the ``Verify certificate`` flag in configuration diff --git a/auth_ldaps/readme/USAGE.md b/auth_ldaps/readme/USAGE.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/auth_ldaps/readme/USAGE.md @@ -0,0 +1 @@ + diff --git a/auth_ldaps/readme/USAGE.rst b/auth_ldaps/readme/USAGE.rst deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/auth_ldaps/static/description/index.html b/auth_ldaps/static/description/index.html index 0875a8ff48..84fab96a1c 100644 --- a/auth_ldaps/static/description/index.html +++ b/auth_ldaps/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,19 +368,20 @@

LDAPS authentication

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:d0479aff742f2c5f5ff1bfa5a7de7ac307a3d04a5763dbe003aad01cbbd4c393 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

This module allows to authenticate using a LDAP over SSL system.

Table of contents

@@ -398,29 +399,33 @@

Installation

Configuration

To configure this module, you need to:

    -
  1. Access Settings / General Settings / LDAP Authentication / LDAP Server
  2. +
  3. Access Settings / General Settings / LDAP Authentication / LDAP +Server
  4. Check the Use LDAPS flag
+
+

Usage

+
-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • CorporateHub
  • Creu Blanca
-

Contributors

+

Contributors

-

Other credits

-

The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp

+

Other credits

+

The migration of this module from 15.0 to 16.0 was financially supported +by Camptocamp

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/server-auth project on GitHub.

+

This module is part of the OCA/server-auth project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/requirements.txt b/requirements.txt index 13c8fbb434..a809107277 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ # generated from manifests external_dependencies python-jose +python-ldap