Re: Using Samba as a PDC for Win2k

2003-06-27 Thread Danthevb6man
Have you added root to the passdb.tdb file yet?  (smbpasswd -a root)  This is necessary to be able to authenticate as root.  You may need to change the root password (smbpasswd root) to match the real root password and you may need to enable root (smbpasswd -e root). I wish I could help you more,

Re: Using Samba as a PDC for Win2k

2003-06-25 Thread Alvin Oga
hi ya ian On Wed, 25 Jun 2003, Ian Melnick wrote: > I went to: > http://www.tldp.org/HOWTO/Samba-Authenticated-Gateway-HOWTO.html > http://sunsite.dk/samba/ftp/docs/htmldocs/samba-pdc-howto.html > http://sunsite.dk/samba/ftp/docs/htmldocs/samba-pdc-faq.html > > I think this might have something

Using Samba as a PDC for Win2k

2003-06-25 Thread Ian Melnick
Hello all, I have one machine setup with samba 3 (or whatever comes with sarge), and it works fine for sharing stuff with Win95 and 98 machines. I wanted to be able to have a Win2k machine logon using the users on the samba machine, so I looked into how to set up samba to work as a PDC. I went to