#47952 passwordAdminDN attr is broken
Closed: wontfix Opened by nhosoi.

Description of problem:

ldapmodify -D "cn=Directory Manager" -w redhat123 << EOF

dn: cn=config
changetype: modify
replace: passwordAdminDN
passwordAdminDN: cn=password_admins,ou=Groups,dc=example,dc=com
EOF
modifying entry "cn=config"

ldapsearch -LLL -x -D "cn=Directory Manager" -w redhat123 -b cn=config -s

base passwordAdminDN
dn: cn=config
passwordAdminDN:: CQkChNh/

The "passwordAdminDN" attr should not be encoded. When I try to decode, I only
get rubbish.

Version-Release number of selected component (if applicable):
389-ds-base-1.2.11.15-47.el6.x86_64

nhosoi> The problem was duplicated on the master branch, as well.


005c4c9..c6e1074 master -> master
[mareynol@localhost ds]$ git log -1
commit c6e10746945262015d0080c7dd0e82b6c7130920
Author: Mark Reynolds mreynolds@redhat.com
Date: Fri Nov 14 16:57:41 2014 -0500

fb7eef1..99bace9 389-ds-base-1.3.3 -> 389-ds-base-1.3.3
commit 99bace93881cbfd792c03baf23a56239cc1bf451

eb6a235..f7fcb52 389-ds-base-1.3.2 -> 389-ds-base-1.3.2
commit f7fcb521f9c7b41bdf27fd1be691e097706f961a

234f118..65d455f 389-ds-base-1.3.1 -> 389-ds-base-1.3.1
commit 65d455f2fbc46b98eafb3a3a381c89b472a010f8

67a084d..4fb2902 389-ds-base-1.2.11 -> 389-ds-base-1.2.11
commit 4fb2902d7c62d5da3afc082a16f9f9d5b2cdd693

Metadata Update from @mreynolds:
- Issue assigned to mreynolds
- Issue set to the milestone: 1.2.11.33

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

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)

Metadata