삼바 공유 폴더를 설정했지만 해당 공유에 액세스하려고 하면 " Windows Can not access the \\server\share1. You don't have permissions to access \\server\share1
" 메시지가 나타납니다.
서버가 AD에 가입되어 있으며 smbclient
AD 사용자 자격 증명을 사용하여 공유를 나열할 수 있습니다. 내가 무엇을 놓치고 있는지 모르겠습니다. 이상하게도 Share1은 다른 자격 증명을 요구하지도 않고 대신 액세스 거부 메시지를 표시합니다.
[root@samba]# smbclient -L samba -U username
Enter user's password:
Domain=[EXAMPLE] OS=[Unix] Server=[Samba 3.6.23-35.el6_8]
Sharename Type Comment
--------- ---- -------
share1 Disk Test Share
이것은 smb.conf입니다:
workgroup = EXAMPLEDOMAIN
;password server = ad-cxxac.example.com
realm = EXAMPLE.COM
security = ads
;idmap uid = 10000-20000
;idmap gid = 10000-20000
template shell = /bin/sh
winbind use default domain = true
winbind offline logon = true
winbind refresh tickets = yes
log file = /var/log/samba/samba.log
debug level = 3
netbios name = samba
encrypt passwords = yes
winbind enum groups = no
winbind enum users = no
debuglevel = 3
#============================ Share Definitions ==============================
[share1]
comment = Test Share
path = /share1
valid users = EXAMPLE\username
force group = "Domain Users"
writable = yes
read only = no
force create mode = 0660
create mask = 0777
directory mask = 0777
force directory mode = 0777
도메인에 가입할 수도 있습니다.
[root@samba]# net ads testjoin
Join is OK
공유 폴더의 디렉터리 권한은 다음과 같습니다.
drwxrwxrwx. 2 root domain users 4096 Sep share1