LDAP SSL Configuration

Hi,

I’m not very good with LDAP, thus appreciate direct help on configuration.
The LDAP admin I engaged informed that their server side setting is already completed, and told me to test the Metabase application accordingly.

I could test the connection using Linux ldapsearch, with results below.

APP [bentoadm@172.20.32.20 ~]$ ldapsearch -D "cn=BENTOXldapadmin,ou=serviceAccount,o=Telekom" -w <password> -H ldaps://10.54.5.231:636 -b "cn=BENTOX,ou=group,o=data" -s sub "(objectclass=*)"
# extended LDIF
#
# LDAPv3
# base <cn=BENTOX,ou=group,o=data> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#

# BENTOX, group, data
dn: cn=BENTOX,ou=group,o=data
objectClass: dynamicGroup
objectClass: groupOfNames
objectClass: ndsLoginProperties
objectClass: Top
member: cn=B11669,ou=users,o=data
member: cn=B12296,ou=users,o=data
member: cn=B12275,ou=users,o=data
member: cn=B12267,ou=users,o=data
member: cn=B11907,ou=users,o=data
member: cn=B11888,ou=users,o=data
member: cn=B11796,ou=users,o=data
member: cn=B11994,ou=users,o=data
member: cn=A11273,ou=users,o=data
member: cn=B12166,ou=users,o=data

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1

How do I configure Metabase LDAP server setting page, so that I can authenticate using id “B11669” for example.

I have tried:

  • LDAP Authentication : Enabled
  • LDAP Host : 10.54.5.231
  • LDAP Port : 636
  • LDAP Security : SSL
  • Username or DN : cn=BENTOXldapadmin,ou=serviceAccount,o=Telekom
  • Password :
  • User Search Base: cn=BENTOX,ou=group,o=data
  • User Filter : (cn={login})

I also enable Synchronize Group Membership where “cn=BENTOX, ou=group, o=data” is mapped to Default

The error that I receive when trying to login with “B11669” and is Password: did not match stored password

Appreciate help.
Thanks.