Print this page
NEX-16805 Add smbutil discon command
Reviewed by: Matt Barden <matt.barden@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>

@@ -7,10 +7,13 @@
 
 SYNOPSIS
        /usr/bin/smbutil crypt
 
 
+       /usr/bin/smbutil discon //[domain;][user@]server
+
+
        /usr/bin/smbutil login [-c] [[domain/]user]
 
 
        /usr/bin/smbutil login [-c] [user[@domain]]
 

@@ -61,10 +64,17 @@
            If you plan to store hashed passwords in your $HOME/.nsmbrc file,
            ensure that the file permissions are set so that only the owner can
            read or write the file (400 or 600), or the passwords are ignored.
 
 
+       discon -U user] //[domain;][userserver
+
+           Disconnects the specified SMB session to server.  Usage is similar
+           to the view sub-command.  This sub-command is primarily for use in
+           tests.
+
+
        login [-c] [ [[domain/]user] | [user[@domain] ]
 
            Specifies persistent password information to be used for a CIFS
            server user account. When you specify this information, mounts can
            be done without a password prompt in non-Kerberos configurations.

@@ -332,6 +342,6 @@
        it. To disable NBNS, set the nbns-enabled service management facility
        property to false. By default, nbns-enabled is set to true.
 
 
 
-                                 June 24, 2009                      SMBUTIL(1)
+                                April 11, 2018                      SMBUTIL(1)