IPB     Il futuro di Tevac dipende da te!  

Benvenuto Visitatore ( Log In | Registrati )

  · · · · · · · · · · · ·
Reply to this topicStart new topic
> accesso Leopard shares con utente guest da XP
forpollo
messaggio 17 May 2008, 13:10
Messaggio #1


Level 1/11
*

Gruppo: Forum User
Messaggi: 3
Iscritto il: 17-May 08
Utente Nr.: 10.340



salve a tutti

sono un nuovo utente in questo forum, da pochi mesi utente Mac (negli anni 90 ho usato un po' Mac OS 7.x, ma credo sia irrilevante ormai icon_smile.gif ) e seguo con interesse le discussioni cercando di imparare a risolvere i miei problemi.

Ho un problema con la condivisione MAC PC. Piu' precisamente, vorrei accedere da un PC con XP Home edition a cartelle condivise sul mio Mac che ha leopard, usando l'utente ospite.
Riesco senza problemi a fare l'accesso se abilito la condivisione SMB per uno specifico utente. Facendo così al momento della connessione mi viene chiesta la password dell'utente e da XP posso accedere a l'intera home dell'utente con cui mi sono connesso, oltre che le cartelle che ho specificato nell'elenco "Cartelle Condivise".
Mi sembrava di capire che, se si abilita SMB ma nessun utente specifico, e contestualmente si abilita l'utente guest di Leopard come "solo condivisione", dovesse essere possibile accedere senza immettere password alle cartelle condivise. Invece, accade che XP nn riesce a conettersi, e stampa un messaggio in cui dice di non avere permessi.
Ho sbagliato qualcosa? Oppure non ho capito bene l'uso dell'utente guest? Oppure e' una limitazione di XP Home edition (so che la Home ha diverse limitazioni, per esempio non e' possibile proteggere l'accesso SMB agli shares con password) ?

grazie a tutti per l'eventuale aiuto!
Luca
Go to the top of the page
 
+Quote Post
poweruser
messaggio 17 May 2008, 21:06
Messaggio #2


MacInATopic
Gruppo icone

Gruppo: Team Moderatori
Messaggi: 24.319
Iscritto il: 27-July 03
Da: Maglie (LE)
Utente Nr.: 440



Vedi se con SharePoints l'accesso come guest risulta attivo.

Benvenuto.

Ciao
Paolo


--------------------
Paolo Portaluri

guru, n: A computer owner who can read the manual.
Go to the top of the page
 
+Quote Post
forpollo
messaggio 23 May 2008, 15:58
Messaggio #3


Level 1/11
*

Gruppo: Forum User
Messaggi: 3
Iscritto il: 17-May 08
Utente Nr.: 10.340



CITAZIONE(poweruser @ 17 May 2008, 21:06) *
Vedi se con SharePoints l'accesso come guest risulta attivo.

Benvenuto.

Ciao
Paolo


sul sito di Sharepoints dicono che ci sono problemi con Leopard.
Provo ugualmente?

Domanda collegata: ho provato con un Amiga dotato di Samba ad accedere in smb al Mac...
ma appunto samba non trova shares. Forse SharePoints mi permette di attivarli?

Go to the top of the page
 
+Quote Post
poweruser
messaggio 26 May 2008, 18:42
Messaggio #4


MacInATopic
Gruppo icone

Gruppo: Team Moderatori
Messaggi: 24.319
Iscritto il: 27-July 03
Da: Maglie (LE)
Utente Nr.: 440



Dai un'occhiata al file /etc/smb.conf e vedi se l'accesso come guest è disabilitato. Di default non lo è.

Ciao
Paolo


--------------------
Paolo Portaluri

guru, n: A computer owner who can read the manual.
Go to the top of the page
 
+Quote Post
forpollo
messaggio 29 May 2008, 14:44
Messaggio #5


Level 1/11
*

Gruppo: Forum User
Messaggi: 3
Iscritto il: 17-May 08
Utente Nr.: 10.340



CITAZIONE(poweruser @ 26 May 2008, 18:42) *
Dai un'occhiata al file /etc/smb.conf e vedi se l'accesso come guest è disabilitato. Di default non lo è.

Ciao
Paolo


mi pare che sia abilitato, ma non essendo esperto, ti posto tutto il file chiedendovi di confermarmelo, se potete!

CODE
; Configuration file for the Samba software suite.
; ============================================================================
;
; For the format of this file and comprehensive descriptions of all the
; configuration option, please refer to the man page for smb.conf(5).
;
; The following configuration should suit most systems for basic usage and
; initial testing. It gives all clients access to their home directories and
; allows access to all printers specified in /etc/printcap.

; BEGIN required configuration

; Parameters inside the required configuration block should not be altered.
; They may be changed at any time by upgrades or other automated processes.
;
; Site-specific customizations will only be preserved if they are done
; outside this block. If you choose to make customizations, it is your
; own responsibility to verify that they work correctly with the supported
; configuration tools.

[global]
debug pid = yes
log level = 1
server string = Mac OS X

printcap name = cups
printing = cups

encrypt passwords = yes
use spnego = yes

passdb backend = odsam

idmap domains = default
idmap config default: default = yes
idmap config default: backend = odsam
idmap alloc backend = odsam
idmap negative cache time = 5
map to guest = Bad User
guest account = nobody

unix charset = UTF-8-MAC
display charset = UTF-8-MAC
dos charset = 437

vfs objects = darwinacl,darwin_streams

; Don't become a master browser unless absolutely necessary.
os level = 2
domain master = no

; For performance reasons, set the transmit buffer size
; to the maximum and enable sendfile support.
max xmit = 131072
use sendfile = yes

; The darwin_streams module gives us named streams support.
stream support = yes
ea support = yes
; Enable locking coherency with AFP.
darwin_streams:brlm = yes

; Core files are invariably disabled system-wide, but attempting to
; dump core will trigger a crash report, so we still want to try.
enable core files = yes

; Configure usershares for use by the synchronize-shares tool.
usershare max shares = 1000
usershare path = /var/samba/shares
usershare owner only = no
usershare allow guests = yes
usershare allow full config = yes

; Filter inaccessible shares from the browse list.
com.apple:filter shares by access = yes

; Check in with PAM to enforce SACL access policy.
obey pam restrictions = yes

; Make sure that we resolve unqualified names as NetBIOS before DNS.
name resolve order = lmhosts wins bcast host

; Pull in system-wide preference settings. These are managed by
; synchronize-preferences tool.
include = /var/db/smb.conf

[printers]
comment = All Printers
path = /tmp
printable = yes
guest ok = no
create mode = 0700
writeable = no
browseable = no

; Site-specific parameters can be added below this comment.
; END required configuration.
Go to the top of the page
 
+Quote Post
poweruser
messaggio 30 May 2008, 00:30
Messaggio #6


MacInATopic
Gruppo icone

Gruppo: Team Moderatori
Messaggi: 24.319
Iscritto il: 27-July 03
Da: Maglie (LE)
Utente Nr.: 440



Il file è identico tranne per il fatto che io ho le due righe
CODICE
   ; Don't be trying to enforce ACLs in userspace.
    acl check permissions = no
prima di
CODICE
   ; Make sure that we resolve unqualified names as NetBIOS before DNS.

Ciao
Paolo


--------------------
Paolo Portaluri

guru, n: A computer owner who can read the manual.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

 

Collapse

> 

    Titolo discussione Risposte Autore discussione Visite Ultima azione
No New Posts   4 Riccardo Cossu 93 Oggi, 01:29
Ultimo messaggio di: maxmm
No new   9 corra 74 Oggi, 01:17
Ultimo messaggio di: Bhoo!
No New Posts   2 Giulio 106 28 November 2008 - 17:43
Ultimo messaggio di: Giulio
No New Posts   2 Sphinx 87 21 November 2008 - 16:41
Ultimo messaggio di: DaKaron
No New Posts   8 gerod 107 20 November 2008 - 16:24
Ultimo messaggio di: gerod
No New Posts   2 SoHo 75 20 November 2008 - 11:18
Ultimo messaggio di: SoHo
No New Posts   3 Rocco 113 14 November 2008 - 00:51
Ultimo messaggio di: Rocco
No New Posts   4 primoz 162 13 November 2008 - 22:24
Ultimo messaggio di: primoz
No new   9 Marculin 143 12 November 2008 - 18:19
Ultimo messaggio di: maurizione
No new   9 fc 134 8 November 2008 - 11:43
Ultimo messaggio di: fc
No New Posts   3 macfilobur 134 26 October 2008 - 21:45
Ultimo messaggio di: macfilobur
No New Posts   0 saviogio 610 22 October 2008 - 11:48
Ultimo messaggio di: saviogio

Modalità di visualizzazione: Normale · Passa a: Lineare · Passa a: Outline


RSS Versione Lo-Fi Oggi è il: 3 December 2008 - 06:27
IP.Board Skin Developed By Creative Networks