Merge pull request #178 from danimo/cifs_ntlm_auth

Add md4 and arc4 modules for ntlm
master
Harald Hoyer 2017-03-30 10:50:16 +02:00 committed by GitHub
commit ca6be905f0
1 changed files with 6 additions and 0 deletions

View File

@ -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