summaryrefslogtreecommitdiff
path: root/source4/lib/samba3/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-21 17:18:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:34:16 -0500
commit0b3f8c443d5094ac813ab83fa50f1555480f70af (patch)
treedd591b8156fe7a4571ae76bce3f507b2f6017ff0 /source4/lib/samba3/config.mk
parent7de12a8d50ebb5ead2c44b9d726bb134dc8919b6 (diff)
downloadsamba-0b3f8c443d5094ac813ab83fa50f1555480f70af.tar.gz
samba-0b3f8c443d5094ac813ab83fa50f1555480f70af.tar.bz2
samba-0b3f8c443d5094ac813ab83fa50f1555480f70af.zip
r9449: Add simple utility for dumping Samba3 domain information. Currently
only prints rids and usernames of users in passdb database. Update plan (This used to be commit 651d06728fb21393c15268ea47689c738c2c6b86)
Diffstat (limited to 'source4/lib/samba3/config.mk')
-rw-r--r--source4/lib/samba3/config.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk
index 43608577c5..5045901b3b 100644
--- a/source4/lib/samba3/config.mk
+++ b/source4/lib/samba3/config.mk
@@ -7,4 +7,12 @@ INIT_OBJ_FILES = \
# End SUBSYSTEM LIBSAMBA3
################################################
-
+################################################
+# Start BINARY samba3dump
+[BINARY::samba3dump]
+INSTALLDIR = BINDIR
+INIT_OBJ_FILES = \
+ lib/samba3/samba3dump.o
+REQUIRED_SUBSYSTEMS = LIBBASIC LIBCMDLINE LIBSAMBA3
+# End BINARY samba3dump
+################################################