[Samba] (no subject)
Rafael Lenharo
rafalenharo at gmail.com
Thu May 23 20:22:14 UTC 2019
Hi all,
I installed SAMBA 4.8.3 on CentOS 7.6.1810 to be a domain controller and
shared directories. How do I configure it to require IP, username, and
password to access shared directories without having to inform the domain?
smb.conf file:
[global]
workgroup = T12
server string = Samba Server Version %v
netbios name = 165.8.104.12
interfaces = 165.8.104.12
hosts allow = 165.8.104. 127.0.0.1
log level = 2
log file = /var/log/samba/log.%m
max log size = 50
security = user
passdb backend = tdbsam
domain master = yes
domain logons = yes
logon script = %U.bat
logon path = \\165.8.104.12\Profiles\%U
logon drive = z:
add machine script = /usr/sbin/useradd -n -c "Workstation
(%u)" -M -d /nohome -s /bin/false "%u"
local master = yes
os level = 64
preferred master = yes
wins support = yes
load printers = yes
cups options = raw
create mask = 775
directory mask = 775
ntlm auth = yes[homes]
comment = Home Directories
path = /data/users/%u
browseable = no
writeable = yes[printers]
comment = All Printers
path = /var/spool/samba
browseable = No
guest ok = no
writeable = no
printable = Yes[netlogon]
comment = Network Logon Service
path = /data/users/netlogon
guest ok = yes
public = no
writable = no
browsable = no[Profiles]
comment = User Profiles
path = /data/users/Profiles
create mode = 0600
directory mode = 0700
writable = yes
browseable = no[public]
comment = Public Area
path = /data/public
public = yes
writable = yes
printable = no
More information about the samba
mailing list