ntlm_auth
service to resolve user and group information from Windows NT servers
Install
- All systems
-
curl cmd.cat/ntlm_auth.sh
- Debian
-
apt-get install winbind
- Ubuntu
-
apt-get install winbind
- Alpine
-
apk add samba
- Arch Linux
-
pacman -S samba
- Kali Linux
-
apt-get install winbind
- CentOS
-
yum install samba4-winbind-clients
- Fedora
-
dnf install samba-winbind-clients-2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install winbind
- Raspbian
-
apt-get install winbind
- Dockerfile
- dockerfile.run/ntlm_auth
- Docker
-
docker run cmd.cat/ntlm_auth ntlm_auth
powered by Commando
winbind
service to resolve user and group information from Windows NT servers
Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. This package provides winbindd, a daemon which integrates authentication and directory service (user/group lookup) mechanisms from a Windows domain on a Linux system. Winbind based user/group lookups via /etc/nsswitch.conf can be enabled via the libnss-winbind package. Winbind based Windows domain authentication can be enabled via the libpam-winbind package.
samba-winbind-clients-2
4.8.0-0.5.rc4.fc28.x86_64 : Samba winbind clients
samba-winbind-clients
The samba-winbind-clients package provides the wbinfo and
ntlm_auth tool.
samba
SMB/CIFS file, print, and login server for Unix
Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. This package provides the components necessary to use Samba as a stand-alone file and print server or as an NT4 or Active Directory domain controller. For use in an NT4 domain or Active Directory realm, you will also need the winbind package. This package is not required for connecting to existing SMB/CIFS servers (see smbclient) or for mounting remote filesystems (see cifs-utils).