man smbcacls: Correct possible flag values.
authorKarolin Seeger <kseeger@samba.org>
Mon, 28 Apr 2008 13:26:57 +0000 (15:26 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 28 Apr 2008 13:26:57 +0000 (15:26 +0200)
This patch fixes bug #620.
Thanks to Satoh Fumiyasu <fumiyas@osstech.co.jp>!

Karolin
(This used to be commit 70f6966099788f4bdb0298a68d4cb0b90964dd8f)

docs-xml/manpages-3/smbcacls.1.xml

index 695d58ae64018b4f30385c66e8deae81ca310e5a..5be6b258c57b6b7a27f1014d52b58f8f2133b9a6 100644 (file)
@@ -182,10 +182,9 @@ ACL:&lt;sid or name&gt;:&lt;type&gt;/&lt;flags&gt;/&lt;mask&gt;
        resides.  The type, flags and mask values determine the type of 
        access granted to the SID. </para>
 
-       <para>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: </para>
+       <para>The type can be either ALLOWED or DENIED to allow/deny 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: </para>
 
        <itemizedlist> 
                <listitem><para><constant>#define SEC_ACE_FLAG_OBJECT_INHERIT           0x1</constant></para></listitem>