Presently have 2 Windows 2000 Domain Controllers, along with 2 newly added Windows 2003 Domain Controllers in my network. I have a Unix machine running Solaris 2.8 with samba-2.2.6, which is used to store all the users home directories.
So prior to any Win2003 servers being installed, all seemed to be working fine. A user would log on, his home directory would map automatically, no problems. I then built two new Win2003 DC’s and brought them into my network. They are running fine right now for the most part. But when I switch over FSMO roles to the new DC’s (to ultimately retire the Win2k DC’s) and change the “password server” setting in the smb.conf file on the unix machine to point to the 2003 DC with the PDC Emulator Role, the users can no longer gain access to their home directories. It prompts them for a user ID and password if they try to map the drive.
Here are the current settings in our smb.conf file
# Global parameters
[global]
workgroup = HUNTERGEO
server string = Samba Server
security = SERVER
encrypt passwords = Yes
password server = newjersey
password level = 8
log file = /scratch/samba/%m.log
log level = 2
max log size = 2500
printcap name = lpstat
os level = 2
domain master = Yes
dns proxy = No
With the suggestion of someone, we made the following changes to the above.
Domain Master = NO
Security = Domain
Wins Support = NO & Yes (Found conflicting info on this so tried both)
Wins Server = IP of my 2003 DC I installed WINS on
I also made a static mapping in WINS for the Unix server
Unfortunately, this did not work and we went back to the settings I mentioned above. So right now I have the PDC emulator role sitting on a Win2k DC, which works, until I can get it working with the 2003 DC’s.
Looking in the Samba log files, it appears that it is looking to samba for password authentication when I try to get the 2003 DC working.
I am a Windows Systems Administrator and my colleague is the Unix admin, so please forgive me if some of my unix terminology is a tad off. Thank you in advance for any help you can offer, as I am at a complete lost!!
Thank you!!
Pete