Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missed globalisation of one LDAP envvar due to mistyping #10257

Closed
mmattel opened this issue Oct 8, 2024 · 0 comments · Fixed by #10263
Closed

Missed globalisation of one LDAP envvar due to mistyping #10257

mmattel opened this issue Oct 8, 2024 · 0 comments · Fixed by #10263

Comments

@mmattel
Copy link
Contributor

mmattel commented Oct 8, 2024

Based on the chat in matrix and a discussion with @rhafer:

We missed to "migrate" one LDAP_ envvar to the OCIS_ namespace.

This was due the fact that
LDAP_USER_SCHEMA_DISPLAY_NAME (graph) was named different than all the others
LDAP_USER_SCHEMA_DISPLAYNAME (groups, auth-basic, users) .

We therefore must do the following in the graph service:

  • Add the global envvar OCIS_LDAP_USER_SCHEMA_DISPLAYNAME to LDAP_USER_SCHEMA_DISPLAY_NAME
  • Add the local envvar LDAP_USER_SCHEMA_DISPLAYNAME to LDAP_USER_SCHEMA_DISPLAY_NAME
  • Deprecate LDAP_USER_SCHEMA_DISPLAY_NAME

@micbar, this should be done asap to be part in the upcoming production release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant