AlphaJack

Results 43 comments of AlphaJack

Mine is ``` auth.ldap ldap_authdb { #debug on urls ldaps://ldap.example.org:636 dn_template "cn={username},ou=users,dc=mail,dc=example,dc=org" } ``` so it automatically tries to bind with the credentials the user provides.

Yes, it's up to the user to trust the already built binaries provided by the developer or compile everything from scratch. The two PKGBUILD should - package the same file...

1. yes, already did yesterday 2. I would revise paths and the systemd unit casing to comply better with other arch linux packages: - as you already saw and patched,...

@mcurly I just updated the package to 2023.12.21, but I cannot reproduce your issue @jamesread I see that now there is an official AUR package from you, but it is...

@mcurly I cannot reproduce your issue, for me it works as expected

I think we can close the issue now? We have OliveTin in the AUR in both binary and source format

> jinja2 doesn't have a regex It's true, I remember I had to create a custom python extension to add regex support to mkdocs, due to the lack of support...

This configuration worked for my Authentik provider: ```ini LD_ENABLE_OIDC=True OIDC_RP_SIGN_ALGO=HS256 OIDC_OP_JWKS_ENDPOINT=https://auth.example.org/application/o/linkding/jwks/ OIDC_OP_AUTHORIZATION_ENDPOINT=https://auth.example.org/application/o/authorize/ OIDC_OP_TOKEN_ENDPOINT=https://auth.example.org/application/o/token/ OIDC_OP_USER_ENDPOINT=https://auth.example.org/application/o/userinfo/ OIDC_RP_CLIENT_ID=XXXXXX OIDC_RP_CLIENT_SECRET=YYYYYY ``` The "change password" link is still visible after a OIDC login, should it...

In the shared bookmark page, I see a gibberish user name when I filter per user. I have the same SSO setup with Miniflux and it receives my user email...

Thank you, for me it was enough running `sudo systemctl edit --full radicale` and then removing "AF_UNIX" from "RestrictAddressFamilies="