Fórum Root.cz
Hlavní témata => Server => Téma založeno: iko 15. 11. 2016, 10:31:30
-
Zdravim,
mam sambu, kde su zdielane priecinky a tlaciarne. Priecinky su na heslo, ale tlaciaren by som chcel bez hesla (z WXP). Nedari sa to zriesit. Tu su casti konfiguracie:
[global]
security = user
load printers = yes
printing = cups
[printers]
comment = All Printers
path = /var/local/samba
browseable = yes
readonly = yes
guest ok = yes
printable = yes
-
Ahoj,
zkusil jsi neco jako:
[global]
security = user
load printers = yes
printing = cups
[printers]
comment = All Printers
path = /var/local/samba
browseable = yes
readonly = yes
guest ok = yes
guest account = nobody
guest only = yes
printable = yes
-
No, vtip je v tom, že security:user si právě vyžádá to heslo, abychom se dostali zpět k povolení jaké bývalo dříve, je nutné to obejít, dělá se to takto /uvádím jen relevantní řádky:
[global]
guest account = nobody
map to guest = Bad Password
security = user
load printers = yes
printing = cups
[printers]
comment = All Printers
path = /var/local/samba
browseable = yes
guest only = yes
printable = yes