Bug 1044147
| Summary: | 7-bit check plugin does not work for userpassword attribute | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Nathan Kinder <nkinder> | |
| Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> | |
| Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 7.0 | CC: | nhosoi, vashirov | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 389-ds-base-1.3.3.1-1.el7 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1088171 (view as bug list) | Environment: | ||
| Last Closed: | 2015-03-05 09:29:51 UTC | Type: | --- | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1088171 | |||
|
Description
Nathan Kinder
2013-12-17 21:25:41 UTC
From original bug:
Steps to reproduce:
Make sure the 7 bit plugin is enabled and userpassword is in the arg list.
dn: cn=7-bit check,cn=plugins,cn=config
nsslapd-pluginEnabled: on
nsslapd-pluginarg2: userpassword
Command line: ldapadd -x -D "cn=directory manager" -w password -f test.ldif
Contents of test.ldif:
dn: uid=Testuser1,ou=People,dc=localdomain
changetype: add
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
cn: Testuser1
sn: user1
uid: Testuser1
givenName: Test
userPassword: κñόσμε
Actual output: New user added
Expected output: ldap_add: Constraint violation (19)
additional info: The value is not 7-bit clean: κñόσμε
$ rpm -qa | grep 389 389-ds-base-debuginfo-1.3.3.1-10.el7.x86_64 389-ds-base-1.3.3.1-10.el7.x86_64 389-ds-base-libs-1.3.3.1-10.el7.x86_64 dn: cn=7-bit check,cn=plugins,cn=config nsslapd-pluginEnabled: on nsslapd-pluginarg0: uid nsslapd-pluginarg1: mail nsslapd-pluginarg2: userpassword nsslapd-pluginarg3: , nsslapd-pluginarg4: dc=example,dc=com $ ldapmodify -D "cn=Directory Manager" -w Secret123 -H ldap://localhost:389 -f test.ldif adding new entry "uid=user1,ou=People,dc=example,dc=com" ldap_add: Constraint violation (19) additional info: The value is not 7-bit clean: κñόσμε Marking as VERIFIED. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-0416.html |