diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-04-07 09:45:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:08 -0500 |
commit | c58c7ea1799ba58af67f8507566f932b68bde545 (patch) | |
tree | f2930531442262d4884a221b648398a43474c3d5 | |
parent | 984bfce2d9de9eb73e09887b720d219566242398 (diff) | |
download | samba-c58c7ea1799ba58af67f8507566f932b68bde545.tar.gz samba-c58c7ea1799ba58af67f8507566f932b68bde545.tar.bz2 samba-c58c7ea1799ba58af67f8507566f932b68bde545.zip |
r106: add an idea about SMB UNC names
(This used to be commit 1497f8c113ac6294968ec681aa536180e5d9eb6b)
-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 |