diff options
Diffstat (limited to 'prog_guide.txt')
-rw-r--r-- | prog_guide.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/prog_guide.txt b/prog_guide.txt index fb3cef9c3f..9539e1e5c1 100644 --- a/prog_guide.txt +++ b/prog_guide.txt @@ -595,6 +595,12 @@ For example, these all connect to the samr pipe: ncacn_ip_tcp:myserver:[1024,sign,seal] +IDEA: Maybe extend UNC names like this? + + smbclient //server/share + smbclient //server/share:[sign,seal,spnego] + + MSRPC |