From 15eb343b9c235a1ca3a6cc48f730590949d439ec Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 23 Jul 2014 13:03:57 +0200 Subject: Allow hashed passwords in DS Without nsslapd-allow-hashed-passwords being turned on, user password migration fails. https://fedorahosted.org/freeipa/ticket/4450 Reviewed-By: Alexander Bokovoy --- install/updates/10-config.update | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install/updates/10-config.update') diff --git a/install/updates/10-config.update b/install/updates/10-config.update index 1512b3601..30fafbf9e 100644 --- a/install/updates/10-config.update +++ b/install/updates/10-config.update @@ -63,3 +63,8 @@ addifnew:nsSaslMapPriority: 10 # Can be removed when https://fedorahosted.org/389/ticket/47457 is fixed dn: cn=config only:nsslapd-sasl-max-buffer-size:2097152 + +# Allow hashed passwords to be added by non-DM users. Without this +# setting, password migration fails +dn: cn=config +only:nsslapd-allow-hashed-passwords:on -- cgit