Hi list,

I followed Chapter 6 in the Samba how-to collection and I have successfully joined my samba server to my w2k3 domain.

The kerberos tickets works as planed as I can connect to my DC from samba with kerberos authentication.

BUT I can't seem to connect from Windows to the samba server using domain user accounts.

Below is my smb.conf output from testparm.

Any help would be greatly appreciated.

Cheers,
Henrik

Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump of your service definitions

[global]
        workgroup = KIC
        realm = KIC.SE
        server string = Samba Server
        security = ADS
        password server = 192.168.1.11
        log file = /var/log/samba/log.smbd
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        preferred master = No
        domain master = No
        dns proxy = No
        wins server = 192.168.1.11
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        winbind enum users = Yes
        winbind enum groups = Yes
        winbind use default domain = Yes

[tmp]
        comment = Public Stuff
        path = /tmp
        valid users = Administrator, "@Domain Users"
        read only = No
        guest ok = Yes

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

Reply via email to