Closed bjoern86 closed 5 years ago
Indeed it is a nice feature :) Looks like it doesn't perform a migration of current users, right?
This is a really nice feature to have. Can we have this merged before the next NC release? :see_no_evil:
Hi, thank you for your contribution! Since we moved user_external to it's dedicated repository at https://github.com/nextcloud/user_external (I'm one of the new maintainers) could you please reopen your PR there?
Also: Please sign-off on your commits (just add a line like Signed-off-by: Firstname Lastname <mail@example.com>
to every commit). (see https://github.com/nextcloud/server/blob/master/contribute/developer-certificate-of-origin)
@violoncelloCH @bjoern86 @pierreozoux @rakshith-ravi is this meanwhile applied at the new repository? :) If not please do, as we want to archive this repository at some point.
an attempt to port this to the new repo is in nextcloud/user_external#65 , so I guess we can close this, right @lavdnone ?
Great. Thank you.
function storeUser() now checks for @ within $uid and uses string behind @ as usergroup. eg. user1@domain1.tld; user2 @domain1.tld are now automatically members of group domain1.tld, if group does not exist, this group will be created.