I'm using helm chart - configured ldap authentication - penpot application can able to login with one ldap user but not other ldap users and we don't have any option to configure ldap group's - kindly help me to resolve this issue

Used the following details to configure ldap
ldap:
enabled: true
host: “servername.domain.com
port: 389
ssl: false
startTLS: false
baseDN: “dc=domain,dc=com”
bindDN: “cn=ldapuser,ou=Administrator,ou=Tek_Users,dc=domain,dc=com”
bindPassword: “password”
attributesUsername: “uid”
attributesEmail: “mail”
attributesFullname: “cn”
attributesPhoto: “jpegPhoto”