summaryrefslogtreecommitdiff
path: root/source/utils
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-01-28 17:24:52 +0000
committerGerald Carter <jerry@samba.org>2005-01-28 17:24:52 +0000
commit8894edc00c2629f8c75f5655390a4fcf6ffea75b (patch)
tree0465e9ce7c54500b1beb8bcac57250303e3940f4 /source/utils
parent0250258c9da8364493d230c076f6de76ec520b63 (diff)
downloadsamba-8894edc00c2629f8c75f5655390a4fcf6ffea75b.tar.gz
r5059: last set of changes for 3.0.11rc1; includes Administrator sid_to_name() fix, samr access checks, and deprecated parameters/tools
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/testprns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/utils/testprns.c b/source/utils/testprns.c
index 1525ab11d0f..5af40b06d19 100644
--- a/source/utils/testprns.c
+++ b/source/utils/testprns.c
@@ -41,6 +41,9 @@ int main(int argc, char *argv[])
{
setup_logging(argv[0],True);
+ printf("NOTICE: This program is now deprecated and will be removed \n");
+ printf("in a future Samba release.\n\n");
+
if (argc != 2)
printf("Usage: testprns printername\n");
else