我正在尝试建立一台运行 Samba 的新 CentOS 7 服务器,但无法从我的 Windows 7 本地计算机访问共享目录。由于我对 CentOS 7 不太熟悉,我遵循了教程在这里并且可以使用我的 AD 帐户登录并通过 SSH 进入服务器,并可以使用同一帐户访问服务器上的文件夹。当我尝试从我的 Windows 7 计算机访问服务器时,我收到:“登录失败:用户名未知或密码错误。”
这是我的 smb.conf 文件:
[global]
workgroup = MYDOMAINLOCAL
server string = Samba Server Version %v for CRL publishing
hosts allow = 127. 10.0.
interfaces = lo ens160 10.0.0.0\16
log file = /var/log/samba/log.%m
log level = 3
max log size = 50
security = ads
encrypt passwords = yes
passdb backend = tdbsam
realm = MYDOMAIN.LOCAL
load printers = no
cups options = raw
printcap name = /dev/null
[IT]
comment = IT Share
path = /data/IT
public = no
writable = yes
guest ok = no
valid users = @"[email protected]"
我现在很茫然,过去几个小时我都在网上搜索答案,但没有找到任何答案。
我做过的其他事情:
# firewall-cmd --permanent --zone=public --add-service=samba
# chcon -t samba_share_t /data/IT
# groups [email protected]
[email protected]: [email protected]