Markus Däschler

Results 8 comments of Markus Däschler

Thanks, this piece of code came very handy for me. But I had to add exception_on_overflow=False to the read call: `data = stream_talk.read(CHUNK, exception_on_overflow=False)` Else the script did not run...

> I think [matrix-corporal](https://github.com/devture/matrix-corporal) can do that. Thanks for this useful hint! In general I am a bit confused how ma1sd handles the LDAP groups. Are they not mapped to...

Yes, that works really nice. You need to have global catalog enabled on your DC (listens usually on port 3268, only in GC you will see the whole forrest). Then...

I really wonder how you handle other applications which need cross domain user authentication over LDAP. In general you install a global catalog and do all binds and searches over...

And sAMAccountName is correct? Have you tried to connect with a LDAP client (e.g. http://www.ldapadmin.org) to your GC with the bind user credentials and try if you can access the...

Please leave base empty when using ldapsearch in first tests. Maybe your base is wrong. When the server doesn't know the given base, it will respond with a referral. In...

I am not sure if this is same root cause but I have similar problem under Windows 11 that UI is not shown with newest version and App runs in...

On MIUI I have configured all notifications silent and enabled LED in App permissions. I want only LED to blink on new mesages but no vibration or sound. With Riot...