From a4b01dd59c386c84776367b46b0fa726918dbebc Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sat, 24 Oct 2009 15:34:31 +0400 Subject: s4: utils recreate in python setntacl and getntacl setntacl is able to set NTACL attribute from command line getntacl now use getopt for parsing command line option and is also able to dump the acl in the SDDL format. --- source4/utils/config.mk | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'source4/utils/config.mk') diff --git a/source4/utils/config.mk b/source4/utils/config.mk index 5fa7e200f0..dcf1bdf2d0 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -23,33 +23,7 @@ ntlm_auth_OBJ_FILES = $(utilssrcdir)/ntlm_auth.o MANPAGES += $(utilssrcdir)/man/ntlm_auth.1 -################################# -# Start BINARY getntacl -[BINARY::getntacl] -INSTALLDIR = BINDIR -PRIVATE_DEPENDENCIES = \ - LIBSAMBA-HOSTCONFIG \ - LIBSAMBA-UTIL \ - NDR_XATTR \ - WRAP_XATTR \ - LIBSAMBA-ERRORS - -getntacl_OBJ_FILES = $(utilssrcdir)/getntacl.o - -# End BINARY getntacl -################################# - -MANPAGES += $(utilssrcdir)/man/getntacl.1 - -################################# -# Start BINARY setntacl -[BINARY::setntacl] -# disabled until rewritten -#INSTALLDIR = BINDIR -# End BINARY setntacl -################################# -setntacl_OBJ_FILES = $(utilssrcdir)/setntacl.o ################################# # Start BINARY setnttoken -- cgit