Hello,

I install a server with Samba and the smb.conf in the enclosure. I've got 50 users.

For one user, the home directory is not accessible !
For one computer (Win98), the command netuse Z: \\server\public doesn't work (letter in use !)


Have you got any idea about this ?

Eric
[global]
        ; basic server settings
        workgroup = asfavi
        netbios name = serveur
        server string = Samba PDC running %v
        socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
        
        ; PDC and master browser settings
        os level = 255
        preferred master = yes
        local master = yes
        domain master = yes
        wins support = yes
        dns proxy = no

        ; Security and logging settings
        security = user
        encrypt passwords = yes
        domain logons = yes
        log file = /var/log/samba/log.%m
        log level = 2
        max log size = 50

        ; user profiles and home directory
        logon home = \\%L\%U\.profile
        logon drive = H:
        logon path = \\%L\profiles\%U
        logon script = logon.bat

        ; sync UNIX passwords, pas de synchornisation, pas de mot de passe UNIX

        ; protection acc�s r�seau
        hosts allow = 192.168.10.

        ; partage des donn�es entre les 2 groupes
        create mask = 0660
        directory mask = 0770

#===Shares===
[homes]
        comment = Home Directories
        browseable = no
        writeable = yes

[profiles]
        path = /home/samba/profiles
        writeable = yes
        browseable = no
        create mask = 0600
        directory mask = 0700

[netlogon]
        path = /home/netlogon/%g
        read only = yes
        write list = eric
        root preexec = echo -e "%u connecte a %T sur %I\n" >> /home/admin/log.txt
        root postexec = echo -e "%u deconnecte a %T\n" >> /home/admin/log.txt
        public = yes
        browseable = no
        locking = no
        admin users = eric

[public]
        browseable = yes
        path = /home/public
        admin users = eric
        writable = yes
        force group = mbasfavi

[soins]
        browseable = yes
        path = /home/soins
        admin users = eric
        writable = yes
        force group = mbasfavi

[progor]
        browseable = yes
        path = /home/progor
        admin users = eric
        writable = yes
        
[compta]
        browseable = yes
        path = /home/compta
        admin users = eric
        writable = yes

[restauration]
        browseable = yes
        path = /mirroir/sys/home
        writable = no
        admin users = admin eric
        valid users = admin eric
        writable = no
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to