Adjust LDAP Schema for new name

This commit is contained in:
Ralf Haferkamp
2025-01-29 11:58:57 +01:00
parent a51fbe8ef0
commit 0716b40fa0
24 changed files with 123 additions and 85 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func (m BasicAuthenticator) Authenticate(r *http.Request) (*http.Request, bool)
oidc.Iss: user.Id.Idp,
oidc.PreferredUsername: user.Username,
oidc.Email: user.Mail,
oidc.OwncloudUUID: user.Id.OpaqueId,
oidc.OpenCloudUUID: user.Id.OpaqueId,
}
if m.UserCS3Claim == "userid" {