Hello there,

        I�m trying to configure my server to be a PDC for my LAN, but I�m having
troubles to join to domain.

        My smb.conf:

# Global parameters
[global]
        workgroup = SAOPAULO
        netbios aliases = SERVERSP
        server string = Servidor de Arquivos Sao Paulo(PDC) - Samba server %v
        hosts equiv = /etc/hosts
        smb passwd file = /etc/smbpasswd
        username map = /etc/samba/smbusers
        log level = 1
        log file = /var/log/samba/log.%m
        max log size = 100
        name resolve order = host wins bcast
        time server = Yes
        socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
        hostname lookups = Yes
        load printers = No
        printcap name = cups
        add user script = /usr/sbin/adduser -n -g w2k -c Estacao -d /dev/null -s
/bin/false %m$
        delete user script = /usr/sbin/userdel %m$ | /usr/sbin/smbpasswd -x %m$
        logon path = \\%L\profiles
        logon drive = Z:
        logon home = \\%L\profiles
        domain logons = Yes
        os level = 200
        domain master = Yes
        dns proxy = No
        wins support = Yes
        admin users = root
        hosts allow = 192.168.1., 127.

[netlogon]
        comment = Network Logon Service
        path = /home/netlogon
        read only = No
        create mask = 0777
        force create mode = 0777
        guest ok = Yes

[profiles]
        comment = %u
        path = /home/%u/profile
        read only = No
        create mask = 0777
        force create mode = 0770

[publico]
        comment = Arquivos pblicos
        path = /home/pulico
        valid users = @users
        write list = @users
        read only = No
        create mask = 0777
        force create mode = 0777
        force directory mode = 0777
        guest ok = Yes

        I already created the machine account(machine$) added to smbpasswd -a -m
machine$ but my W2k does not join to the domain.

        The W2K error:
The specified error occured when trying to join to domain "SAOPAULO":
The specified domain does not exists or it cannot be contacted.

This message was translated from Portuguese, maybe have some divergences.

Thanks a lot,

Tercio F. Gaudencio Filho
Cosa Interm�quinas - S�o Paulo - Brasil

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