[Samba] netlogon loop (migrating from 2.2.7 to 3.0.x)

Mario Bittencourt mbneto at gmail.com
Sat Jul 3 14:11:30 GMT 2004


Hi,

I am migrating my aging 2.2.7 samba server to a new machine (Fedora
Core2 + samba 3.0.x) but got stuck in a strange problem.

My users can log in, can mount the shares but only if I remove the
netlogon script.

I can browse the available shares from windows and linux.

I am using the same netlogon script which is similar to the one found
in the documentation.

My smb.conf
 [netlogon]
   comment = netlogon
   path = /home1/netlogon
   guest ok = yes
   writable = no
   share modes = no
   browseable = no

[devel]
        comment = Development
        path = /home1/devel
        valid users = @devel
        write list = @devel @admin
        public = no
        writable = yes
        printable = no
        create mask = 0644
        directory mask = 0755
        force group = devel

Under /home1/netlogon there is a devel.bat with a single line :
net use /yes z: \\grecia\homes

grecia is the name of the machine.

Any ideias ?


More information about the samba mailing list