Linux 14.985 Themen, 106.406 Beiträge

Samba, NT-Domäne/Server: Hilfe!

BloodC@ (Anonym) / 2 Antworten / Flachansicht Nickles

Ich will von Linux aus auf die Rechner meiner NT-Domäne zugreifen.
Auf den Server komme ich ohne Probleme mit smb://syserver/ und anschließender Eingabe meines Passwortes und Usernamens. Nun will ich aber auch auf die restlichen Rechner (WinME) zugreifen. Diese sind alle am NT-Server angemeldet und benutzen seine Benutzerliste für die Freigabe. Kann ich mich von Linux aus auch auf den NT-Server anmelden, oder wie komme ich an die Clients, denn mit z.B.: smb://sysplace/ (ein Client) erhalte ich die Fehlermeldung, dass der Sambaprozess unerwartet abgebrochen wurde.

bei Antwort benachrichtigen
(Anonym) Nachtrag zu: „Vorschlag: - richte samba so ein, daß er sich an dem NT server anmeldet man...“
Optionen

Und das fiel mir grad in die Hände:

password server (G)

By specifying the name of another SMB server (such
as a WinNT box) with this option, and using "secu­
rity = domain" or "security = server" you can get
Samba to do all its username/password validation
via a remote server.

This options sets the name of the password server
to use. It must be a NetBIOS name, so if the
machine´s NetBIOS name is different from its inter­
net name then you may have to add its NetBIOS name
to the lmhosts file which is stored in the same
directory as the smb.conf file.

The name of the password server is looked up using
the parameter "name resolve order=" and so may
resolved by any method and order described in that
parameter.

The password server much be a machine capable of
using the "LM1.2X002" or the "LM NT 0.12" protocol,
and it must be in user level security mode.

NOTE: Using a password server means your UNIX box
(running Samba) is only as secure as your password
server. DO NOT CHOOSE A PASSWORD SERVER THAT YOU
DON´T COMPLETELY TRUST.

Never point a Samba server at itself for password
serving. This will cause a loop and could lock up
your Samba server!

The name of the password server takes the standard
substitutions, but probably the only useful one is
%m, which means the Samba server will use the
incoming client as the password server. If you use
this then you better trust your clients, and you
better restrict them with hosts allow!

bei Antwort benachrichtigen