diff options
Diffstat (limited to 'docs/htmldocs/smbcacls.1.html')
-rw-r--r-- | docs/htmldocs/smbcacls.1.html | 95 |
1 files changed, 42 insertions, 53 deletions
diff --git a/docs/htmldocs/smbcacls.1.html b/docs/htmldocs/smbcacls.1.html index 7500bdaeea..e0425d481d 100644 --- a/docs/htmldocs/smbcacls.1.html +++ b/docs/htmldocs/smbcacls.1.html @@ -5,7 +5,7 @@ >smbcacls</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"></HEAD +CONTENT="Modular DocBook HTML Stylesheet Version 1.77"></HEAD ><BODY CLASS="REFENTRY" BGCOLOR="#FFFFFF" @@ -15,7 +15,7 @@ VLINK="#840084" ALINK="#0000FF" ><H1 ><A -NAME="SMBCACLS.1" +NAME="SMBCACLS" ></A >smbcacls</H1 ><DIV @@ -47,12 +47,10 @@ NAME="AEN22" ><H2 >DESCRIPTION</H2 ><P ->This tool is part of the <SPAN -CLASS="CITEREFENTRY" -><SPAN -CLASS="REFENTRYTITLE" ->Samba</SPAN ->(7)</SPAN +>This tool is part of the <A +HREF="samba.7.html" +TARGET="_top" +> Samba</A > suite.</P ><P >The <B @@ -64,7 +62,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN30" +NAME="AEN28" ></A ><H2 >OPTIONS</H2 @@ -119,12 +117,9 @@ CLASS="VARIABLELIST" >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 <SPAN -CLASS="CITEREFENTRY" -><SPAN -CLASS="REFENTRYTITLE" ->smb.conf</SPAN ->(5)</SPAN + workgroup specified in the <TT +CLASS="FILENAME" +>smb.conf</TT > file is used, or "username%password" or "DOMAIN\username%password" and the password and workgroup names are used as provided. </P @@ -134,9 +129,11 @@ CLASS="REFENTRYTITLE" ><DD ><P >The owner of a file or directory can be changed - to the name given using the <VAR + to the name given using the <TT CLASS="PARAMETER" ->-C</VAR +><I +>-C</I +></TT > option. The name can be a sid in the form S-1-x-y-z or a name resolved against the server specified in the first argument. </P @@ -149,9 +146,11 @@ CLASS="PARAMETER" ><DD ><P >The group owner of a file or directory can - be changed to the name given using the <VAR + be changed to the name given using the <TT CLASS="PARAMETER" ->-G</VAR +><I +>-G</I +></TT > option. The name can be a sid in the form S-1-x-y-z or a name resolved against the server specified n the first argument. @@ -183,7 +182,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN79" +NAME="AEN75" ></A ><H2 >ACL FORMAT</H2 @@ -194,10 +193,11 @@ NAME="AEN79" ><PRE CLASS="PROGRAMLISTING" > -REVISION:<revision number> -OWNER:<sid or name> -GROUP:<sid or name> -ACL:<sid or name>:<type>/<flags>/<mask></PRE +REVISION:<revision number> +OWNER:<sid or name> +GROUP:<sid or name> +ACL:<sid or name>:<type>/<flags>/<mask> + </PRE ></P ><P >The revision of the ACL specifies the internal Windows @@ -211,45 +211,34 @@ ACL:<sid or name>:<type>/<flags>/<mask></PRE the file or directory resides. </P ><P >ACLs specify permissions granted to the SID. This SID again - can be specified in CWS-1-x-y-z format or as a name in which case - it is resolved against the server on which the file or directory - resides. The type, flags and mask values determine the type of - access granted to the SID. </P + can be specified in CWS-1-x-y-z format or as a name in which case + it is resolved against the server on which the file or directory + resides. The type, flags and mask values determine the type of + access granted to the SID. </P ><P >The type can be either 0 or 1 corresponding to ALLOWED or - DENIED access to the SID. The flags values are generally - zero for file ACLs and either 9 or 2 for directory ACLs. Some - common flags are: </P + DENIED access to the SID. The flags values are generally + zero for file ACLs and either 9 or 2 for directory ACLs. Some + common flags are: </P ><P ></P ><UL ><LI ><P -><CODE -CLASS="CONSTANT" ->#define SEC_ACE_FLAG_OBJECT_INHERIT 0x1</CODE -></P +>#define SEC_ACE_FLAG_OBJECT_INHERIT 0x1</P ></LI ><LI ><P -><CODE -CLASS="CONSTANT" ->#define SEC_ACE_FLAG_CONTAINER_INHERIT 0x2</CODE -></P +>#define SEC_ACE_FLAG_CONTAINER_INHERIT 0x2</P ></LI ><LI ><P -><CODE -CLASS="CONSTANT" ->#define SEC_ACE_FLAG_NO_PROPAGATE_INHERIT 0x4</CODE -></P +>#define SEC_ACE_FLAG_NO_PROPAGATE_INHERIT 0x4 + </P ></LI ><LI ><P -><CODE -CLASS="CONSTANT" ->#define SEC_ACE_FLAG_INHERIT_ONLY 0x8</CODE -></P +>#define SEC_ACE_FLAG_INHERIT_ONLY 0x8</P ></LI ></UL ><P @@ -367,7 +356,7 @@ CLASS="EMPHASIS" ><DIV CLASS="REFSECT1" ><A -NAME="AEN133" +NAME="AEN125" ></A ><H2 >EXIT STATUS</H2 @@ -391,17 +380,18 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN139" +NAME="AEN131" ></A ><H2 >VERSION</H2 ><P ->This man page is correct for version 2.2 of the Samba suite.</P +>This man page is correct for version 2.2 of + the Samba suite.</P ></DIV ><DIV CLASS="REFSECT1" ><A -NAME="AEN142" +NAME="AEN134" ></A ><H2 >AUTHOR</H2 @@ -418,8 +408,7 @@ CLASS="COMMAND" and Tim Potter.</P ><P >The conversion to DocBook for Samba 2.2 was done - by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 was done - by Alexander Bokovoy.</P + by Gerald Carter</P ></DIV ></BODY ></HTML |