#48956 ns-accountstatus.pl giving error even "No such object (32)" but still giving output "activated".
Closed: wontfix None Opened 7 years ago by nhosoi.

The problem is likely during lookup of account policy (getAcctPolicy):

It triggers that search
[12/Aug/2016:08:27:21.424784061 -0400] conn=9637 op=1 SRCH base="cn=Account Inactivation Policy,dc=example," scope=0 filter="(accountInactivityLimit=*)" attrs="accountInactivityLimit"
[12/Aug/2016:08:27:21.424808537 -0400] conn=9637 op=1 RESULT err=32 tag=101 nentries=0 etime=0

The base search is broken (missing 'dc=com').

Also the account policy is a subentry, so filter should search for 'objectclass=ldapsubentry'

The original bug contains more details.


git push origin master
Counting objects: 11, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (11/11), 3.27 KiB | 0 bytes/s, done.
Total 11 (delta 8), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/389/ds.git
0721856..3cce9f9 master -> master

commit 3cce9f9
Author: Thierry Bordaz tbordaz@redhat.com
Date: Wed Aug 17 16:46:47 2016 +0200

Metadata Update from @tbordaz:
- Issue assigned to tbordaz
- Issue set to the milestone: 1.3.4.11

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/2015

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