Bug 12594 - Mount failed with account in ad server(windows 2008)
Summary: Mount failed with account in ad server(windows 2008)
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: AD: LDB/DSDB/SAMDB (show other bugs)
Version: 4.5.1
Hardware: x64 Windows 2008 R2
: P5 major (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-21 03:04 UTC by wangzhe
Modified: 2017-03-07 08:30 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wangzhe 2017-02-21 03:04:55 UTC

    
Comment 1 wangzhe 2017-02-21 03:15:34 UTC
I use Samba4.5.1 with ad server in Windows 2008, and mount the share by another 2008 server with an account in ad. It failed with password error.
my smb.conf:
[global]
    netbios name=zone1
    security=ads
    realm=cnas.com
    workgroup=CNAS
    winbind separator=/
    winbind use default domain=yes
    winbind enum users=yes
    winbind enum groups=yes
    idmap config * : backend=tdb
    idmap config * : range=100000-200000
[share01]
    path=/mnt/nfs/share01/
    .......

I have tested Samba4.1.23 with the same smb.conf, and it works.