Closed biolim closed 5 years ago
Could you tell what is the issue here, putting aside the technical error? or the expect behaviour and of which component? This error can be dealt with many ways.
How to adjust authentication in ActiveDirectory for the user of AD.domain\username? It is perhaps necessary to adjust auth.rewrite.user AD.domain\username sAMAccountName=username
It depends, do you have multiple domains in your forest and did you configure mxisd to make forest lookup instead of domain lookup? And did you try just with the username maybe?
It's work change homeserver.yaml trusted_third_party_id_servers:
Whether it is possible to forbid polvatel to edit a profile?
Whether it is possible to adjust search in the wood, several domains: username: AD.domain\username
Whether it is possible to provide updating of a profile at change of data in ActiveDirectory (displayname, email, phone)?
If you feel the login issue has been resolved, close the issue please :)
Whether it is possible to forbid polvatel to edit a profile?
That is not in scope of Identity servers but Homeservers, or something like our mxgwd project (Note: it is alpha).
Whether it is possible to adjust search in the wood, several domains
No, The internal LDAP Identity store is designed to support a single domain per instance. If you have several domains, you will need to either 1) have several mxisd instances but search won't span across all instances or 2) wire your own logic using the REST or Exec Identity stores which allow you to do virtually anything you want.
Whether it is possible to provide updating of a profile at change of data in ActiveDirectory (displayname, email, phone)?
mxisd is not involved into Matrix user profile data, only providing the profile data from Identity store. Such update would be done by the Homeserver. In case of synapse, it is done by password providers at login only. I am not aware of any way to do what you want out of the blue short of having a custom software.