আমি শুধু আমার CentOS 5.4 এর সাম্ব 3.0.33-3.15.el5_4 থেকে উত্স থেকে তৈরি 3.6.4 আপগ্রেড করেছি। আমি পুরোনো distro-অবস্থান থেকে কনফিগার এবং স্টাফ অনুলিপি করা হয় উৎস-প্রত্যাশিত অবস্থান / usr / lib মধ্যে। আমি ডিফল্ট smb.conf থেকে 3.0.33 থেকে নতুন ডিফল্ট কনফিগারেশনে পরিবর্তিত কনফিগারেশন বিকল্পগুলির অনুলিপি করেছি। আমি একটি ADS সেটআপ ব্যবহার করছি এবং আমার উইন্ডোজ ক্লায়েন্ট এখন বলছে আমার ডোমেন পাসওয়ার্ডটি ভুল। আমি log.smbd ঘটছে কিছু দেখতে না
পুরানো testparm আউটপুট:
Load smb config files from /etc/samba/smb.conf
Processing section "[hactar]"
Loaded services file OK.
Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump of your service definitions
[global]
workgroup = XXX
realm = DS.XXX.EDU
server string = Samba Server Version %v
interfaces = lo, eth0
security = ADS
username map = /etc/samba/smbusers
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY IPTOS_LOWDELAY
local master = No
wins server = 10.109.18.219
cups options = raw
[hactar]
comment = Galactic Supercomputer Filesystem
path = /hactar
valid users = root
read only = No
delete readonly = Yes
নতুন testparm আউটপুট:
Load smb config files from /usr/lib/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[hactar]"
Loaded services file OK.
Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump of your service definitions
[global]
workgroup = XXX
realm = DS.XXX.EDU
server string = Samba Server Version %v
interfaces = lo, eth0
security = ADS
username map = /etc/samba/smbusers
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY IPTOS_LOWDELAY
local master = No
dns proxy = No
wins server = 10.109.18.219
idmap config * : backend = tdb
[hactar]
comment = Galactic Supercomputer Filesystem
path = /hactar
valid users = root
read only = No
delete readonly = Yes
কি হচ্ছে?