Okay, here is the smb.conf. I have solved my previous two issues... it was as simple as checking to see that nmbd was up... which it wasn't.
Anyhew, now I have a new problem. I have added all the win32 domain users with smbpasswd -a, but when I try to add a computer into the domain I get:
"The following error occurred attempting to join the domain ORTHFAMILY
The user name could not be found."
I am using root as the username and the root password in smbpasswd (not the linux box's root password) and I receive the above error.
<----- start smb.conf ----->
[global]
netbios name = evolution
workgroup = ORTHFAMILY
encrypt passwords = yes
domain master = yes
local master = yes
preferred master = yes
os level = 65
security = user
domain logons = yes
logon path = \\%L\profiles\%u\%m
logon script = logon.bat
logon drive = H:
logon home = \\%L\%u\.win_profile\%m
domain admin group = root <win32 admin usernames>
add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
[netlogon]
path = /usr/local/samba/lib/netlogon
writable = no
browsable = no
[profiles]
path = /home/samba-ntprof
browsable = no
writable = yes
create mask = 0600
directory mask = 0700
[homes]
read only = no
browsable = no
guest ok = no
map archive = yes
<----- end smb.conf ----->
Thanks in advance for all help given.
