tomcat icon indicating copy to clipboard operation
tomcat copied to clipboard

Add support for additional user attributes to DataSourceRealm

Open cklein05 opened this issue 3 years ago • 4 comments

@michael-o Here's the patch to add support for additional user attributes to DataSourceRealm.

cklein05 avatar Feb 10 '22 10:02 cklein05

Since I am looking at open PRs once in a while, I merged the pluming code for the user attributes with fd5b0fb6ea4aeeea8a3b3c95064b803068d531f9 I added more of the code to RealmBase, since I couldn't figure out why realms would need to do something different (and if they somehow do overriding works ...).

Status update: Still not motivated by having to maintain the JDBC code though ...

rmaucher avatar Mar 17 '23 10:03 rmaucher