samba
Samba is an open-source software suite that provides file and print services for Windows clients. It's easy to use, secure, and highly customizable.
Samba is an open-source software suite that provides file and print services for Windows clients using the SMB/CIFS protocol. It allows Unix-based systems to share files and printers with Windows-based systems, and vice versa. Samba is a popular tool for network administrators and IT professionals, and is widely used in enterprise environments.
Samba provides a range of features and capabilities that make it a powerful tool for file and print sharing. It supports file sharing across multiple platforms, including Unix, Linux, macOS, and Windows. It also supports a wide range of protocols, including SMB, CIFS, and FTP, and provides support for both IPv4 and IPv6 networks.
One of the key benefits of Samba is its ease of use. It is designed to be simple and intuitive to configure and manage, with a range of tools and utilities that make it easy to set up and maintain file and print services. Additionally, Samba provides a range of security features, including support for encryption and authentication protocols, that help to ensure the privacy and security of shared data.
Samba is also highly customizable, and can be extended with a range of plugins and scripts to provide additional functionality. For example, there are plugins available for integrating Samba with LDAP directories, for providing print services, and for integrating with other network services.
Despite its many strengths, Samba is not without its limitations. It can be challenging to configure in complex network environments, and may require advanced knowledge of networking and security concepts. Additionally, it may not be suitable for all file and print sharing scenarios, particularly those involving high-performance or high-throughput workloads.
In summary, Samba is a powerful and flexible tool for providing file and print services in a mixed-platform environment. Its ease of use, security features, and extensibility make it an essential tool for network administrators and IT professionals. While it may not be suitable for all file and print sharing scenarios, it is a valuable addition to any enterprise or organizational network.
Packages and Binaries:
ctdb
CTDB is a cluster implementation of the TDB database used by Samba and other projects to store temporary data. If an application is already using TDB for temporary data it is very easy to convert that application to be cluster aware and use CTDB instead.
CTDB provides the same types of functions as TDB but in a clustered fashion, providing a TDB-style database that spans multiple physical hosts in a cluster.
Features include:
CTDB provides a TDB that has consistent data and consistent locking across all nodes in a cluster.
CTDB is very fast.
In case of node failures, CTDB will automatically recover and repair all TDB databases that it manages.
CTDB is the core component that provides pCIFS (“parallel CIFS”) with Samba3/4.
CTDB provides HA features such as node monitoring, node failover, and IP takeover.
CTDB provides a reliable messaging transport to allow applications linked with CTDB to communicate to other instances of the application running on different nodes in the cluster.
CTDB has pluggable transport backends. Currently implemented backends are TCP and Infiniband.
CTDB supports a system of application specific management scripts, allowing applications that depend on network or filesystem resources to be managed in a highly available manner on a cluster.
Installed size: 3.67 MB
How to install: sudo apt install ctdb
ctdb
CTDB management utility Clustered TDB
ctdb_diagnostics
Dump diagnostic information about CTDB/Samba installation
ctdbd
The CTDB cluster daemon
ltdbtool
Manipulate CTDB’s local TDB files
onnode
Run commands on CTDB cluster nodes
ping_pong
Measures the ping-pong byte range lock latency
ldb-tools
ldb is a LDAP-like embedded database built on top of TDB.
What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database.
This package contains bundled test and utility binaries
Installed size: 195 KB
How to install: sudo apt install ldb-tools
ldbadd
Command-line utility for adding records to an LDB
ldbdel
Command-line program for deleting LDB records
ldbedit
Edit LDB databases using your preferred editor
ldbmodify
Modify records in a LDB database
ldbrename
Edit LDB databases using your favorite editor
ldbsearch
Search for records in a LDB database
libldb-dev
ldb is a LDAP-like embedded database built on top of TDB.
What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database.
This package contains the development files.
Installed size: 171 KB
How to install: sudo apt install libldb-dev
libldb2
ldb is a LDAP-like embedded database built on top of TDB.
It provides a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database.
This package contains the shared library file.
Installed size: 614 KB
How to install: sudo apt install libldb2
libnss-winbind
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 nss_winbind, a plugin that integrates with a local winbindd server to provide user/group name lookups to the system; and nss_wins, which provides hostname lookups via both the NBNS and NetBIOS broadcast protocols.
Installed size: 185 KB
How to install: sudo apt install libnss-winbind
libpam-winbind
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 pam_winbind, a plugin that integrates with a local winbindd server to provide Windows domain authentication to the system.
Installed size: 168 KB
How to install: sudo apt install libpam-winbind
libsmbclient
This package provides a shared library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol.
Installed size: 232 KB
How to install: sudo apt install libsmbclient
libsmbclient-dev
This package provides the development files (static library and headers) required for building applications against libsmbclient, a library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol.
Installed size: 268 KB
How to install: sudo apt install libsmbclient-dev
libwbclient-dev
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.
This package provides the development files (static library and headers) required for building applications against libwbclient, a library for client applications that interact via the winbind pipe protocol with a Samba winbind server.
Installed size: 110 KB
How to install: sudo apt install libwbclient-dev
libwbclient0
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.
This package provides a library for client applications that interact via the winbind pipe protocol with a Samba winbind server.
Installed size: 128 KB
How to install: sudo apt install libwbclient0
python3-ldb
ldb is a LDAP-like embedded database built on top of TDB.
This package contains the Python 3 bindings.
Installed size: 182 KB
How to install: sudo apt install python3-ldb
python3-ldb-dev
ldb is a LDAP-like embedded database built on top of TDB.
It is a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database.
This package contains the development files for the Python 3 bindings.
Installed size: 60 KB
How to install: sudo apt install python3-ldb-dev
python3-samba
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 contains Python 3 bindings for most Samba libraries.
Installed size: 21.40 MB
How to install: sudo apt install python3-samba
registry-tools
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 contains tools for viewing and manipulating the binary “registry” found on Windows machines, both locally and remote.
Installed size: 153 KB
How to install: sudo apt install registry-tools
regdiff
Diff program for Windows registry files
regpatch
Applies registry patches to registry files
regshell
Windows registry file browser using readline
regtree
Text-mode registry viewer
samba
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).
Installed size: 3.84 MB
How to install: sudo apt install samba
dumpmscat
eventlogadm
Push records into the Samba event log store
mvxattr
Recursively rename extended attributes
nmbd
NetBIOS name server to provide NetBIOS over IP naming services to clients
oLschema2ldif
Converts LDAP schema’s to LDB-compatible LDIF
pdbedit
Manage the SAM database (Database of Samba Users)
profiles
A utility to report and change SIDs in registry files
samba
A Windows AD and SMB/CIFS fileserver for UNIX Server to provide AD and SMB/CIFS services to clients
samba-gpupdate
Apply group policy
samba_dnsupdate
samba_downgrade_db
Samba tool for downgrading AD databases
samba_spnupdate
samba_upgradedns
sharesec
Set or get share ACLs
smbcontrol
Send messages to smbd, nmbd or winbindd processes
smbd
Server to provide SMB/CIFS services to clients
smbstatus
Report on current Samba connections
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.
This package contains control files to run an Active Directory Domain Controller (AD DC). For now, this is just a metapackage pulling in all the required dependencies.
Installed size: 46 KB
How to install: sudo apt install samba-ad-dc
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.
This package contains files to setup an Active Directory Domain Controller (AD DC).
Installed size: 13.39 MB
How to install: sudo apt install samba-ad-provision
samba-common
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.
This package contains common files used by all parts of Samba.
Installed size: 209 KB
How to install: sudo apt install samba-common
samba-common-bin
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 contains the common files that are used by both the server (provided in the samba package) and the client (provided in the samba-clients package).
Installed size: 4.34 MB
How to install: sudo apt install samba-common-bin
dbwrap_tool
Low level TDB/CTDB manipulation tool using the dbwrap interface
net
Tool for administration of Samba and remote CIFS servers.
nmblookup
NetBIOS over TCP/IP client used to lookup NetBIOS names
samba-regedit
Ncurses based tool to manage the Samba registry
samba-tool
Main Samba administration tool.
samba_kcc
smbpasswd
The Samba encrypted password file Change a user’s SMB password
testparm
Check an smb.conf configuration file for internal correctness
samba-dev
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 contains include files shared by the various Samba-based libraries.
Installed size: 1.75 MB
How to install: sudo apt install samba-dev
samba-dsdb-modules
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 contains LDB plugins which add support for various Active Directory features to the LDB library.
Installed size: 1.51 MB
How to install: sudo apt install samba-dsdb-modules
samba-libs
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 contains the shared libraries.
Installed size: 24.01 MB
How to install: sudo apt install samba-libs
samba-testsuite
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 contains programs for testing the reliability and speed of SMB servers, Samba in particular.
Installed size: 9.68 MB
How to install: sudo apt install samba-testsuite
gentest
Run random generic SMB operations against two SMB servers and show the differences in behavior
locktest
Find differences in locking between two SMB servers
masktest
Find differences in wildcard matching between Samba’s implementation and that of a remote server.
ndrdump
DCE/RPC Packet Parser and Dumper
smbtorture
Run a series of tests against a SMB server
samba-vfs-modules
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.
Virtual FileSystem modules are stacked shared libraries extending the functionality of Samba. Some examples are:
vfs_acl_xattr: Save NTFS-ACLs in Extended Attributes
vfs_audit: record selected Samba VFS operations in the system log
vfs_readonly: Make a Samba share read only for a specified time period
vfs_recycle: Give the same effect as the Recycle Bin on Windows computers
vfs_shadow_copy2: Expose snapshots to Windows clients as shadow copies
vfs_worm: Disallow writes for older file
Note: The runtime dependencies of vfs_ceph, vfs_glusterfs and vfs_snapper are moved to Recommends.
Installed size: 1.75 MB
How to install: sudo apt install samba-vfs-modules
smbclient
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.
This package contains command-line utilities for accessing Microsoft Windows and Samba servers, including smbclient, smbtar, and smbspool. Utilities for mounting shares locally are found in the package cifs-utils.
Installed size: 1.92 MB
How to install: sudo apt install smbclient
cifsdd
Convert and copy a file over SMB
mdsearch
Run Spotlight searches against an SMB server
rpcclient
Tool for executing client side MS-RPC functions
smbcacls
Set or get ACLs on an NT file or directory names
smbclient
Ftp-like client to access SMB/CIFS resources on servers
smbcquotas
Set or get QUOTAs of NTFS 5 shares
smbget
Wget-like utility for download files over SMB
smbspool
Send a print file to an SMB printer
smbtar
Shell script for backing up SMB/CIFS shares directly to UNIX tape drives
smbtree
A text based smb network browser
winbind
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.
Installed size: 1.55 MB
How to install: sudo apt install winbind
ntlm_auth
Tool to allow external access to Winbind’s NTLM authentication function
wbinfo
Query information from winbind daemon
winbindd
Name Service Switch daemon for resolving names from NT servers
Updated on: 2023-Mar-08
Last updated
Was this helpful?