Hello all, I've set up samba as a PDC in FreeBSD 5.1-release. I seemed to have no problems joining my computer to the domain as it said "Welcome to the domain" but when I try and log in it says it can't contact the domain controller or the domain account doesn't exist. Can anyone offer any help on how to fix this? Here is my smb.conf. Kind regards, Elvar [global] workgroup = MENZOBERRANZAN encrypt passwords = yes netbios name = elvar 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: time server = yes domain admin group = root elvar natina add user script = /usr/sbin/pw user add %u -d /nonexistent -g users -s /sbin/nologin [netlogon] path = /usr/local/samba/lib/netlogon writable = no browsable = no [profiles] path = /home/profiles browsable = no writable = yes create mask = 0600 directory mask = 0700 [homes] read only = no browsable = no guest ok = no map archive = yes
Hello all, I've set up samba as a PDC in FreeBSD 5.1-release. I seemed to have no problems joining my computer to the domain as it said "Welcome to the domain" but when I try and log in it says it can't contact the domain controller or the domain account doesn't exist. Can anyone offer any help on how to fix this? <snip> Kind regards, Elvar I take it you are using Windows XP ?? If you are, there is a reg hack that needs to be applied that will allow CXP to join a samba PDC. It is available here: http://us1.samba.org/samba/ftp/docs/Registry/WinXP_SignOrSeal.reg Regards, Mark Samba Setup Guide: www.samba.netfirms.com My gpg public key: www.samba.netfirms.com/gnupg/gpg_public.asc
Ok, thanks go to Jason Balicki and Mark for letting me know about the WinXP_SignOrSeal.reg fix. That was definitely one of my problems. The other was a pooched smbpasswd file. It seems to be working now. Thanks! Regards, Elvar -lick your wounds