I have integrated LDAP to enable AD users to login to ERPNext. I have mapped AD user group to ERPNext Roles. Default user type is set to ‘System User’, but when an user logs into ERPNext with AD credentials, he is converted to website user in ERPNext and he is not able to access desk. Is there some setting I am missing?
1 Like
I’m also seeing this in v15.47.4
I had the same problem. I came to the conclusion that the Default User Type set in the LDAP Settings is being ignored. What I did was create a new User Role named “Standard User” and then checked “Desk Access” within it. Then in the LDAP Settings, I set the Default User Role to this newly created role. Since then users have been setup correctly.