mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
bcf8ab24d5
Default list of attributes that are checked with 7-bit plugin for being 7-bit clean includes userPassword. Consecutively, one is unable to set passwords that contain non-ascii characters. https://fedorahosted.org/freeipa/ticket/3640
7 lines
374 B
Plaintext
7 lines
374 B
Plaintext
# Remove userPassword from the list of attributes checked by 7-bit plugin
|
|
# Replace argument value 'userPassword' with 'mail' to avoid the need to
|
|
# shift the whole argument array. Attribute 'mail' is already listed
|
|
# in pluginarg1, so it is conveniently used as valid value placeholder.
|
|
dn: cn=7-bit check,cn=plugins,cn=config
|
|
replace:nsslapd-pluginarg2:userpassword::mail
|