Anders Semb Hermansen
Anders Semb Hermansen
I managed to get klar to work using the admin user, but I want to use it with our regular logins instead to avoid exposing the admin user. I'm able...
@elstak Great. Personally I did not move forward with klar so did not use more time on the issue. As you say the project seems unmaintained.
@elstak Did not move forward with using Klar/Clair.
I had problems running the wurstmeister/kafka:2.13-2.8.1 image on my Apple Silicon machine, it crashed with som JVM error. I tried to build an image from the #703 PR. This is...
@smartouss The problem is pg_shadow is storing the usernames without the @myserver if you query pg_shadow manually you will see it. You can use this auth_query to get it to...
I also got hit by this. Seems defaultSort is used for fieldToSearch: https://github.com/payloadcms/payload/blob/9152a238d2982503e7f509350651b0ba3f83b1ec/packages/payload/src/admin/components/forms/field-types/Relationship/index.tsx#L149
Change `client.connect(smbUrl)` to `client.connect(servername, port)` The default port is 445, so if that it the port you can just use `client.connect(servername)` But the parameter you pass to connect needs to...
Is this similar as issue #697 ? Note for me the issue described #697 is not fixed with latest 0.11.5 version.