Please add gss-ntlmssp as Recommends to the powershell debian package #11374
Labels
Area-Maintainers-Build
specific to affecting the build
Issue-Enhancement
the issue is more of a feature request than a bug
Resolution-By Design
The reported behavior is by design.
Milestone
Someone reported to us (Kali) that Enter-PSSession is not working (see https://bugs.kali.org/view.php?id=5915) but we are only installing the package that you provide. From a quick search it looks like that the Debian package that you build should be modified to "Depends" (or "Recommends" if you want it optional) on the "gss-ntlmssp" package that provides the required NTLM support (through a plugin) to libgssapi-krb5-2 which you are already depending on.
FWIW, this is related to #6647 but I wanted to highlight the fact that the Debian package should be modified, whereas the current solution was to modify the docker image to add the missing package. By adding the dependency on the package itself, it would automatically fix all use cases.
The text was updated successfully, but these errors were encountered: