HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUPThen add the following registry entry :
EnablePlainTextPassword:REG_DWORD=1Automatic: http://us1.samba.org/samba/ftp/docs/Registry/Win95_PlainPassword.reg
HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Rdr\Parameters\Then add the following registry entry :
EnablePlainTextPassword:REG_DWORD=1Automatic: http://us1.samba.org/samba/ftp/docs/Registry/NT4_PlainPassword.reg
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkStation\ParametersThen add the following registry entry :
EnablePlainTextPassword:REG_DWORD=1Automatic: http://us1.samba.org/samba/ftp/docs/Registry/Win2000_PlainPassword.reg
On Windows XP, then add this registry entry:
http://us1.samba.org/samba/ftp/docs/Registry/WinXP_SignOrSeal.reg
After making any of these changes reboot the machine.
a.k.a.
Similarly, LanManFS (part of OmniClient) is not an NT client; it is a Windows for Worksgroups or LanManager client. As it was not designed for use with NT, it too uppercases the password if it contains any upper case characters at all. This is one of the many reasons why Precedence Technologies strongly recommend using LanMan98 (available from us) instead of LanManFS.
NT is aware of this limitation and will happily accept such passwords. By default, the NetManager will not as to do so would reduce security considerably.
The NetManager can be configured to automatically check different cases of the password. To switch this on:
password level = 4Alter the number to the highest number of upper case characters to try. Do not set it higher than necessary as it can reduce security and slow your server down.
stopsamba ; startsamba
Alternatively, if you are using NT as a client to your NetManager you may see problems if you are using a username over 12 characters in length. To work around this you will need to shorten the username.
workgroup = SCHOOL
adduser macos macapps MacOS software
<Path name to directory> <TAB> "<Name of share>"You must put quotes around the share name if it contains spaces
/usr/export/home/macos "MacOS software"
MultipleUsersOnConnection (value 0) in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\ParametersDownload and run WindowsTerminalServer.reg on your server. Read the SAMBA FAQ for more details.
mkdir /usr/shared
chmod 777 /usr/shared
joe /etc/smb.conf and add the following
at the bottom:
[Shared Area] path=/usr/shared force create mode = 0666 force directory mode = 0777 writable = yes browseable = yes
stopsamba ; startsamba
If you are using Windows NT/2000/XP, you can connect a network drive to \\ncserver\www as user www. N.B. This will not work if you have connected to any other home area such as root on the server
[Webpages] path = /usr/export/home/www public = no valid users = root www force user = www browseable = yes writable = yes