I have elasticsearch installed and running , i wanted to install the shield and authenticate via active directory
i followed all the step given here -->https://www.elastic.co/guide/en/shield/current/active-directory-realm.html
Basically i did the following
-have setup a Elasticsearch administrative user in Active Directory Users
-updated the elasticsearch.yml
#-----SHIELD CONFIG------
shield:
authc:
realms:
active_directory:
type: active_directory
order: 0
domain_name: <domain.name>
url: ldap://<domain.name>:5601
unmapped_groups_as_roles: true
--updated the role_mapping.yml
--restarted the elasticsearch
getting the following error:
Aug 4 19:24:34 wlielastict01 elasticsearch: [2016-08-04 19:24:34,543][WARN ][shield.authc.activedirectory] [cignanz-elk-test-wlielastict01] authentication failed for user [admin]: unable to authenticate user [admin] to active directory domain [asia.intl.cigna.com]
Aug 4 19:24:34 wlielastict01 elasticsearch: cause: com.unboundid.ldap.sdk.LDAPException: A client-side timeout was encountered while waiting 5000ms for a response to simple bind request with message ID 1 for user 'admin@asia.intl.cigna.com' from server wlielastict01.asi
Can anyone suggest me if i am missing something here?
Thanks in advance