From the course: Red Hat Enterprise Linux 8 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Samba global configuration options

Samba global configuration options

From the course: Red Hat Enterprise Linux 8 Essential Training

Start my 1-month free trial

Samba global configuration options

- [Instructor] The global options in the Samba configuration file control how Samba works, including how it identifies itself and which mode it runs in. Network related options including the work group name, server string, and netbios name. We can also set the network interfaces to provides services on. This is useful when we have multiple network interfaces in our host and we only want to serve files on one of them. We can also decide which host to provide services to using the host allow and host deny option. Samba provides log options that allows us to define the log file and the maximum log size. We can use variables in many options to ease configuration. For instance, we can even have logs created dynamically for each client system by specifying log file = %m.log or one log per share by specifying log file = %S.log. Samba provides different security modes to run in. Security = ads, uses Kerberos to authenticate active directory users. Security = domain, authenticates users to an…

Contents