Comment 0 for bug 1648898

Revision history for this message
dwmw2 (dwmw2) wrote :

The gss-ntlmssp package installs a file in /etc/gss/mech.d which is supposed to make it get loaded.

It doesn't work for two reason. Firstly, it gets completely ignored because its filename doesn't end in ".conf".

Secondly, it contains an incorrect entry for the shared library path. So we end up doing this:
 stat("/usr/lib/x86_64-linux-gnu/gss/${prefix}/lib/x86_64-linux-gnu/gssntlmssp/gssntlmssp.so", 0x7ffca5870a90) = -1 ENOENT (No such file or directory)