[Samba] Machine account in Users home

M Azer azermina at gmail.com
Wed Jan 17 23:23:19 GMT 2007


Hello, Am i suppose to see win machine names in users home? they are created
when users login using their workstations
here is my home directory

[cat at itbox CAD]$ ls -l
total 20
drwx------ 3 ad01$             Domain Computers   4096 Jan 17 17:57 ad01_
drwx------ 3 administrator   Domain Users       4096 Jan 17 17:59
administrator
drwx------ 3 cat                  Domain Users       4096 Jan 17 18:07 cat
drwx------ 4 mina.azer       Domain Users       4096 Jan 17 17:57 mina.azer
drwx------ 3 vdc2$

as u can see the first and last item are machine accounts .. is that right??


smb.conf
[global]
        security = ADS
        workgroup = CAD
        realm = CAD.TESTDOMAIN
        netbios name = itbox
        preferred master = no
        password server = 192.168.1.6
        client use spnego = yes
        server signing = auto
        encrypt passwords = yes
        nt acl support = no
        obey pam restrictions = yes
        winbind separator = +
        idmap uid = 1000-20000
        idmap gid = 1000-20000
        winbind enum users = yes
        winbind enum groups = yes
        winbind use default domain = yes
        winbind cache time = 0
        winbind nested groups = yes
        template homedir = /home/%D/%U
        template shell = /bin/bash
        log file = /var/log/samba/%m.log
        log level = 3
        max log size= 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        hosts allow = 192.168.1. 192.168.0. 127.
[homes]
        comment = Home Directories
        read only = No
        browseable = No
        directory mask = 0700
        create mask = 0700


More information about the samba mailing list