dsconf backend task decoding error

Bug #2008518 reported by James Moore
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
389-ds-base (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

I'm running into a bug using 389-ds-base. This was described in https://github.com/389ds/389-ds-base/issues/5353, and appears fixed with 2.0.16. If possible, it'd be great to have that updated. I know you don't do rolling updates, but I thought I'd make you aware someone has hit this issue and would appreciate it included in the next release. Cheers!

Thanks!
-James Moore

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in 389-ds-base (Ubuntu):
status: New → Confirmed
Revision history for this message
Jens Almer (bagawk) wrote :

This can be reproduced by creating a second backend and attempting an import or export.

For example:
dsconf $instance plugin retro-changelog enable
systemctl restart dirsrv@$instance
dsconf -v $instance backend export userRoot

Will result in this error:
Traceback (most recent call last):
  File "/usr/sbin/dsconf", line 138, in <module>
    result = args.func(inst, None, log, args)
  File "/usr/lib/python3/dist-packages/lib389/cli_conf/backend.py", line 287, in backend_export
    dn = _search_backend_dn(inst, be_name)
  File "/usr/lib/python3/dist-packages/lib389/cli_conf/backend.py", line 97, in _search_backend_dn
    if cn == del_be_name or str2dn(suffix) == str2dn(del_be_name):
  File "/usr/lib/python3/dist-packages/ldap/dn.py", line 52, in str2dn
    return ldap.functions._ldap_function_call(None,_ldap.str2dn,dn,flags)
  File "/usr/lib/python3/dist-packages/ldap/functions.py", line 55, in _ldap_function_call
    result = func(*args,**kwargs)
ldap.DECODING_ERROR
ERROR: Error:

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.