![]() |
![]() |
|
|
|||||||
| Linux, UNIX, Open Source Rat & Tat bei Problemen und Fragen rund um GNU/Linux, BSD und sonstige UNIXe |
|
|
Themen-Optionen | Ansicht |
|
|
#1 |
|
Senior Member
![]() Registriert seit: 29.08.2005
Beiträge: 197
|
hallo
ich habe samba und cups installiert. samba alleine funkitoniert problemlos, jedoch sobald ich die cups-anweisungen einfüge komme ich nicht mehr auf meine shares. smb.conf: Code:
[global]
# workgroup = NT-Domain-Name or Workgroup-Name, eg: LINUX2
workgroup = *****
netbios name = *****
# server string is the equivalent of the NT Description field
server string = Homeserver
[public]
comment = shared
path = /lan
guest ok = yes
browsable = yes
public = yes
create mode = 0777
writable = yes
security = share
guest account = samba
guest ok = yes
encrypt passwords = yes
log file = /var/log/samba/samba.%m
max log size = 50
local master = no
#################
#drucker anfang, ab hier "problemzone"
################
printcap name = cups
printing = cups
load printers = yes
[print$]
comment = Printer Drivers
#this path holds the driver structure
path = /etc/samba/printers
guest ok = yes
browseable = yes
read only = yes
write list = root,samba
[homeprinter]
comment = hp deskjet 960c
printable = yes
path = /var/spool/samba
public = yes
guest ok = yes
printer admin = samba,root
[printers]
comment = all printers
browseable = no
printable = yes
writable = no
public = yes
guest ok = yes
path = /var/spool/samba
printer admin = samba,root
###############
#drucker ende
###############
danke DeepB |
|
|
|
| Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
|
|