[Samba] samba pdc problem

Yannick Koechlin freebsd at koechlin.com
Tue Jul 1 12:46:21 GMT 2003


MS> Congratulations, that you came this far.
MS> I have a swedish XP SP1(preinstalled from the factory). I can not 
MS> even add the computer to my domain.


send me your config.

here is mine: (its a bit bloated...)

------ smb.conf ----

[global]
        workgroup = ARTCORE
        netbios name = IGOR
        netbios aliases = config server programme
        encrypt passwords = Yes
        username map = /usr/local/etc/usermap.smb
        log file = /var/sambalog/sambalog.%m
        max log size = 50
        time server = Yes

        domain logons = Yes
        os level = 128
        preferred master = true
        domain master = true
        dns proxy = No
        wins support = Yes
        include = /usr/local/etc/smb.conf.%L
        security = user
local master = yes
        admin users = root



        character set = ISO8859-15
        client code page = 850


        kernel oplocks = No
        guest account = nobody
        map to guest = Bad User

        log level = 2

        # Optimiert die mit verschiedenen Optionen die
        # TCP/IP Verbindung.
        socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY

        logon script = map.bat

        logon path = \\server\profile

[netlogon]
        comment = Network Logon Service
        path = /usr/home/profiles/netlogon
  writeable = No
        browseable = No

---EOF----

----smb.conf.server --------

[user_data]
        comment = %U's private dateien und programme
        path = /home/%u/smbshare
        read only = No

[profile]
        comment = Profiles for w2k/winxp
        path = /home/profiles/%u
        browseable = No
        writeable = Yes
#       nt acl support = no
        # Zeigt den Ordner nur dem jeweiligen Benutzer
        # und vergibt auch nur ihm die Rechte dazu.
        create mask = 0700
        directory mask = 0700

        # Standardisiert die Sprache, das Tastatur-
        # Layout.
        character set = ISO8859-15
        client code page = 850


----EOF----



-- 
Mit freundlichen Grüssen
Yannick Koechlin
mailto:freebsd at koechlin.com




More information about the samba mailing list