Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO]Problema permessi samba
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Pancu
l33t
l33t


Joined: 16 Feb 2005
Posts: 612
Location: Cesena

PostPosted: Tue Mar 14, 2006 11:40 am    Post subject: [RISOLTO]Problema permessi samba Reply with quote

Ragazzi ho un problemino nella configurazione di samba riguardo ai permessi.
Questa è il mio smb.conf:
Code:
[global]
workgroup = paglia
server string = AndreaSV Samba Server %v
printcap name = cups
printing = cups
load printers = yes
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = lo eth1
bind interfaces only = yes
admin users = pancu
hosts allow = 127.0.0.1 192.168.0.0/24
hosts deny = 0.0.0.0/0
security = USER
guest ok = yes
guest only = no
#vfs object = vscan-clamav
#vscan-clamav: config-file = /etc/samba/vscan-clamav.conf

# Ora vengono configurati i driver per la stampante
[print$]
comment = Printer Drivers
path = /etc/samba/printer # questo path mantiene la struttura dei driver
guest ok = yes
browseable = yes
read only = yes
# Se si modifica quanto segue con "NOME_UTENTE,root" si abilita
# l'utente specificato come amministratore delle stampanti.
write list = pancu,root

[epson220]
comment = Epson 220
printable = yes
path = /var/spool/samba
public = yes
guest ok = yes

# Ora si configura la condivisione delle stampanti.
# Puo essere: browseable, printable, public.
[printers]
comment = All Printers
browseable = no
writable = no
printable = yes
public = yes
guest ok = yes
path = /var/spool/samba

# Ora si crea una nuoca condivisione che pu\uffff essere letta/scritta da
# chiunque. E' simile ad una condivisione pubblica dove chiunque pu\uffff fare quello che vuole.
[public]
comment = Public Files
browseable = yes
writeable = yes
public = yes
create mode = 0766
guest ok = no
path = /home/samba/public
read only = no
valid users = pancu

[andrea]
comment = Public Files andrea
browseable = yes
public = yes
create mask = 0777
directory mask = 0777
guest ok = no
path = /mnt/hdb/andrea
read only = no
writeable = yes
valid users = pancu
write list = pancu

[vally]
comment = Public Files vally
browseable = yes
public = yes
create mode = 0766
guest ok = no
path = /mnt/hdb/vally
read only = no
writeable = yes
write list = vally
valid users = pancu,vally

[claudio]
comment = Public Files
browseable = yes
public = yes
create mode = 0766
guest ok = no
path = /mnt/hdb/claudio
read only = no
writeable = yes
write list = claudio
valid users = pancu,claudio

Ora nel mio client /etc/fstab ho :
Code:
//192.168.0.254/public  /mnt/public     smbfs           defaults,auto,users,username=pancu,password=******           0 0
//192.168.0.254/andrea  /mnt/andrea     smbfs           defaults,auto,users,username=pancu,password=*******           0 0
//192.168.0.254/vally   /mnt/vally      smbfs           defaults,auto,username=pancu,password=********          0 0
//192.168.0.254/claudio /mnt/claudio    smbfs           defaults,auto,username=pancu,password=********          0 0

Come mai quando monto ad esempio la cartella Andrea su client, l'utente e il gruppo proprietario su /mnt/andrea viene impostato come root e non come utente pancu??
Come faccio a modificare i permessi in modo che l'utente pancu possa scrivere???
Grazie


Last edited by Pancu on Tue Mar 14, 2006 4:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
Carmine
Tux's lil' helper
Tux's lil' helper


Joined: 09 Mar 2004
Posts: 113

PostPosted: Tue Mar 14, 2006 3:16 pm    Post subject: Re: Problema permessi samba Reply with quote

Ciao Pancu,

[...mega cut...]

Pancu wrote:
Ragazzi ho un problemino nella configurazione di samba riguardo ai permessi.
Ora nel mio client /etc/fstab ho :
Code:
//192.168.0.254/public  /mnt/public     smbfs           defaults,auto,users,username=pancu,password=******           0 0
//192.168.0.254/andrea  /mnt/andrea     smbfs           defaults,auto,users,username=pancu,password=*******           0 0
//192.168.0.254/vally   /mnt/vally      smbfs           defaults,auto,username=pancu,password=********          0 0
//192.168.0.254/claudio /mnt/claudio    smbfs           defaults,auto,username=pancu,password=********          0 0

Come mai quando monto ad esempio la cartella Andrea su client, l'utente e il gruppo proprietario su /mnt/andrea viene impostato come root e non come utente pancu??
Come faccio a modificare i permessi in modo che l'utente pancu possa scrivere???
Grazie


A primo acchitto, direi che se il mount point lo sposti nella home dell'utente "pancu" qualcosia risolvi.
Come utente "pancu":
Code:

mkdir /home/pancu/mnt/{public,andrea,vally,claudio}


Altra cosa che potresti provare in fstab, sarebbe quella di aggiungere alle opzioni anche il gid.

Se dai un
Code:

ls -la /mnt/

prima e dopo il mount cosa ti propone?

Saluti
Back to top
View user's profile Send private message
Pancu
l33t
l33t


Joined: 16 Feb 2005
Posts: 612
Location: Cesena

PostPosted: Tue Mar 14, 2006 4:13 pm    Post subject: Reply with quote

Ti ringrazio ho risolto aggiungendo il gid e uid al /etc/fstab.
Ti ringrazio. :) :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum