Displaying 1 result from an estimated 1 matches for "nt_status_do".
Did you mean:
nt_status_lo
2016 Mar 30
0
Fwd: Fwd: Setting FS Quota against SAMBA share from windows2k12
...TUS_INVALID_LEVEL;
> + }
> +
> + if (!CAN_WRITE(conn)) {
> + /* Allow POSIX opens. The open path will deny
> + * any non-readonly opens. */
> + if (info_level != SMB_POSIX_PATH_OPEN) {
> + return NT_STATUS_DOS(ERRSRV, ERRaccess);
> + }
> + }
>
> isn't needed. It's boilerplate from smbd_do_setfilepathinfo()
> and really doesn't apply here.
>
> > On Tue, Mar 29, 2016 at 9:44 AM, Jeremy Allison <jra at samba.org> wrote:
> >
> > >...