Mailinglist Archive: opensuse-de (3324 mails)
| < Previous | Next > |
Re: samba
- From: c.mirk@xxxxxxxxxxx (Christian Mirk)
- Date: Fri Feb 05 13:03:55 1999
- Message-id: <36BAEC3B.C2F0A808@xxxxxxxxxxx>
John Muehlhauser schrieb:
Guten Tag Allerseits,
Ich versuche mit Windows NT Workstation auf Linux zuzugreifen, und ich
moechte Linux partitionen oder Verzeichnisse anzusprechen. Bin ich mit
SAMBA richtig?
Mit NT Netzumgebung/Computer suchen.. findet er 192.168.1.2 und scheint
zu wissen dass es um SAMBA geht aber ich komme in kein Verzeichnisse.
also, ich habe SAMBA mit YAST installiert und /etc/smb.conf editiert:
_____________________________________________________________________________
[global]
workgroup = arbeitsgruppe
guest account = wgates
public = yes
keep alive = 30
os level = 2
security = share
printing = bsd
printcap name = /etc/printcap
load printers = yes
; Please uncomment the following entry and replace the
; ip number and netmask with the correct numbers for
; your ethernet interface.
interfaces = 192.168.1.2/255.255.255.0
; If you want Samba to act as a wins server, please set
; 'wins support = yes'
wins support = no
; für den Zugriff von NT SP 4 und Win98 aus
encrypt passwords = yes
; If you want Samba to use an existing wins server,
; please uncomment the following line and replace
; the dummy with the wins server's ip number.
; wins server = 192.168.1.1
[homes]
comment = /home/wgates
browseable = yes
read only = yes
create mode = 0755
; The following share gives all users access to the Server's CD drive,
; assuming it is mounted under /cd. To enable this share, please remove
; the semicolons before the lines
;
; [cdrom]
; comment = Linux CD-ROM
; path = /cd
; read only = yes
; locking = no
[printers]
comment = All Printers
browseable = no
printable = yes
public = no
read only = yes
create mode = 0700
directory = /tmp
_____________________________________________________________________________
Sehen Sie bei mir irgendwelche Fehler?
Danke im voraus,
John Muehlhauser
und dann noch einige Zitate aus den letzten Wochen:
.
.
.
Das hier dürfte Dir helfen:
Ausschnitt aus <A HREF="http://de.samba.org/samba/docs/man/smb.conf.5.html"><A
HREF="http://de.samba.org/samba/docs/man/smb.conf.5.html</A">http://de.samba.org/samba/docs/man/smb.conf.5.html</A</A>>
In order for encrypted passwords to work correctly smbd must either have------------------------------------------------------------------<<<
access to a local smbpasswd (5) file (see the smbpasswd (8)
program for information on how to set up and maintain this file),
or set the security= parameter to either "server" or "domain" which
causes smbd to authenticate against another server.
------------------------------------------------------------------<<<
Den Rest bitte selber nachlesen ... ;-)
In der Win-Registry unter HKEY_LOCAL_MACHINE/System/
CurrentControlSet/Services/VxD/VNETSUP einen neuen dword-key
mit Namen "EnablePlainTextPassword" und Wert 1 anlegen.
Zumindest unter Win9x wird damit das password encryption
abgeschaltet.
--
Um aus der Liste ausgetragen zu werden, eine Mail an majordomo@xxxxxxxx
schicken, mit dem Text: unsubscribe suse-linux
| < Previous | Next > |