From 308e1b51874bc7b3fd7a44bec1367f75b8c975f0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 21 Dec 2009 17:18:53 +0100 Subject: s3-docs: mention long and undocumented option names in smbcacls manpage. Guenther --- docs-xml/manpages-3/smbcacls.1.xml | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/smbcacls.1.xml b/docs-xml/manpages-3/smbcacls.1.xml index 30b389e9d0..3e63b9b0d4 100644 --- a/docs-xml/manpages-3/smbcacls.1.xml +++ b/docs-xml/manpages-3/smbcacls.1.xml @@ -55,7 +55,7 @@ - -a acls + -a|--add acls Add the ACLs specified to the ACL list. Existing access control entries are unchanged. @@ -63,7 +63,7 @@ - -M acls + -M|--modify acls Modify the mask value (permissions) for the ACLs specified on the command line. An error will be printed for each ACL specified that was not already present in the ACL list @@ -73,7 +73,7 @@ - -D acls + -D|--delete acls Delete any ACLs specified on the command line. An error will be printed for each ACL specified that was not already present in the ACL list. @@ -82,7 +82,7 @@ - -S acls + -S|--set acls This command sets the ACLs on the file with only the ones specified on the command line. All other ACLs are erased. Note that the ACL specified must contain at least a revision, @@ -92,20 +92,7 @@ - -U username - Specifies a username used to connect to the - specified service. The username may be of the form "username" in - which case the user is prompted to enter in a password and the - workgroup specified in the smb.conf - 5 file is - used, or "username%password" or "DOMAIN\username%password" and the - password and workgroup names are used as provided. - - - - - - -C name + -C|--chown name The owner of a file or directory can be changed to the name given using the -C option. The name can be a sid in the form S-1-x-y-z or a name resolved @@ -118,7 +105,7 @@ - -G name + -G|--chgrp name The group owner of a file or directory can be changed to the name given using the -G option. The name can be a sid in the form S-1-x-y-z or a name @@ -138,7 +125,7 @@ - -t + -t|--test-args Don't actually do anything, only validate the correctness of the arguments. @@ -148,6 +135,7 @@ &stdarg.help; &stdarg.server.debug; &popt.common.samba; + &popt.common.credentials; -- cgit