Jason, before you decide to take the hard route and use your NT Server as a
password server and encrypted passwords you may want to look at how easy it
is to set a Win9x/NT box to use plain text passwords.  Here is the quick way
to accomplish this:

1) For NT machines, copy the following text into a file and name the file
'plain-text-passwords-nt.reg'
REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Services\Rdr\Parameters]
"EnablePlainTextPassword"=dword:00000001

2) For Windows 9x machines, copy the following text into a file and name the
file 'plain-text-passwords-9x.reg'
REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Services\VxD\VNETSUP]
"EnablePlainTextPassword"=dword:00000001

Simply double-click the appropriate file and reboot the Win9x/NT system and
your done.

As Michael mentions below, if you want to use encrypted passwords and your
NT Server to authenticate your users you will have to create an
/etc/e-smith/templates-custom/etc/smb.conf file.  Read the documents listed
below for details.

# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
/usr/share/doc/samba-2.0.7/docs/textdocs/ENCRYPTION.txt
/usr/share/doc/samba-2.0.7/docs/textdocs/Win95.txt
/usr/share/doc/samba-2.0.7/docs/textdocs/WinNT.txt

Regards,

Darrell

> -----Original Message-----
> From: Michael Doerner [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 19, 2001 5:05 PM
> To: Jason Hammond (Ex); [EMAIL PROTECTED]
> Subject: RE: [e-smith-devinfo] e-smith passwords
> 
> 
> > refraze of previous question.  how do windows pc's connect 
> to ibay shares
> > that are on a local network,  the windows pc's authenticate 
> to a NT domain
> > controller.  I can not find any info on this in the developers
> > past emails,
> > or the forum.  the e-smith machine is in standalone mode.  and I
> > cant change
> > every pc to plain text passwords that need to connect to this
> > box.  It will
> > be our web site for internal use.
> >
> Jason,
> 
> as far as I see, you can't do this with changes (for Samba) through
> E-smith's web interface. You will have to make changes in the smb.conf
> template (make a custom template).
> 
> Mainly you will have to start by changing the "security = 
> user" to "security
> = domain" + (at least) to set the "domain controller =". 
> There might be more
> changes necessary which you should find in Samba's 
> documentation. There are
> section's about NT domain, etc.
> 
> Hope that helps.
> 
> Regards,
> Michael Doerner
> 
> 
> --
> This list is archived
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to