Jameson Pugh

Results 6 comments of Jameson Pugh

Does the LDAP Synching feature simply lookup users in a LDAP directory, and send them invitation e-mails? What I was hoping for was using LDAP as an authentication backend, so...

I've been hitting this bug for some time, myself. Interestingly, it used to work with fish as my shell.

If you're stuck on Windows, you can use something like this: ``` Import-Module IPv4Toolbox if ($args[0] -like '-x') { dog.exe (ConvertTo-InverseAddress $args[1]) PTR } else { dog.exe $args } ```

Just realized I have a typeo in my first commit. There's not a way to fix it here without opening a new PR, is there?

@seuf sorry it took me so long to get back around to this. I've added a changelog fragment.

I'm not sure how to achieve this, yet, but I think what you want is something more like: ``` http/s proxy oauth2/oidc Caddy ----------------> oauth2-proxy zitadel | | forward auth...