diff options
author | Tim Potter <tpot@samba.org> | 2004-09-24 12:41:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:11 -0500 |
commit | df99e4bb3751560eb74a4a923c4d7510926f5d71 (patch) | |
tree | a2ccacf95f3ffbbadaf049dcb23ed034625269cd /source4/utils/config.m4 | |
parent | 9dd6674a6c9d8f2f3986b7adb9e7122d0098b5a8 (diff) | |
download | samba-df99e4bb3751560eb74a4a923c4d7510926f5d71.tar.gz samba-df99e4bb3751560eb74a4a923c4d7510926f5d71.tar.bz2 samba-df99e4bb3751560eb74a4a923c4d7510926f5d71.zip |
r2597: A small program that takes SID strings on stdin and produces a marshalled
lsa_SidArray on stdout.
(This used to be commit d7d8a7ffc66cf6f78f11e8aed975d746c7a520a3)
Diffstat (limited to 'source4/utils/config.m4')
-rw-r--r-- | source4/utils/config.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/utils/config.m4 b/source4/utils/config.m4 index 74a31de177..22cfe1131f 100644 --- a/source4/utils/config.m4 +++ b/source4/utils/config.m4 @@ -8,3 +8,5 @@ SMB_INCLUDE_M4(utils/net/config.m4) SMB_BINARY_MK(getntacl, utils/config.mk) SMB_BINARY_MK(setntacl, utils/config.mk) + +SMB_BINARY_MK(setnttoken, utils/config.mk) |