Skip to content

Commit 3323ab1

Browse files
[travis] Install gssntlmssp during testing
This lets us test that the NTLM mechanism behaves correctly and properly test #148.
1 parent 3826b71 commit 3323ab1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis/lib-setup.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ setup::debian::install() {
2020
if [ x"$KRB5_VER" = "xheimdal" ]; then
2121
apt-get -y install heimdal-dev
2222
else
23-
apt-get -y install krb5-{user,kdc,admin-server,multidev} libkrb5-dev
23+
apt-get -y install krb5-{user,kdc,admin-server,multidev} libkrb5-dev \
24+
gss-ntlmssp
2425
fi
2526

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

5758
setup::rh::install() {
58-
setup::rh::yuminst krb5-{devel,libs,server,workstation} which gcc findutils
59+
setup::rh::yuminst krb5-{devel,libs,server,workstation} \
60+
which gcc findutils gssntlmssp
5961

6062
if [ -f /etc/fedora-release ]; then
6163
setup::fedora::install

0 commit comments

Comments
 (0)