Giovanni Panozzo
Giovanni Panozzo
Very similar problem here. I have just switched to (K)Ubuntu 24.04 on a couple of PC, and I can no longer connect by numeric IP address to AD domain member...
@fredizzimo can you try with the short netbios domain `/d:mydom` (no DNS domain name, no dots) ? In my case it works as workaround. But I'm still having a customer...
I'm using two xfreerdp 3: the stock version of Ubuntu 24.04, and my own compiled version from master branch on Ubuntu 22.04. In CMakeCache.txt of the compiled version can find...
I did some bisecting, the commit that introduced the problem is c9e61ff0c59e80898d0999781d1e250e014eab8d I will try to understand where is the problem, but that commit is quite large.
... and it's the same commit bisected by @fredizzimo ;)
@akallabeth my /ectkrb5.conf does not exists. I will able to produce debug trace later this night (CET), not now. If you need, I can open a remote TCP port from...
Same problem here, with latest version (3.14.1) available on playstore of Nextcloud client for android. Phone is Huawei P10 Lite. It started some months ago: suddenly a lot of conflicts...
@malle-pietje do you mean I need to manually save the cookie in $_SESSION ? Like this code: ``` $unifi_connection = new UniFi_API\Client($unifi_username, $unifi_password, $unifi_url, $unifi_site_name, $controller_version, false); @$login = $unifi_connection->login();...
Thank you for the hint. My idea is: if the wrapper is currently accessing $_SESSION to read $_SESSION[$this->unificookie_name], it also should be responsible to write it, just after login. The...
@MockingMagician I have the same problem: in need to check PDF form checkboxes when there are multiple options . How can I solve it ? There is an interesting maintained...