user_backend_sql_raw icon indicating copy to clipboard operation
user_backend_sql_raw copied to clipboard

add email & group query support

Open kosli opened this issue 4 years ago • 9 comments

I have implemented the two features:

  • add email query support (closes #20) via query configured by value "get_email_address"
  • add group support (closes #7) via query configured by value "get_groups"

I am using the app in addition to the user saml app, so I need to update the user information from another database that I have. The user information is updated via the updateAttributes function (similar as in the user saml app) which is triggered via the userExists function -> it may be called quite often, so maybe there is a better place to run it from.

kosli avatar Apr 08 '20 22:04 kosli

Any chance to get this in the main dist? The support for groups is realy interesting for us

a-schild avatar May 28 '20 15:05 a-schild

+1

oucil avatar Jun 02 '20 15:06 oucil

Works fine for me Thanks a lot

GMo7944 avatar Jun 19 '20 16:06 GMo7944

Hey kosli, thank you very much for the pull request. I only now have time to work extensively on this app and I am currently evaluating this.

PanCakeConnaisseur avatar Oct 11 '20 07:10 PanCakeConnaisseur

@kosli thank you very much for your work! Hope this makes it into the next release.

funbotan avatar Oct 05 '21 16:10 funbotan

@PanCakeConnaisseur any update on this pull request?

kosli avatar Apr 27 '22 15:04 kosli

@kosli AFAIK there is no progress on the Nextcloud user backend front, therefore the block is still present. I currently don't have the time to push for it or investigate it further. There wasn't much enthusiasm for my architecture draft but nobody provided any alternative.

PanCakeConnaisseur avatar May 29 '22 19:05 PanCakeConnaisseur

@PanCakeConnaisseur Thanks for your feedback and really sad that this hasn't been improved on Nextcloud side. Strange that no other user backends have run into the same issue.

kosli avatar May 31 '22 21:05 kosli

Any news on this? The GUI user_sql app somehow does email and groups, but it is otherwise to limited.

poVoq avatar Sep 11 '22 19:09 poVoq