Skip to content

Commit

Permalink
[travis] Install gssntlmssp during testing
Browse files Browse the repository at this point in the history
This lets us test that the NTLM mechanism behaves correctly and
properly test #148.
  • Loading branch information
frozencemetery committed Mar 21, 2018
1 parent 3826b71 commit 3323ab1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis/lib-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ setup::debian::install() {
if [ x"$KRB5_VER" = "xheimdal" ]; then
apt-get -y install heimdal-dev
else
apt-get -y install krb5-{user,kdc,admin-server,multidev} libkrb5-dev
apt-get -y install krb5-{user,kdc,admin-server,multidev} libkrb5-dev \
gss-ntlmssp
fi

apt-get -y install gcc virtualenv python$IS3-{virtualenv,dev} cython$IS3
Expand Down Expand Up @@ -55,7 +56,8 @@ setup::fedora::install() {
}

setup::rh::install() {
setup::rh::yuminst krb5-{devel,libs,server,workstation} which gcc findutils
setup::rh::yuminst krb5-{devel,libs,server,workstation} \
which gcc findutils gssntlmssp

if [ -f /etc/fedora-release ]; then
setup::fedora::install
Expand Down

0 comments on commit 3323ab1

Please sign in to comment.