SMB fixes: IPC$ ShareMode=Public, capabilities=0, FILE_ID_BOTH_DIRECTORY_INFORMATION Reserved2 removed, NextEntryOffset=0 for last entry, debug logging
This commit is contained in:
2
vendor/smb-server/src/server.rs
vendored
2
vendor/smb-server/src/server.rs
vendored
@@ -78,7 +78,7 @@ impl ShareBindings {
|
||||
Self::new(
|
||||
"IPC$".to_string(),
|
||||
Arc::new(crate::backend::NotSupportedBackend),
|
||||
ShareMode::PublicReadOnly,
|
||||
ShareMode::Public, // 允许 named pipe communication (ReadWrite)
|
||||
HashMap::new(),
|
||||
true,
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user