hi @ll
ich habe ein netzwerk zwischen macs und pcs und einen unix server
nun will ich noch einen rechner mit nt 4.0 „dranhängen“
soweit so gut
nach der installation kann ich auch auf den server zugreifen
sobald ich das service pack 6 von nt installiere,
findet nt zwar den unix server
aber ich kann mich dort nicht mehr „einloggen“ also habe
keinen zugriff mehr
woran könnt das liegen (unterschiedliche pw verschlüsselung?)
und wie behebe ich dieses problem? muß das service pack von nt
installiert werden?
Hallo,
liegt wohl an der Passwortverschlüsselung. Diese wird wohl auf NT-Seite durch das ServicePack aktiv.
Da gibt es zwei Möglichkeiten:
-
dem UNIX-Server sagen, dass Passwörter verschlüsselt übertragen werden.
-
dem NT-Rechner sagen, dass Passwörter unverschlüsselt
übers Netz gehen sollen.
wie und wo genau das geht hab ich jetzt aber leider nicht im Kopf.
Gruss, Uwe
[Bei dieser Antwort wurde das Vollzitat nachträglich automatisiert entfernt]
yup danke erstma
jetz will ich die nt passworter nicht verschlüsseln lassen weis jemand wie ich das hinbekomme
jetz will ich die nt passworter nicht verschlüsseln lassen
weis jemand wie ich das hinbekomme
ich zitiere mal aus dem SMB-howto (uebrigens TFM to R fuer samba):
It used to be that easy; you would now be able to start Samba and
browse the shares from a Windows PC. However, Microsoft has recently made life slightly more difficult for those using Samba. Windows 98, Windows NT (service pack 3 or higher) and later builds of Windows 95 now use encrypted passwords by default. Samba uses unencrypted passwords by default. You can’t browse servers when either the client or server is using encrypted passwords, because a connection cannot be made anonymously.
You can tell if you have a password type mismatch between client and server if when you try to connect to a share you see a dialog box which reads something like „You are not authorized to access that account from this machine“.
You can either configure your Samba server to use encrypted passwords, or configure the Windows machines to use unencrypted passwords.
To get Windows to work with encrypted SMB passwords:
Windows 95/98 =============
Using the registry editor (regedit), create the registry setting
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP Add a new DWORD value:
Value Name: EnablePlainTextPassword
Data: 0x01.
Windows NT ==========
Using the registry editor (regedit), create the registry setting
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Rdr\Parameters
Add a new DWORD value:
Value Name: EnablePlainTextPassword
Data: 0x01
Once these registry changes have been made, reboot the Windows machine and try to map a network drive on the Samba server again. It should work as long as the Samba server is using plain text passwords.
joachim
aber ich kann mich dort nicht mehr „einloggen“ also habe
keinen zugriff mehr
Das ist die Passwortverschluesselung seit SP3
entweder EnablePlaintextPassword fuer WinNT
(ftp://ftp.etechnik.fh-koblenz.de/pub/tools/Samba/)
oder dem SambaServer mitteilen
[global]
EncryptPassword = yes
Dann brauchst Du aber eine extra Datenbank, die Du mit
smbpasswd ändern/pflegen musst
read U Wolfgang