#163 Compare operations do not log DN
Closed: wontfix None Opened 12 years ago by rmeggins.

https://bugzilla.redhat.com/show_bug.cgi?id=745201

Description of problem:

logging of compare operations do not show the dn


Version-Release number of selected component (if applicable):

389-ds-base-1.2.8.2-1.el6_1.3.x86_64

How reproducible:

Always

Steps to Reproduce:
1. ldapcompare -xW uid=FName,ou=People,dc=example,dc=com givenname:First
2. check logs.
3.

Actual results:

[10/Oct/2011:16:37:41 +0100] conn=12 fd=64 slot=64 connection from 127.0.0.1 to
127.0.0.1
[10/Oct/2011:16:37:41 +0100] conn=12 op=0 BIND dn="" method=128 version=3
[10/Oct/2011:16:37:41 +0100] conn=12 op=0 RESULT err=0 tag=97 nentries=0
etime=0 dn=""
[10/Oct/2011:16:37:41 +0100] conn=12 op=1 CMP dn="" attr="givenname"
[10/Oct/2011:16:37:41 +0100] conn=12 op=1 RESULT err=6 tag=111 nentries=0
etime=0
[10/Oct/2011:16:37:41 +0100] conn=12 op=2 UNBIND
[10/Oct/2011:16:37:41 +0100] conn=12 op=2 fd=64 closed - U1

Expected results:

[10/Oct/2011:16:37:41 +0100] conn=12 fd=64 slot=64 connection from 127.0.0.1 to
127.0.0.1
[10/Oct/2011:16:37:41 +0100] conn=12 op=0 BIND dn="" method=128 version=3
[10/Oct/2011:16:37:41 +0100] conn=12 op=0 RESULT err=0 tag=97 nentries=0
etime=0 dn=""
[10/Oct/2011:16:37:41 +0100] conn=12 op=1 CMP
dn="uid=FName,ou=People,dc=example,dc=com" attr="givenname"
[10/Oct/2011:16:37:41 +0100] conn=12 op=1 RESULT err=6 tag=111 nentries=0
etime=0
[10/Oct/2011:16:37:41 +0100] conn=12 op=2 UNBIND
[10/Oct/2011:16:37:41 +0100] conn=12 op=2 fd=64 closed - U1

Additional info:

batch move to 1.2.10.rc1

It turned out the bug was fixed in this patch.

commit f639711
Author: Noriko Hosoi nhosoi@redhat.com
Date: Wed Oct 19 16:51:48 2011 -0700

Reduce the number of DN normalization

The fix is available on 389-ds-base 1.2.10.a6.

Added initial screened field value.

Metadata Update from @nkinder:
- Issue assigned to nhosoi
- Issue set to the milestone: 1.2.10

7 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/163

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata