I've this : ls /home/ [...] drwxrwxr-x 2 root root 4096 oct. 12 11:43 public [...] *Philippe MALADJIAN Responsable informatique | administrateur système* Ligne directe : +33 (0)4 72 14 50 66 | pmaladjian at hilaire.fr <mailto:pmaladjian at hilaire.fr> Hilaire s.a.s. <http://www.hilaire.fr> *HILAIRE s.a.s.* 203 - 205 rue Jean Voillot, 69100 Villeurbanne - France Tél. : +33 (0)4 72 37 58 23 - Fax : +33 (0)4 78 26 02 03 http://www.hilaire.fr Le 31/10/2018 à 12:31, Rowland Penny via samba a écrit :> On Wed, 31 Oct 2018 12:07:55 +0100 > Philippe Maladjian via samba <samba at lists.samba.org> wrote: > >> Hello, with an administrator session on a windows 7, when I right >> click on one of the shared folders of my server samba4 AD to access >> the tab "Security", Windows crashes. I tested several by rebooting >> the pc and the server (it is a test platform for a migration of samba >> 3 -> 4). In the log samba I : >> >> >> ../source3/smbd/smb2_server.C:3171(smbd_smb2_request_error_ex) >> smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] >> status[NT_STATUS_BUFFER_TOO_SMALL] +info| at >> ../source3/smbd/smb2_get_info.c:176 >> >> >> I'm use samba 4.8.5-Debian on debian 9 >> >> > Do you have any local Unix users or groups set on the shares, by this I > mean, if you run 'ls' on the shares, are any local Unix users shown. > > Rowland >
On Wed, 31 Oct 2018 13:35:46 +0100 Philippe Maladjian via samba <samba at lists.samba.org> wrote:> I've this : > > ls /home/ > [...] > drwxrwxr-x 2 root root 4096 oct. 12 11:43 public > [...] >Please don't sanitise the output like that, what you have removed could be relevant ;-) Is this on a DC or a Unix domain member ? Please post the smb.conf Rowland
all result :) # ls -l /home/ --> on DC svad01 drwr-xr-x 4 root root 4096 oct. 30 15:57 home drwr-xr-x 4 root root 4096 oct. 30 15:57 profiles drwrwxr-x 4 root root 4096 oct. 30 15:57 public drwr-xr-x 4 root root 4096 oct. 30 15:57 services /etc/samba/smb.conf [global] netbios name = svad01 realm = SITE.SOCIETE.LOCAL workgroup = SITE dns forwarder = 127.0.0.1 server role = active directory domain controller idmap_ldb:use rfc2037 = yes log level = 3 [netlogon] path = /var/lig/samba/sysvol/site.societe.local/scripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No [public] path = /home/public read only = No *Philippe MALADJIAN Responsable informatique | administrateur système* Le 31/10/2018 à 14:04, Rowland Penny via samba a écrit :> On Wed, 31 Oct 2018 13:35:46 +0100 > Philippe Maladjian via samba <samba at lists.samba.org> wrote: > >> I've this : >> >> ls /home/ >> [...] >> drwxrwxr-x 2 root root 4096 oct. 12 11:43 public >> [...] >> > Please don't sanitise the output like that, what you have removed could > be relevant ;-) > > Is this on a DC or a Unix domain member ? > > Please post the smb.conf > > Rowland >