You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Arvind Narain (JIRA)" <ji...@apache.org> on 2017/03/10 00:34:38 UTC

[jira] [Created] (TRAFODION-2531) Authentication fails if connecting to Apache Knox Demo ldap server

Arvind Narain created TRAFODION-2531:
----------------------------------------

             Summary: Authentication fails if connecting to Apache Knox Demo ldap server
                 Key: TRAFODION-2531
                 URL: https://issues.apache.org/jira/browse/TRAFODION-2531
             Project: Apache Trafodion
          Issue Type: Bug
    Affects Versions: any
            Reporter: Arvind Narain
            Assignee: Arvind Narain


Connection fails if authenticating using Apache Knox Demo ldap server or server that does not allow anonymous binds.

tested via ldapcheck:

ldapcheck --username=admin --password  
Password: 
INFO: Authentication request: externalUser admin, result 2 (Unexpected error returned from LDAP)

Configuration file used:
====
# One or more identically configured hosts must be specified here,  
# one name: value pair for each host.
  LDAPHostName:10.1.30.67

# Default is port 389, change if using 636 or any other port
  LDAPPort:33389

# Must specify one or more unique identifiers, one name: value pair for each
  UniqueIdentifier:uid=,ou=people,dc=hadoop,dc=apache,dc=org

# If the configured LDAP server requires a username and password to 
# to perform name lookup, provide those here.  
  LDAPSearchDN:uid=sam,ou=people,dc=hadoop,dc=apache,dc=org
  LDAPSearchPwd:*****

# If configured LDAP server requires TLS(1) or SSL (2), update this value
  LDAPSSL:0
====




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)