使用ADS设置Samba 3.5.6的问题

我一直在困难的时间与ADS设置我的Samba 3.5.6,任何帮助将不胜感激。

这是我的设置

我想用AD身份validation提供samba共享访问,已经joinlinux并configuration了less量的共享。 当我尝试从Windows机器访问samba共享它不断提示进行身份validation

结果:wbinfo -t通过RPC调用成功检查SV的信任密码成功** net ads testjoinjoin是可以的


这里是samba config [global]

log file = /var/log/samba/%m idmap gid = 10000-15000 winbind trusted domains only = yes encrypt passwords = yes realm = <domain name> winbind use default domain = true passdb backend = tdbsam template shell = /bin/bash netbios name = <server name> cups options = raw server string = <server name> printing = cups idmap uid = 10000-15000 password server = <windows AD. Domainname.com> winbind enum users = no winbind nested groups = Yes workgroup = <short domain name eg PS > os level = 20 printcap name = cups security = ads preferred master = no max log size = 50 winbind separator = + log level = 3 

{示例共享}

 [media_sonicwall_com] writeable = yes write list = @PS+test_users path = /tmp force group = apache force user = root Comment = test share valid users = PS+test_Users create mode = 644 allow hosts = 127. 10.1. 192. 

请让我知道如何解决我的问题。

谢谢..