Dear all,

I have installed Debian Etch (Samba 3.0.24) in PDC role, with 2 Windows XP SP2 
clients. When I try to join the domain in any of the clients, the machine 
suddenly reboots (both). Both are fresh Windows installs. This is my smb.conf 
file. Any ideas?

##### Begin smb.conf #####
# /etc/samba/smb.conf
# Samba configuration file
# last updated: 25072007 by mendi

[global]
### Basic Server Settings ###
netbios name = BF
server string = BlueFactory Samba Server
workgroup = BLUEFACTORY

### PDC and master browsing settings ###
security = user
encrypt passwords = true
domain logons = yes
os level = 64
local master = yes
preferred master = yes
domain master = yes
browse list = yes
wins support = yes

### Security and performance ###
syslog = 0
log file = /var/log/samba/bluefactory.log
log level = 2
max log size = 50000   # In Kilobytes
hosts allow = 127.0.0.1 192.168.0.0/24
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192

client schannel = yes
server schannel = yes
client signing = yes
server signing = yes

### Pass backend ###
passdb backend = tdbsam
username map = /etc/samba/smbusers

### User Profiles and Home directories ###
logon script = netlogon.cmd
logon drive = Z:                # Drive letter for home directory
logon home = \\%L\%U\.profile   # Profile location for 95/98. Only used by 
these.
logon path = \\%L\profiles\%U   # Profile location for NT/2000/XP

### Automatic machine account creation ###
add machine script = /etc/samba/scripts/smb-addMachine %u

### UNIX and Windows account syncing ###
add user script = /etc/samba/scripts/smb-addUser %u
delete user script = /etc/samba/scripts/smb-rmUser %u
add group script = /etc/samba/scripts/smb-addGroup %g
delete group script = /etc/samba/scripts/smb-rmGroup %g
add user to group script = /etc/samba/scripts/smb-addUserToGroup %u %g
delete user from group script = /etc/samba/scripts/smb-rmUserFromGroup %u %g

### UNIX and Windows password syncing ###
pam password change = yes

# Los compartidos homes y netlogon son necesarios para el domino
#
[homes]
        comment = Home Directories
        browseable = no
        writable = yes
        create mask = 0700
        directory mask = 0700
        hide dot files = Yes
        # Manda un mensaje de bienvenida a los usuarios
        preexec = /etc/samba/scripts/smb-userLogin %u %m %S %I
        postexec = /etc/samba/scripts/smb-userLogout %u %m %S %I

[netlogon]
        comment = Network Logon Service
        path = /mnt/raid/netlogon
        browseable = no
        writable = no
        preexec = /etc/samba/scripts/smb-userLogin %u %m %S %I
        postexec = /etc/samba/scripts/smb-userLogout %u %m %S %I

[profiles]
        comment = Roaming Profile Share
        path = /mnt/raid/profiles
        browseable = yes
        guest ok = yes
        writable = yes
        read only = no
        # This  stands  for  client-side  caching  policy,  and  specifies how
        # clients capable of offline caching  will  cache  the  files  in  the
        # share. The valid values are: manual, documents, programs, disable.
        # For  example,  shares  containing  roaming profiles can have offline
        # caching disabled using csc policy = disable.
        csc policy = disable
        # Esto es importante para versiones nuevas de Windows XP y 2000
        profile acls = yes
        create mask = 0600
        directory mask = 0700
        preexec = /etc/samba/scripts/smb-userLogin %u %m %S %I
        postexec = /etc/samba/scripts/smb-userLogout %u %m %S %I

[data]
        comment = Datos privados de BlueFactory
        path = /mnt/raid/pool
        browseable = no
        valid users = @bluefactory, @invitados
        read only = yes
        write list = @bluefactory
        force group = bluefactory
        create mask = 0664
        directory mask = 2775
        preexec = /etc/samba/scripts/smb-userLogin %u %m %S %I
        postexec = /etc/samba/scripts/smb-userLogout %u %m %S %I
##### End smb.conf #####

Cheers,

Mendi

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
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