Daniel Berteaud

Results 82 comments of Daniel Berteaud

OK. But I only used builtin privileges and a simple grant rule. I guess it has to do the the default scope of the builtin privileges (which is "global" ?)....

Running 5.9 in debug, I can indeed see this ``` 2023-10-04 14:34:20,315 DEBUG: ldap2pg.ldap: Authenticating: ldapwhoami -x -D CN=Postgres,OU=Apps,DC=foo,DC=bar -W ``` But I'm not sure it was really done (or...

Just to confirm, commenting the WhoAmI check like ```diff diff --git a/internal/ldap/client.go b/internal/ldap/client.go index db572e2..9ede7f9 100644 --- a/internal/ldap/client.go +++ b/internal/ldap/client.go @@ -78,12 +78,12 @@ func Connect(options OptionsMap) (client Client, err...

The good news for those running samba and hitting this issue : the missing extended operation is supported starting with samba 4.19 (not mentionned in the changelog, but just upgraded...

The issue started with 3.3.2. It's working in 3.3.1

I had the same issue (no push notifications on Android, playstore version. Both Riot and RiotX affected) and it took me quite some time to debug. The problem in my...

I can confirm this is working on AlmaLinux 8 :+1:

Mmmm, indeed my bad. I though the API would return the merged Meta, but it's not. Maybe just adding the allocation index would already help. This info can be extracted...

Same for me, as explained [here](https://community.penpot.app/t/components-v1-is-deprecated/8936). As an additional info : I did run the app.migrations.v2 which ended successfuly, but still can't open any project if I upgrade to 2.7.1

Here's how I could upgrade : https://community.penpot.app/t/components-v1-is-deprecated/8936/14?u=dani