Ho configurato un server 14.04.1 lts con samba4 come AD .
riesco a fare il join al dominio e il login utente, ma quando uso rsat di windows per gestire i permessi sulla cartella condivisa configurata nel smb.conf con solo la opzione del path e read only =no, mi dice sempre " funzione incorretta"
Ho cercato in internet ma no trovo nessuna soluzione.
il mio smb.conf é
Codice: Seleziona tutto
# Global parameters
[global]
workgroup = TEST
realm = TEST.LOCAL
netbios name = SERVER
interfaces = lo, eth0
bind interfaces only = Yes
server role = active directory domain controller
server services = rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate, smb
dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser, eventlog6, backupkey, dnsserver, winreg, srvsvc
idmap_ldb:use rfc2307 = yes
idmap config TEST:backend = ad
idmap config TEST:schema_mode = rfc2307
idmap config TEST:range = 10000-29999
idmap config *:backend = tdb
# this range must not overlap the TEST:range above
idmap config *:range = 50000-60000
# Use home directory and shell information from AD
winbind nss info = rfc2307
allow dns updates = nonsecure and secure
dns forwarder = 10.5.5.1
# Thanks to Lars for this fix, it stops the syslog
# being spammed by the lack of a CUPS server.
printing = CUPS
printcap name = /dev/null
[netlogon]
path = /var/lib/samba/sysvol/TEST.local/scripts
read only = No
[sysvol]
path = /var/lib/samba/sysvol
read only = No
[shares]
path = /shares
read only = no
grazie

