another-ldap icon indicating copy to clipboard operation
another-ldap copied to clipboard

Another LDAP is a form-based authentication for Active Directory / LDAP server. Provides Authentication and Authorization for your applications running in Kubernetes.

Results 7 another-ldap issues
Sort by recently updated
recently updated
newest added

It seems like there is a way to enable metric but I am not sure how to do it exactly without connecting to redis, so I didn't add service monitor...

I felt like I would like to customize the image without having to generate a new image or having to create a repository, host my docker image, and I would...

can you return this env LDAP_HTTPS_SUPPORT? in repo seems to work fine https://github.com/dignajar/another-ldap-auth/blob/master/files/main.py

Deployed using the following config-map to match my infra: ``` --- apiVersion: v1 kind: ConfigMap metadata: name: another-ldap namespace: another-ldap-app data: LDAP_ENDPOINT: "ldap://xxx.xxx.xxx.xx:389" LDAP_MANAGER_DN_USERNAME: "uid=admin,ou=people,dc=mydomain,dc=local" LDAP_BIND_DN: "uid={username},ou=people,dc=mydomain,dc=local" LDAP_SEARCH_BASE: "ou=people,dc=mydomain,dc=local" LDAP_SEARCH_FILTER:...

Hi people! Good job with the solution! It was exactly what I was looking for. I have a doubt, is it possible to configure (I do not see on code)...

Bumps [flask](https://github.com/pallets/flask) from 2.0.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies

Bumps [redis](https://github.com/redis/redis-py) from 4.1.2 to 4.4.4. Release notes Sourced from redis's releases. 4.4.4 Changes Upgrade urgency: SECURITY, contains fixes to security issues. (CVE-2023-28859) - Cancelling an async future does not,...

dependencies