Samba 4

share backend (G) This option specifies the backend that will be used to access the configuration of file shares. Traditionally, Samba file shares have been configured in the smb.conf file and this is still the default. At the moment there are no other supported backends. Параметр определяет backend (механизм для хранения информации), используемый для доступа […]

Метки:

server services (G) This option contains the services that the Samba daemon will run. An entry in the smb.conf file can either override the previous value completely or entries can be removed from or added to it by prefixing them with + or -. Параметр содержит сервисы, запускаемые при старте Samba. В файле smb.conf можно […]

Метки:

Samba 4 AD DC на Ubuntu Server 12.10 с Bind 9.9.2-P1 в качестве DNS. Список команд из видео. sudo su — /etc/init.d/apparmor stop update-rc.d -f apparmore remove aptitude remove apparmor sudo apt-get update && sudo apt-get upgrade vi /etc/network/interfaces /etc/init.d/networking restart vi /etc/hosts 127.0.0.1 samba.samdom.example.com samba cat /etc/hosts echo samba.samdom.examle.com > /etc/hostname cat /etc/hostname reboot […]

server role (G) This option determines the basic operating mode of a Samba server and is one of the most important settings in the smb.conf file. The default is server role = auto, as causes Samba to operate according to the security setting, or if not specified as a simple file server that is not […]

server min protocol (G) This setting controls the minimum protocol version that the server will allow the client to use. Normally this option should not be set as the automatic negotiation phase in the SMB protocol takes care of choosing the appropriate protocol. Этот параметр определяет минимальную версию протокола, которую сервер позволяет использовать клиенту. Обычно […]

server max protocol (G) The value of the parameter (a string) is the highest protocol level that will be supported by the server. Значение этого параметра (строка) определяет максимальную версию протокола, поддерживаемую этим сервером. Eng. Possible values are: Возможные значения: Eng. · CORE: Earliest version. No concept of user names. · CORE: Максимальная версия. Без […]

Подключение сетевых дисков через политики домена. Samba 4, Ubuntu Server 12.10. После настройки контроллера домена по статье Настройка Samba 4 в роли Контроллера Домена Active Directory на Ubuntu Server 12.10, пора подумать и о мелочах. Сегодня настроим подключение общих дисков через политики домена. Итак приступим. Создадим папку public и назначим на нее права. В ней […]

Метки:

Информация взята из открытой группы ВКонтакте Samba. Автор Алексей Бондаренко. Как я понял через стандртые средства управления групповыми политиками M$ невозможно изменить политики паролей, и делается это только на сервере с Samba4 (или через SSH). Инструкции здесь и на smb-conf.ru я не нашёл, и решил написать здесь. Как вы уже поняли всё делается через команды: […]

Метки:

samba kcc command (G) This option specifies the path to the Samba KCC command. This script is used for replication topology replication. It should not be necessary to modify this option except for testing purposes or if the samba_kcc was installed in a non-default location. Параметр определяет путь к KCC команде Samba. Этот скрипт используется […]

rpc big endian (G) Setting this option will force the RPC client and server to transfer data in big endian. If it is disabled, data will be transferred in little endian. The behaviour is independent of the endianness of the host machine. Включение этого параметра вынудит клиента и сервер RPC передавать данные в формате big […]