From 61824083562ad4680df580ec910e44e4634193e3 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 29 Dec 2024 18:08:56 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + auth_ldaps/README.rst | 14 +++++++------- auth_ldaps/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7a45d6c2ff..9feb09e390 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [auth_api_key](auth_api_key/) | 17.0.1.1.1 | | Authenticate http requests from an API key [auth_api_key_group](auth_api_key_group/) | 17.0.1.0.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allow grouping API keys together. Grouping per se does nothing. This feature is supposed to be used by other modules to limit access to services or records based on groups of keys. [auth_api_key_server_env](auth_api_key_server_env/) | 17.0.1.0.0 | | Configure api keys via server env. This can be very useful to avoid mixing your keys between your various environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention: +[auth_ldaps](auth_ldaps/) | 17.0.1.0.0 | | Allows to use LDAP over SSL authentication [auth_oidc](auth_oidc/) | 17.0.1.1.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider [auth_saml](auth_saml/) | 17.0.1.0.0 | [![vincent-hatakeyama](https://github.com/vincent-hatakeyama.png?size=30px)](https://github.com/vincent-hatakeyama) | SAML2 Authentication [auth_session_timeout](auth_session_timeout/) | 17.0.1.0.0 | | This module disable all inactive sessions since a given delay diff --git a/auth_ldaps/README.rst b/auth_ldaps/README.rst index c18dc0ca45..d80610156b 100644 --- a/auth_ldaps/README.rst +++ b/auth_ldaps/README.rst @@ -7,7 +7,7 @@ LDAPS authentication !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d0479aff742f2c5f5ff1bfa5a7de7ac307a3d04a5763dbe003aad01cbbd4c393 + !! source digest: sha256:7a3f2458afff7e8410aea21382679c63425026d5034e5ff2b34815040f2374ba !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -80,17 +80,17 @@ Authors Contributors ------------ -- Enric Tobella +- Enric Tobella -- `CorporateHub `__ +- `CorporateHub `__ - - Alexey Pelykh + - Alexey Pelykh -- Bhavesh Odedra +- Bhavesh Odedra -- `Trobz `__: +- `Trobz `__: - - Hoang Diep + - Hoang Diep Other credits ------------- diff --git a/auth_ldaps/static/description/index.html b/auth_ldaps/static/description/index.html index 860ef9df56..779706a076 100644 --- a/auth_ldaps/static/description/index.html +++ b/auth_ldaps/static/description/index.html @@ -367,7 +367,7 @@

LDAPS authentication

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:d0479aff742f2c5f5ff1bfa5a7de7ac307a3d04a5763dbe003aad01cbbd4c393 +!! source digest: sha256:7a3f2458afff7e8410aea21382679c63425026d5034e5ff2b34815040f2374ba !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 295291ca4a..38e7a651f8 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-server-auth" -version = "17.0.20241031.0" +version = "17.0.20241229.0" dependencies = [ "odoo-addon-auth_admin_passkey>=17.0dev,<17.1dev", "odoo-addon-auth_admin_passkey_totp_mail_enforce>=17.0dev,<17.1dev", "odoo-addon-auth_api_key>=17.0dev,<17.1dev", "odoo-addon-auth_api_key_group>=17.0dev,<17.1dev", "odoo-addon-auth_api_key_server_env>=17.0dev,<17.1dev", + "odoo-addon-auth_ldaps>=17.0dev,<17.1dev", "odoo-addon-auth_oidc>=17.0dev,<17.1dev", "odoo-addon-auth_saml>=17.0dev,<17.1dev", "odoo-addon-auth_session_timeout>=17.0dev,<17.1dev",