diff options
author | Martin Kosek <mkosek@redhat.com> | 2013-11-01 09:25:33 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-11-01 09:30:10 +0100 |
commit | 44d1886d39fe2a00ad30736302fbdee67bea66f1 (patch) | |
tree | 20daf483eeba0813e3dfddf782dc92da33ce23d9 | |
parent | d876a22732d83ddf8e37ead89e6f23bf7aa0d69c (diff) | |
download | freeipa-44d1886d39fe2a00ad30736302fbdee67bea66f1.tar.gz freeipa-44d1886d39fe2a00ad30736302fbdee67bea66f1.tar.xz freeipa-44d1886d39fe2a00ad30736302fbdee67bea66f1.zip |
Remove deprecated AllowLMhash config
Remove this ipaConfigString value as LM hash is deprecated and in
fact even insecure.
https://fedorahosted.org/freeipa/ticket/3795
-rw-r--r-- | install/updates/50-ipaconfig.update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/updates/50-ipaconfig.update b/install/updates/50-ipaconfig.update index 69783f132..ce617fe0d 100644 --- a/install/updates/50-ipaconfig.update +++ b/install/updates/50-ipaconfig.update @@ -1,5 +1,5 @@ dn: cn=ipaConfig,cn=etc,$SUFFIX add:ipaSELinuxUserMapOrder: guest_u:s0$$xguest_u:s0$$user_u:s0$$staff_u:s0-s0:c0.c1023$$unconfined_u:s0-s0:c0.c1023 add:ipaSELinuxUserMapDefault: unconfined_u:s0-s0:c0.c1023 - add:ipaUserObjectClasses: ipasshuser +remove:ipaConfigString:AllowLMhash |