Paul Greenberg

Results 443 comments of Paul Greenberg

Alternatively, we could use `local` store's capability for MFA.

> Is it possible to use ldap authentication without assigning groups? what happens if a user is not part of any of the groups you specified? Are they able to...

@boesr , I will add a feature that would grant a default role to a user that does not match any groups. I may have time to work on it...

Notes: if a user authenticated successfully, but the group match failed, the following log messages (specifically `LDAP authentication failed: no matched groups`) gets generates: ``` 2022/06/11 18:20:17.408 DEBUG security LDAP...

Documentation update issue: https://github.com/authp/authp.github.io/issues/33

@boesr , please test with the latest release and let me know how it goes,

@boesr , instead of latest, please specify exact version https://github.com/greenpau/caddy-security/blob/33bf9abc1e9d7ea2a617d02ce723e9bf3ad2283d/assets/docker/authp/Dockerfile#L11

@boesr , for troubleshooting please change to: “fallback roles authp/admin authp/user”

@boesr , i see! Will fix that in the next release.

> B) Can it be achieved without setting up multiple (per site/domain) authorization policies, authentication portals and/or identity stores/providers in the Caddyfile? @iamjrock , typically, the way you deal with...