mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
ntvfs: Remove CAP_UNIX from the ntvfs file server as it was never finished
Only some of the unix extensions where implemented, but this was enough to caused the samba3.smbtorture_s3.plain(dc).LARGE_READX to fail when they are enabled (as is the default in source3/param). Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Nadezhda Ivanova <nivanova@samba.org>
This commit is contained in:
@ -263,10 +263,6 @@ static void reply_nt1(struct smbsrv_request *req, uint16_t choice)
|
||||
capabilities |= CAP_EXTENDED_SECURITY;
|
||||
}
|
||||
|
||||
if (lpcfg_unix_extensions(req->smb_conn->lp_ctx)) {
|
||||
capabilities |= CAP_UNIX;
|
||||
}
|
||||
|
||||
if (lpcfg_large_readwrite(req->smb_conn->lp_ctx)) {
|
||||
capabilities |= CAP_LARGE_READX | CAP_LARGE_WRITEX | CAP_W2K_SMBS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user