Browse Source

Merge pull request #178 from danimo/cifs_ntlm_auth

Add md4 and arc4 modules for ntlm
master
Harald Hoyer 8 years ago committed by GitHub
parent
commit
ca6be905f0
  1. 6
      modules.d/95cifs/module-setup.sh

6
modules.d/95cifs/module-setup.sh

@ -24,6 +24,12 @@ depends() { @@ -24,6 +24,12 @@ depends() {
# called by dracut
installkernel() {
instmods cifs ipv6
# hash algos
instmods md4 md5 sha256
# ciphers
instmods aes arc4 des ecb
# macs
instmods hmac cmac
}

# called by dracut

Loading…
Cancel
Save