All I will try to keep this short but I can't get any of my windows boxes to
join the domain they include winXP, win2k, win9x.
 
Server FreeBSD 4.5 Samba from Ports 2.2.2
Celery 400 with 512 meg of ram 120gig of Raid 5 U2W drives
 
 
I added the machine names to samba in freebsd you must use vipw because
there is no adduser plus it has a hard time with the $ at the end of the
machine name.
Then I created the smbpasswd like such 
Smbpasswd -a -m machine_name
 
Then I get machine name added.
 
The I created the users with useradd, then created smbpasswd for each user.
 
But when I try to make any of the clients join the domain it says it can't
find the domain controller.
 
On the WinXP clients I used the SignOrSeal reg to edit the registry.
I used a great doc from ibm.com/developerworks that has a walk thru for
creating directories and such. 
 
If anyone could help me out here it would be greatly appreciated, I do not
want to have to reinstall nt4 again after it crashed this weekend. FreeBSD
was already acting as a file server for this domain I just want it to be the
PDC now. If I put all the pc's in a workgroup they can see all the shares
and their home directories on the FreeBSD box.
 
Thank you
Oh yeah has onyone ever gotten freebsd to work as a PDC for a windows
domain? I have spent numerous hours search newsgroups and google to come up
empty handed.
 
Here is a copy of my smb.conf
 
# Global parameters
[global]
      workgroup = DIGITALRAGE
      netbios name = HARRIER
      encrypt passwords = Yes
      update encrypted = Yes
      log level = 2
      max log size = 50
      name resolve order = hosts wins lmhosts bcast
      socket options = TCP_NODELAY TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
IPTOS_LOWDELAY
      domain admin group = @admins
      logon script = netlogon.bat
      logon path = \\%L\%profiles\%U
      logon drive = X:
      logon home = \\%L\%U
      os level = 64
      lm announce = True
      local master = True
      domain master = True
      wins support = Yes
 
[RageData]
      path = /misc
      read only = No
 
[music]
      path = /mp3
      read only = No
 
[homes]
      path = /home
      read only = No
      browseable = No
 
[data]
      path = /storage
      read only = No
 
[profiles]
      path = /home/profiles
      read only = No
      create mask = 0600
      directory security mask = 0700
 
[netlogon]
      comment = Network Logon Service
      path = /home/netlogon
      write list = esavage
 
-------------- next part --------------
HTML attachment scrubbed and removed
>From: Savage, Elijah >To: 'samba@lists.samba.org' >Sent: Monday, June 24, 2002 3:10 PM >Subject: [Samba] Please Help FreeBSD 4.5 and XP > >Here is a copy of my smb.conf > ># Global parameters >[global] > workgroup = DIGITALRAGE > netbios name = HARRIER > encrypt passwords = Yes > update encrypted = Yes > log level = 2 > max log size = 50 > name resolve order = hosts wins lmhosts bcast > socket options = TCP_NODELAY TCP_NODELAY SO_SNDBUF=8192SO_RCVBUF=8192 IPTOS_LOWDELAY> domain admin group = @admins > logon script = netlogon.bat > logon path = \\%L\%profiles\%U > logon drive = X: > logon home = \\%L\%U > os level = 64 > lm announce = True > local master = True > domain master = True > wins support = YesYou need to add the line domain logons = Yes to your [global] section above for it to be a PDC! HTH, Alex. -------------------- Mr Alex Meaden Computer Science Undergraduate University of Kent at Canterbury aejm1@meaden.dyndns.org http://meaden.dyndns.org/
----- Original Message ----- From: "Savage, Elijah" <elijah_savage@reyrey.com> To: "'Alex Meaden'" <alex@meaden.net> Sent: Monday, June 24, 2002 4:00 PM Subject: RE: [Samba] Please Help FreeBSD 4.5 and XP> Sanity check thank you very much for your response I will let you knowabout> 2pm EST if it works or not, server is actually in production as a file > server can't take it down until then. Will that prevent machines from > joining domain also?Use as a file server for non-domain users shouldn't be too much of a problem, but could cause a bit of a slowdown if you have a lot of users. Alex. -------------------- Mr Alex Meaden Computer Science Undergraduate University of Kent at Canterbury aejm1@meaden.dyndns.org http://meaden.dyndns.org/