Mikhail
Mikhail
We have many numeric accounts in AD, but Synapse has the specifics of working with them https://github.com/matrix-org/matrix-synapse-ldap3/issues/55 Using UserPrincipalName as uid is the only alternative I see.
Hi, @spantaleev There seems to be two encodings going on In logs I see records like uri='/_synapse/admin/v1/users/%2540user%252Fdomain.net%253Adomain.net/login' but it is url_encode() of uri='/_synapse/admin/v1/users/%40user%2Fdomain.net%3Adomain.net/login' **Logs for 2.3.0** (without encoding, error bc...
Reconcilliation fails on 2.3.0 without creating first user in list. On 2.3.1 the reconcilliation fails too, but the first user is created. M.b. I'm wrong, but I guess, that on...
Dirty hack to block key generation forever. You need to stop synapse server, connect to the synapse pgsql database and run ``` create function do_not_change() returns trigger as $$ begin...