Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the issue when user first time login to the system #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nkb84
Copy link

@nkb84 nkb84 commented Sep 22, 2021

uid will be null after calling db.getObjectField if uid is not found corresponding to ldapid.
In this case, need to return {uid:0} to ask the system to create new user

`uid` will be `null` after calling `db.getObjectField` if uid is not found corresponding to ldapid.
In this case, need to return `{uid:0}` to ask the system to create new user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant