owncloud / user_ldap

📒
GNU Affero General Public License v3.0
17 stars 17 forks source link

[QA] Exposed User Attributes must be written all lower case #820

Closed jnweiger closed 11 months ago

jnweiger commented 11 months ago

Seen in user_ldap-0.19.0 with windows_network_drive 2.4.0 and core 10.13.0

Expected behavior

Workaround

jvillafanez commented 11 months ago

Fix on the WND side -> https://github.com/owncloud/windows_network_drive/pull/472 . As said in the PR, it's targeting the release branch.

It makes more sense that WND matches whatever LDAP is exposing.

jnweiger commented 11 months ago

Confirmed fixed with https://github.com/owncloud/windows_network_drive/pull/472 -> windows_network_drive-2.4.0-rc.2 Also lower case works. The Attribute name must be written consistently either both upper case or both lower case, in user_ldap advanced settings and windows_network_drive config. OK.