Hi, sorry if this question is worn out but I have set up a machine running 
Fedora core 1 with samba 3 and am trying to make my Samba the PDC I can 
see my domain GREENTEST from my network places but I am having a problem 
joining the domain.
I am sure I am missing something from the security side. Could someone 
please help.
This is my smb.conf file.
[global]
        workgroup = GREENTEST
        server string = Samba Server
        username map = /etc/samba/smbusers
        log file = /var/log/samba/%m.log
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        logon path = \\%L\Profiles\%U
        domain logons = Yes
        preferred master = Yes
        domain master = Yes
        dns proxy = No
[homes]
        comment = Home Directories
        read only = No
        browseable = No
[printers]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes
        browseable = No
Thanx
Warren
if you intent to make your samba server the PDC, you don't need to join anything, it will just be... a bad idea to do if you already have a PDC on your local network... !!! -ipguy> Warren Green <WarrenG@decillion.net> wrote: > > Hi, sorry if this question is worn out but I have set up a machine > running > Fedora core 1 with samba 3 and am trying to make my Samba the PDC I > can > see my domain GREENTEST from my network places but I am having a > problem > joining the domain. > I am sure I am missing something from the security side. Could > someone > please help. > > This is my smb.conf file. > > [global] > workgroup = GREENTEST > server string = Samba Server > username map = /etc/samba/smbusers > log file = /var/log/samba/%m.log > max log size = 50 > socket options = TCP_NODELAY SO_RCVBUF=8192SO_SNDBUF=8192> logon path = \\%L\Profiles\%U > domain logons = Yes > preferred master = Yes > domain master = Yes > dns proxy = No > > [homes] > comment = Home Directories > read only = No > browseable = No > > [printers] > comment = All Printers > path = /var/spool/samba > printable = Yes > browseable = No > > > Thanx > Warren > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba-ipguy
> if you intent to make your samba server the PDC, you don't need to join > anything, it will just be... a bad idea to do if you already have a > PDC on your > local network... !!!I am tying to get the windows machine to join the domain. I am running the Samba machine and a windows machine on its own LAN for testing purposes. Warren
hello did u add the machineaccount ? did u add an user? did u add an adminaccount? the machine must be made known with the admin account and it should have uid guid 0 on linux as I am right. u should make shares [netlogon] [profiles] Bj?rn