You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
I'm not sure if this issue applies to Active Directory as well, but I am unable to import a user using the console command. This issue is related to #693. I have extended the OpenLDAP schema as you've described, but since the entryuuid exists, I was hoping to avoid having to create another file just for development.
The problem is that the ldap search query used by the import command has the columns set to ['*']. At least with OpenLDAP, the results of the query will not contain the entryuuid, unless you ask for it explicitly it seems. Do you know why this is the case? I've come across articles saying that entryuuid is a virtual attribute, but I am not sure what that means.
I guess if you think this is an issue, a fix would have to go in the Adldap package?
Thanks for your help.
Steps To Reproduce:
Try importing a user using the console command or logging in.