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 01:56:38 UTC

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

     [ https://issues.apache.org/jira/browse/TRAFODION-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arvind Narain updated TRAFODION-2531:
-------------------------------------
    Description: 
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:xx.xx.xx.xx

# 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
====


  was:
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
====



> 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:xx.xx.xx.xx
> # 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)