How to know if user is ldap user or local database user? #303
-
How can I know if a user is an ldap user or a local database user? |
Beta Was this translation helpful? Give feedback.
Answered by
stevebauman
Jun 12, 2021
Replies: 1 comment 1 reply
-
Hi @Restingo, The user will have the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Restingo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Restingo,
The user will have the
guid
attribute set on their model, so you can use that to determine if they are an LDAP user; or you can set a flag yourself via sync attributes.