Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GER control returns two 'n' in entryLevelRights attribute #1538

Closed
389-ds-bot opened this issue Sep 12, 2020 · 2 comments
Closed

GER control returns two 'n' in entryLevelRights attribute #1538

389-ds-bot opened this issue Sep 12, 2020 · 2 comments
Labels
closed: duplicate Migration flag - Issue
Milestone

Comments

@389-ds-bot
Copy link

Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/48207


Description of problem:
When effective rights are retrieved, entryLevelRights attribute contains two "n" instead of one.

Version-Release number of selected component (if applicable):
389-ds-base-1.3.3.1-16.el7_1.x86_64

How reproducible:
always

Steps to Reproduce:
$ /usr/lib64/mozldap/ldapsearch -D "cn=Directory Manager" -w Secret123 -b dc=example,dc=com -J "1.3.6.1.4.1.42.2.27.9.5.2:true:dn:cn=Directory Manager" "(cn=Mr00001)" entryLevelRights
version: 1
dn: cn=Mr00001,ou=People,dc=example,dc=com
entryLevelRights: vadnn
attributeLevelRights: entrylevelrights:none

Actual results:
entryLevelRights: vadnn

Expected results:
entryLevelRights: vadn

Additional info:
This issue was introduced by https://fedorahosted.org/389/ticket/47553

@389-ds-bot 389-ds-bot added the closed: duplicate Migration flag - Issue label Sep 12, 2020
@389-ds-bot 389-ds-bot added this to the 1.3.4.2 milestone Sep 12, 2020
@389-ds-bot
Copy link
Author

Comment from nhosoi (@nhosoi) at 2015-06-27 00:56:40

It turned out 1.3.3.1-16 does not include this patch, which fixes the double 'n's as a side effect.
https://fedorahosted.org/389/attachment/ticket/47553/0001-Ticket-47553-Enhance-ACIs-to-have-more-control-over-.3.patch

1.3.3.1-16:
$ /usr/lib64/mozldap/ldapsearch -D "cn=Directory Manager" -w Secret123 -b dc=example,dc=com -J "1.3.6.1.4.1.42.2.27.9.5.2:true:dn:cn=Directory Manager" "(cn=test user1)" entryLevelRights
version: 1
dn: uid=tuser1,dc=example,dc=com
entryLevelRights: vadnn
attributeLevelRights: entrylevelrights:none

1.3.4.1:
$ /usr/lib64/mozldap/ldapsearch -D "cn=Directory Manager" -w Secret123 -b dc=example,dc=com -J "1.3.6.1.4.1.42.2.27.9.5.2:true:dn:cn=Directory Manager" "(cn=test user1)" entryLevelRights
version: 1
dn: uid=tuser1,dc=example,dc=com
entryLevelRights: vadn
attributeLevelRights: entrylevelrights:none

Since the milestone is 1.3.4.2, closing this ticket as a dup of 47553.

@389-ds-bot
Copy link
Author

Comment from nhosoi (@nhosoi) at 2017-02-11 23:03:31

Metadata Update from @nhosoi:

  • Issue assigned to nhosoi
  • Issue set to the milestone: 1.3.4.2

old-europe pushed a commit to old-europe/389-ds-base that referenced this issue Aug 16, 2022
old-europe pushed a commit to old-europe/389-ds-base that referenced this issue Aug 16, 2022
old-europe pushed a commit to old-europe/389-ds-base that referenced this issue Aug 16, 2022
old-europe pushed a commit to old-europe/389-ds-base that referenced this issue Aug 16, 2022
old-europe pushed a commit to old-europe/389-ds-base that referenced this issue Aug 16, 2022
old-europe pushed a commit to old-europe/389-ds-base that referenced this issue Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: duplicate Migration flag - Issue
Projects
None yet
Development

No branches or pull requests

1 participant