Skip to content

[16.0][MIG] auth_ldaps: Migration to 16.0 - #504

Merged
OCA-git-bot merged 27 commits into
OCA:16.0from
anothingguy:16.0-mig-auth_ldaps
Apr 17, 2023
Merged

OCA-git-bot merged 27 commits into
OCA:16.0from
anothingguy:16.0-mig-auth_ldaps

Conversation

@anothingguy

@anothingguy anothingguy commented Apr 17, 2023

Copy link
Copy Markdown
  • there is no changes to do in v16, codebase in v15 works fine in Odoo 16.0
  • To test: setup openldaps by docker-compose and create a ldap user in phpldapadmin
version: '2'
services:
  openldap:
    image: osixia/openldap:1.5.0
    platform: linux/amd64
    ports:
      - '1389:389'
      - '1636:636'
    environment:
      - hostname=example.org
      - loglevel=debug
      - LDAP_DOMAIN=example.org
      - LDAP_TLS_VERIFY_CLIENT=try
    volumes:
      - './ldap:/var/lib/ldap'
      - './slapd.d:/etc/ldap/slapd.d'

  phpldapadmin:
    image: osixia/phpldapadmin:latest
    platform: linux/amd64
    ports:
      - '6443:443'
    environment:
      - PHPLDAPADMIN_LDAP_HOSTS=openldap
volumes:
  openldap_data:
    driver: local

etobella and others added 26 commits April 14, 2023 16:37
Currently translated at 100.0% (6 of 6 strings)

Translation: server-auth-14.0/server-auth-14.0-auth_ldaps
Translate-URL: https://translation.odoo-community.org/projects/server-auth-14-0/server-auth-14-0-auth_ldaps/it/
Currently translated at 100.0% (6 of 6 strings)

Translation: server-auth-14.0/server-auth-14.0-auth_ldaps
Translate-URL: https://translation.odoo-community.org/projects/server-auth-14-0/server-auth-14-0-auth_ldaps/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-auth-15.0/server-auth-15.0-auth_ldaps
Translate-URL: https://translation.odoo-community.org/projects/server-auth-15-0/server-auth-15-0-auth_ldaps/
@anothingguy anothingguy mentioned this pull request Apr 17, 2023
22 tasks
@anothingguy
anothingguy force-pushed the 16.0-mig-auth_ldaps branch from 6b79ee7 to c6fdeb0 Compare April 17, 2023 08:26
@gurneyalex

Copy link
Copy Markdown
Member

/ocabot merge nobump

@OCA-git-bot

Copy link
Copy Markdown
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 16.0-ocabot-merge-pr-504-by-gurneyalex-bump-nobump, awaiting test results.

@OCA-git-bot
OCA-git-bot merged commit 1bb2a8b into OCA:16.0 Apr 17, 2023
@OCA-git-bot

Copy link
Copy Markdown
Contributor

Congratulations, your PR was merged at 3317816. Thanks a lot for contributing to OCA. ❤️

@sbidoul

sbidoul commented Jun 6, 2023

Copy link
Copy Markdown
Member

/ocabot migration auth_ldaps

@OCA-git-bot OCA-git-bot added this to the 16.0 milestone Jun 6, 2023
SiesslPhillip pushed a commit to grueneerde/OCA-server-auth that referenced this pull request Nov 20, 2024
Syncing from upstream OCA/server-auth (18.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.