From dcb960e601b216f6a725477c352e546037255561 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 23 Jan 2006 03:24:06 +0000 Subject: r13073: Add manpage for getntacl, disable setntacl (This used to be commit 656e202233ff11b162a1137150faaaec68d74d2f) --- source4/utils/config.mk | 4 +++- source4/utils/man/getntacl.1.xml | 45 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 source4/utils/man/getntacl.1.xml diff --git a/source4/utils/config.mk b/source4/utils/config.mk index a37b8ce6d6..6d63908330 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -35,6 +35,7 @@ MANPAGE = man/ntlm_auth.1 ################################# # Start BINARY getntacl [BINARY::getntacl] +MANPAGE = man/getntacl.1 INSTALLDIR = BINDIR OBJ_FILES = \ getntacl.o @@ -49,7 +50,8 @@ REQUIRED_SUBSYSTEMS = \ ################################# # Start BINARY setntacl [BINARY::setntacl] -INSTALLDIR = BINDIR +# disabled until rewritten +#INSTALLDIR = BINDIR OBJ_FILES = \ setntacl.o REQUIRED_SUBSYSTEMS = \ 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 @@ + + + + + + getntacl + 1 + + + + + getntacl + Tool for displaying NT ACLs stored in extended attributes + + + + + getntacl + filename + + + + + DESCRIPTION + + Retrieves the NT security ACL on the specified file, as +stored in the filesystems' extended attribute. + + + + VERSION + + This man page is correct for version 4.0 of the Samba suite. + + + + AUTHOR + + This utility is part of the Samba suite, which is developed by the global Samba Team. + + This manpage was written by Jelmer Vernooij. + + + + -- cgit