Dear all,

I have install Windows AD and Linux client PC.

In Linux PC, I modify these file to allow AD user logon the Linux Client 
PC via LDAPS.
- /etc/sssd/sssd.conf
- /etc/krb5.conf
- /etc/pam.d/system-auth-ac
- /etc/pam.d/password-auth-ac
- /etc/openldap/ldap.conf

When I create SAMBA share folder on Linux Client PC, and my Windows PC 
want to connect to it, Windows prompt a login dialog for access that SAMBA 
share.
My problem is no matter I enter AD user account, or Linux 'root' account, 
it already said login error and cannot allow me to enter. What wrong of my 
setting?

My Windows AD is:
OS: Windows Server 2008 R2 64bit standard edition
IP: 192.168.10.1/16

My Windows Client is:
OS: Windows 7, 32bit Enterprise. (already join Windows AD domain).
IP: 192.168.20.1/16

My Linux Client is:
OS: CentOS 6.4, 64bit
IP: 192.168.30.1/16

Thank you very much
Kevin Tang


[global]
# ----------------------- Network Related Options -------------------------
        workgroup = MYDOMAIN.COM
        server string = Samba Server Version %v
        netbios name = smbstorage
        interfaces = lo eth* 192.168.30.1/16
        hosts allow = 192.168.0.0/16

# --------------------------- Logging Options -----------------------------
        log file = /var/log/samba/log.%m
        max log size = 50

# ----------------------- Domain Members Options ------------------------
        security = domain
        realm = WINAD.MYDOMAIN.COM
        password server = winad.mydomain.com

# ----------------------- Browser Control Options ----------------------------
        local master = no
;       os level = 33
;       preferred master = yes

#----------------------------- Name Resolution -------------------------------
;       wins support = yes
;       wins server = w.x.y.z
;       wins proxy = yes
;       dns proxy = yes

#============================ Share Definitions ==============================

[homes]
        comment = Home Directories
        browseable = yes
        writable = yes
;       valid users = %S
;       valid users = MYDOMAIN\%S

[public]
        comment = Public Stuff
        path = /home/samba
        public = yes
        writable = yes
        guest ok = yes
        browseable = yes



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to