Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-10249

LdapGroupsMapping should trim ldap password read from file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.0
    • 2.4.0
    • None
    • None
    • Reviewed

    Description

      org.apache.hadoop.security.LdapGroupsMapping allows specifying ldap connection password in a file using property key

      hadoop.security.group.mapping.ldap.bind.password.file

      The code in LdapGroupsMapping that reads the content of the password file does not trim the password value. This causes ldap connection failure as the password in the password file ends up having a trailing newline.

      Most of the text editors and echo adds a new line at the end of file.
      So, LdapGroupsMapping should trim the password read from the file.

      Attachments

        1. HADOOP-10249.patch
          0.7 kB
          Dilli Arumugam

        Activity

          People

            darumugam Dilli Arumugam
            darumugam Dilli Arumugam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: