diff options
author | Jeremy Allison <jra@samba.org> | 2016-05-25 09:17:40 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2016-05-26 02:43:55 +0200 |
commit | bc3fcb23fae3cf0daaab0bcbfde346931ef178bd (patch) | |
tree | 0955e6c31b5b0168395c227efe1e29e4d64a7eaa | |
parent | 17045c315a3d66992049556c3c51eabb0e557088 (diff) | |
download | samba-bc3fcb23fae3cf0daaab0bcbfde346931ef178bd.tar.gz |
s3: docs: Add documentation for posix_whoami command in smbclient.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu May 26 02:43:55 CEST 2016 on sn-devel-144
-rw-r--r-- | docs-xml/manpages/smbclient.1.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml index faf1ca11f29..6b5468a6ad1 100644 --- a/docs-xml/manpages/smbclient.1.xml +++ b/docs-xml/manpages/smbclient.1.xml @@ -924,6 +924,14 @@ </varlistentry> <varlistentry> + <term>posix_whoami</term> + <listitem><para>Query the remote server for the user token using the CIFS UNIX + extensions WHOAMI call. Prints out the guest status, user, group, group list and + sid list that the remote server is using on behalf of the logged on user. + </para></listitem> + </varlistentry> + + <varlistentry> <term>print <file name></term> <listitem><para>Print the specified file from the local machine through a printable service on the server. </para></listitem> |