【发布时间】:2020-09-28 13:01:50
【问题描述】:
我用我的 smb.conf 配置文件在 debian 10(不加入域)中配置了一个 samba 4:
[global]
bind interfaces only = yes
interfaces = 10.0.2.0/24
workgroup = SAMBA
idmap config * : backend = tdb
cups options = raw
encrypt passwords = yes
logging = file
smb encrypt = required
keep alive = 50
log file = /root/samba/%m.log
max log size = 100000
security = user
map to guest = Bad User
[server]
path = /server
writeable = yes
read only = no
browsable = yes
directory mask = 0770
create mask = 0770
valid users = juan
在 tfs (windows server 2012) 中,我使用建议的路径配置备份,直到出现以下错误:
error:TF401002: The SQL Server Database Engine was unable to save the database backup in path \\ .... Give the SQL service account read and write access to that folder
我去数据库服务器,无权访问的账号如下:
NT 服务\SQLAgent$SQLTEAM2013
像以前一样为该帐户授予 samba 共享文件夹的权限????
【问题讨论】:
-
用英文发布错误; Stack Overflow 是一个英文网站。由于您发布了错误图片,我们甚至无法通过谷歌翻译它(建议我们无论如何都不要这样做),这意味着您的语言我们无法帮助您。
-
@ortiga,这个问题有更新吗?如果我的回答能给你一些帮助,请随时告诉我。只是提醒this。
标签: sql-server tfs samba