hive
06/19/2024, 1:41 PM- TA_LDAP=true
- TA_LDAP_SERVER_URI=ldap://lldap:3890
- TA_LDAP_DISABLE_CERT_CHECK=true
- TA_LDAP_USER_FILTER=(&(uid=${user}))
- TA_LDAP_USER_BASE=ou=people,dc=example,dc=com
- TA_LDAP_BIND_DN=uid=admin,ou=people,dc=example,dc=com
- TA_LDAP_BIND_PASSWORD=password
And here is the verbose logging on LLDAP, I get this with the failed login attempt:
https://cdn.discordapp.com/attachments/992916353847668756/1252981712246280254/message.txt?ex=667431a7&is=6672e027&hm=37b77f7330059b15e0e0ae5ed17876873504a84f61c71b04c294140c4f211f64&Answer Overflow
06/19/2024, 1:42 PMnitnelave
06/19/2024, 1:47 PMfilter: And([Equality("uid", "username"), And([Equality("uid", "")])])nitnelave
06/19/2024, 3:51 PMnitnelave
06/19/2024, 3:52 PMnitnelave
06/19/2024, 3:52 PMhive
06/20/2024, 12:36 PM- TA_LDAP=true
- TA_LDAP_SERVER_URI=ldap://lldap:3890
- TA_LDAP_DISABLE_CERT_CHECK=true
- TA_LDAP_USER_FILTER=(uid=*)
- TA_LDAP_USER_BASE=ou=people,dc=example,dc=com
- TA_LDAP_BIND_DN=uid=admin,ou=people,dc=example,dc=com
- TA_LDAP_BIND_PASSWORD=passwordnitnelave
06/20/2024, 12:37 PM