Sorry für die Versätung    
 
 
Zitat: 
 
[global]
 
netbios name = Arbeitsgruppe
 
server string = HeimServer
 
hosts allow = 127. 192.168.2.
 
printcap name = /etc/printcap
 
printing = cups
 
cups options = raw
 
guest account = smbguest
 
log file = /var/log/samba/samba.log
 
max log size = 1000
 
username level = 8
 
password level = 8
 
username map = /etc/samba/smbusers
 
add user script = /usr/sbin/useradd -d /dev/null -g sambamachines -c 'Samba Machine Account' -s /dev/null -M '%u'
 
unix password sync = yes
 
passwd program = /usr/bin/passwd '%u'
 
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*\n
 
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
 
interfaces = 127.0.0.1/8 192.168.2.0/24
 
remote browse sync = 192.168.2.255
 
remote announce = 192.168.2.255
 
local master = no
 
os level = 33
 
domain master = no
 
preferred master = no
 
logon drive = m:
 
logon home = \\%L\homes\%u
 
logon path = \\%L\profiles\%u
 
logon script = %G.bat
 
name resolve order = wins lmhosts bcast
 
dns proxy = no
 
preserve case = no
 
winbind use default domain = yes
 
winbind uid = 16777216-33554431
 
winbind gid = 16777216-33554431
 
template shell = /dev/null
 
restrict anonymous = no
 
workgroup = Arbeitsgruppe
 
max protocol = NT
 
acl compatibility = winnt
 
ldap ssl = No
 
server signing = Auto
 
security = ads
 
 
[homes]
 
comment = Home Directories
 
path = /home/
 
read only = no
 
share modes = no
 
locking = no
 
force user = Jens
 
force group = HomeGroup
 
case sensitive = no
 
strict locking = no
 
guest ok = yes
 
msdfs proxy = no
 
 
[printers]
 
comment = All Printers
 
path = /var/spool/samba
 
printable = yes
 
share modes = no
 
locking = no
 
 
[pdf-documents]
 
path = /home/pdf-documents
 
comment = Converted PDF Documents
 
read only = no
 
guest ok = yes
 
 
[pdf-printer]
 
path = /tmp
 
comment = PDF Printer Service
 
printable = yes
 
guest ok = yes
 
use client driver = yes
 
printing = bsd
 
print command = /usr/bin/gsambadpdf %s %u
 
lpq command = 
 
lprm command = 
 
 
[Daten]
 
path = /media/Daten/
 
comment = Datenfestplatte
 
share modes = no
 
locking = no
 
 
 |