Hi there,
I am trying to add an ldap Connection to the ECE Cluster. But it always throws a warning.
[2019-09-10T14:31:26,948][WARN ][org.elasticsearch.xpack.security.authc.AuthenticationService] [instance-0000000048] Authentication to realm xxx-ldap-xxx failed - authenticate failed (Caused by LDAPException(resultCode=89 (parameter error), diagnosticMessage='Simple bind operations are not allowed to contain a bind DN without a password.', ldapSDKVersion=4.0.8, revision=28812))
September 10th 2019, 15:55:54.217[2019-09-10T14:55:54,040][WARN ][org.elasticsearch.xpack.security.authc.support.DnRoleMapper] [instance-0000000046] Role mapping file [/app/config/role_mapping.yml] for realm [xxx-ldap-xxx] does not exist. Role mapping will be skipped.
I am using ECE 2.3.1.
anonymized data:
Bind DN and password:
CN=user,OU=group,OU=group,DC=example,DC=com
Base DN for Users:
DC=example,DC=com
Scope: Sub-tree
Filter: (sAMAccountName={0})
Base DN for Groups:
OU=group,OU=group,DC=example,DC=com
Scope: Sub-tree
Role Mapping platform admin:
CN=groupname,OU=group,OU=group,DC=example,DC=com
ldapsearch -x -D "CN=user,OU=group,OU=group,DC=example,DC=com "\
-W -H ldap://ldap.example.com -b "DC=example,DC=com"\
-s sub '(sAMAccountName=myuser)'
This command is working fine from the cmd. But the Cloud UI does not want our configuration.
Did I miss something?
Thanks in advance