samba en anoniem aanloggen

Pagina: 1
Acties:

  • bokkie11
  • Registratie: November 2000
  • Laatst online: 01-05 14:51
hoi

ik heb hier mandrake 9.0 draaien met samba
alles werkt perfect alleen ik moet elke keer inloggen als ik op de shares wil komen

hier is me smb.conf

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash) 
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors. 
#
#======================= Global Settings =====================================
[global]
 log file = /var/log/samba/log.%m
 smb passwd file = /etc/samba/smbpasswd
 load printers = yes
 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
 domain master = yes
 encrypt passwords = yes
 public = yes
 dns proxy = no 
 netbios name = webserver
 writeable = yes
 print command = lpr-cups -P %p -o raw %s -r   # using client side printer drivers.
 server string = Samba Server %v
 printing = cups
 default = data
 local master = yes
 workgroup = prog_domain
 os level = 34
 auto services = global
 printcap name = lpstat
 security = user
 max log size = 50

[data]
 comment = Public Stuff
 writable = yes
 public = yes
 path = /var/www/html/data
 guest ok = Yes

[datasource]
 comment = Public Stuff
 writable = yes
 public = yes
 path = /var/www/html
 guest ok = Yes


ik dacht dat als je bij public yes in vult dat dan zonder naam en wachtwoord kan maar dat werkt niet

[ Voor 4% gewijzigd door bokkie11 op 12-05-2003 12:10 ]

M3 SR+ deep bleuMidnight grey/ Black /areo Bestel 19/8 restrictie 1/11 vin 11-12 aflevering 14-12


  • Puntslash
  • Registratie: December 2000
  • Niet online
Na mijn weten moet je in de [global] pcguest aangeven.. exact weet ik het niet..

  • JeroenT
  • Registratie: Juli 2001
  • Laatst online: 29-04 14:37

JeroenT

hoi!

Security op share zetten..

Stukje van mijn smb.conf

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[global]
        password level = 1
        hide dot files = yes
        domain master = yes
        browseable = yes
        preserve case = yes
        security = share
        encrypt passwords = yes
        local master = yes
        workgroup = HOME
        server string = Gateway
        socket options = TCP_NODELAY IPTOS_LOWDELAY IPTOS_THROUGHPUT
        netbios name = Server
        short preserve case = yes
        os level = 90
        wins support = true
        default = global
        case sensitive = no
        max log size = 1024

[ Voor 93% gewijzigd door JeroenT op 12-05-2003 12:25 ]