lugela opened a new pull request, #10185:
URL: https://github.com/apache/dolphinscheduler/pull/10185

   [Fix-10181] Fix the logic of judging that the tenant does not exist
   Use the linux command as id to get the user information that exists in 
/etc/passwd file and the cached sssd user.
   for example:
   id test
   1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) 
groups=1030(test)
   2. no exist  in /etc/passwd file and ldap: id: test: no such user
   
   Temporarily unable to test the system for windows and mac


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to