Samba 3.4, Ubuntu 9.10.

Been fiddling with this for days and didn't find anything related with a search.

With the simple config file attached, none of the VBS logon scripts are executed when users log on to the domain. Am I missing something obvious?
--
Mark Leisher
[global]
        workgroup = ZZZZZZ
        server string = Zzzzzz
        passdb backend = tdbsam
        socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
        map to guest = Bad User
        username map = /etc/samba/smbusers
        add machine script = /usr/sbin/useradd -c Machine -d /var/empty -s 
/sbin/nologin %m$
        logon script = %U.vbs
        local master = Yes
        domain logons = Yes
        os level = 65
        preferred master = Yes
        domain master = Yes
        security = user
        utmp = yes

[homes]
        comment = Home Directories
        valid users = %S
        read only = No
        inherit acls = Yes
        browseable = Yes
        writable = Yes

[netlogon]
        comment = Network Logon Service
        path = /var/lib/samba/netlogon
        public = no
        browsable = no
        writeable = no
-- 
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