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

[gelöst] suse 9.2 netzwerkdrucker- passwortabfrage auf win98

Hi.

Ich hab das forum schon durcgforstet, aber noch nix gefunden.

ich hab auf nem suse 9.2 nen hp laser installiert und im samba freigegeben. bei den xp und 2000 rechner kann ich ihn wunderbar installieren und es funzt auch.

bei win 98 kann ich ihn auch installieren, aber wenn ich was drucken will kommt ne Passwortabfrage, obwohl ich nie ein passwort vergeben hab...

ich hab schon gesucht und gesucht, aber nix gefunden....

jetzt müsstet ihr mir weiterhalfen, was ich ändern soll oder muss, dass es funzt.

Mfg
 
ich hab euch hier mal meine smb.conf reinkopiert. Vielleicht kann jemand was damit anfangen.

Global parameters
[global]
workgroup = GUTTENBERGER
security = share
map to guest = Bad User
username map = /etc/samba/smbusers
server signing = Auto
printcap cache time = 750
logon path = \\%L\profiles\.msprofile
logon drive = P:
logon home = \\%L\%U\.9xprofile
preferred master = no
domain master = no
ldap idmap suffix = ou=Idmap
ldap machine suffix = ou=Computers
ldap suffix = dc=example,dc=com
ldap ssl = No
printer admin = @ntadmin, root, administrator
cups options = raw
include = /etc/samba/dhcp.conf
restrict anonymous = no
max protocol = NT

[homes]
comment = Home Directories
valid users = %S
read only = No
inherit acls = Yes
browseable = No

[profiles]
comment = Network Profiles Service
path = /data3/
read only = No
create mask = 0600
directory mask = 0700
guest ok = Yes
case sensitive = No
msdfs proxy = no

[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
create mask = 0600
printable = Yes
printer name = hplaserjet5p
guest ok = yes
use client driver = yes

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin, root
force group = ntadmin
create mask = 0664
directory mask = 0775

[muster]
path = /
guest ok = yes
read only = no

[Unbenannt]
printable = yes
printer name = hplaserjet5p
guest ok = yes
 

framp

Moderator
Teammitglied
Ich denke der default in samba ist encrypt passwords = yes
und soweit ich mich erinnern kann ist das encrypting in WIN98 nicht unterstuetzt. Ich hatte deshalb damals einen WIN registry patch gefunden fuer WIN2K & XP um die auf unencryptes PWs zu bringen und das im samba ausgeschaltet. Dann tat alles Bestens. Solltest Du aber nur im 'sicheren' eigenen LAN machen :roll:
Details musst Du schon ergoogeln. Ich habe kein WIN98 mehr 8)
 
Oben