Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-1698

Improve LDAP Authentication so it does not Abandon initial bind or do an CMP

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 2.0
    • User management
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      This originates from https://support.atlassian.com/browse/FSH-1864.

      THE Fisheye LDAP logs and JIRA LDAP logs shows that with Fisheye we have an ABANDON AND CMP operation during the authentication, which the are wasted operations.

      Fisheye:
      =========
      
      [02/Jun/2009:04:43:08 +0100] conn=38051 op=0 msgId=1 - BIND
      dn="uid=USERNAME,ou=People,o=Administrators,dc=atlassian,dc=com" method=128 version=3
      [02/Jun/2009:04:43:08 +0100] conn=38051 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0
      dn="uid=USERNAME,ou=people,o=administrators,dc=atlassian,dc=com"
      [02/Jun/2009:04:43:08 +0100] conn=38051 op=1 msgId=2 - SRCH
      base="ou=people,dc=csfb,dc=atlassian,dc=com" scope=2 filter="(uid=USER)" attrs="uid "
      [02/Jun/2009:04:43:08 +0100] conn=38051 op=1 msgId=2 - RESULT err=0 tag=101 nentries=1 etime=0
      [02/Jun/2009:04:43:08 +0100] conn=38051 op=2 msgId=3 - ABANDON targetop=NOTFOUND msgid=2
      [02/Jun/2009:04:43:09 +0100] conn=38051 op=3 msgId=4 - BIND
      dn="uid=USER,ou=people,dc=csfb,dc=atlassian,dc=com" method=128 version=3
      [02/Jun/2009:04:43:09 +0100] conn=38051 op=3 msgId=4 - RESULT err=0 tag=97 nentries=0 etime=0
      dn="uid=USER,ou=people,dc=csfb,dc=atlassian,dc=com"
      [02/Jun/2009:04:43:09 +0100] conn=38051 op=4 msgId=5 - CMP
      dn="uid=USER,ou=people,dc=csfb,dc=atlassian,dc=com" attr="uid"
      [02/Jun/2009:04:43:09 +0100] conn=38051 op=4 msgId=5 - RESULT err=6 tag=111 nentries=0 etime=0
      
      While in JIRA, they would get:
      
      Jira Logs:
      ===========
      
      [19/May/2009:05:32:47 -0400] conn=1098008 op=0 msgId=1 - BIND
      dn="uid=USERNAME,ou=People,o=Administrators,dc=atlassian,dc=com" method=128 version=3
      [19/May/2009:05:32:47 -0400] conn=1098008 op=0 msgId=1 - RESULT err=0tag=97 nentries=0 etime=0
      dn="uid=USERNAME,ou=people,o=administrators,dc=atlassian,dc=com"
      [19/May/2009:05:32:47 -0400] conn=1098008 op=1 msgId=2 - SRCH
      base="ou=people,dc=csfb,dc=atlassian,dc=com" scope=2 filter="(uid=USER)" attrs="uid"
      [19/May/2009:05:32:47 -0400] conn=1098008 op=1 msgId=2 - RESULT err=0 tag=101 nentries=1 etime=0
      [19/May/2009:05:32:47 -0400] conn=1098009 op=-1 msgId=-1 - fd=195 slot=195 LDAP connection from 137.34.121.95 to 169.49.236.148
      [19/May/2009:05:32:47 -0400] conn=1098009 op=0 msgId=1 - BIND
      dn="uid=USER,ou=people,dc=csfb,dc=atlassian,dc=com" method=128 version=3
      [19/May/2009:05:32:47 -0400] conn=1098009 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0
      dn="uid=USER,ou=people,dc=csfb,dc=atlassian,dc=com"
      

      Attachments

        Activity

          People

            pkamal Partha
            pkamal Partha
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: