summaryrefslogtreecommitdiff
path: root/source4/utils/man
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-01-23 03:24:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:22 -0500
commitdcb960e601b216f6a725477c352e546037255561 (patch)
tree92867432e8fee8bffdaf738c1ba8cfa3ebb6b68e /source4/utils/man
parent81a39f964e5efcbfb9242273e71703ca9151c679 (diff)
downloadsamba-dcb960e601b216f6a725477c352e546037255561.tar.gz
samba-dcb960e601b216f6a725477c352e546037255561.tar.bz2
samba-dcb960e601b216f6a725477c352e546037255561.zip
r13073: Add manpage for getntacl, disable setntacl
(This used to be commit 656e202233ff11b162a1137150faaaec68d74d2f)
Diffstat (limited to 'source4/utils/man')
-rw-r--r--source4/utils/man/getntacl.1.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/source4/utils/man/getntacl.1.xml b/source4/utils/man/getntacl.1.xml
new file mode 100644
index 0000000000..cbce5f2103
--- /dev/null
+++ b/source4/utils/man/getntacl.1.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
+<refentry id="getntacl.1">
+
+<refmeta>
+ <refentrytitle>getntacl</refentrytitle>
+ <manvolnum>1</manvolnum>
+</refmeta>
+
+
+<refnamediv>
+ <refname>getntacl</refname>
+ <refpurpose>Tool for displaying NT ACLs stored in extended attributes</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+ <cmdsynopsis>
+ <command>getntacl</command>
+ <arg choice="req">filename</arg>
+ </cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1>
+ <title>DESCRIPTION</title>
+
+ <para>Retrieves the NT security ACL on the specified file, as
+stored in the filesystems' extended attribute. </para>
+</refsect1>
+
+<refsect1>
+ <title>VERSION</title>
+
+ <para>This man page is correct for version 4.0 of the Samba suite.</para>
+</refsect1>
+
+<refsect1>
+ <title>AUTHOR</title>
+
+ <para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
+
+ <para>This manpage was written by Jelmer Vernooij. </para>
+
+</refsect1>
+
+</refentry>