• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Problem - Samba Passwort ändern/LÖSCHEN !

synchro

Newbie
Hallo,

Grunsätzlich vergebe ich bei Suse 10.1 oder 2 immer das selber Passwort
um sicher zu sein das nicht vergessen wird.

Samba funzt mit Win XP so:

An beiden PC sind Samba und Win zu sehen und nur Win funzt prima.
Samba verlangt bei beiden PC's Benutzername und Passwort und alles
was ich eingebe ist nicht richtig.

Wie kann ich bei Suse 10.2 für Samba Benutzername und smbpasswd
löschen bitte!

Ich habe Samba gelöscht und neu Installiert/Konfiguriert ohne ein passwort zu vergeben
und die alte Ärger (verlangt nach benutzername+paswort) ist noch da!

smb.conf [global] kann ich leider nicht ändern bzw.speichern.Wie geht das bitte?!

Bei alte Suse funzte Samba auch ohne abfrage, keine Benutzername
und Passwort und so möchte ich Samba wieder haben.

Danke im voraus

Gruß
masur

# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2007-06-29
[global]
workgroup = meinepcs
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
usershare allow guests = Yes
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
domain logons = No
domain master = No
security = user
[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes
[profiles]
comment = Network Profiles Service
path = %H
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/
[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775

[netlogon]

[meine daten]
comment =
inherit acls = Yes
path = /home/jablan/
read only = No
 
Oben