The branch, v3-2-test has been updated via 087489b7f2a8cd5868b54dbed3f3eed5d0709ba7 (commit) from a50c2d159c754c6ff88649ed859f2b3f9c24f6a1 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test - Log ----------------------------------------------------------------- commit 087489b7f2a8cd5868b54dbed3f3eed5d0709ba7 Author: Jeremy Allison <[EMAIL PROTECTED]> Date: Wed Dec 12 18:38:52 2007 -0800 Developer doesn't cut it - need #define test for NSS_WRAPPER. Hopefully this should fix the buildfarm. Jeremy. ----------------------------------------------------------------------- Summary of changes: source/utils/smbpasswd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source/utils/smbpasswd.c b/source/utils/smbpasswd.c index a60d605..493a249 100644 --- a/source/utils/smbpasswd.c +++ b/source/utils/smbpasswd.c @@ -94,7 +94,7 @@ static int process_options(int argc, char **argv, int local_flags) while ((ch = getopt(argc, argv, "c:axdehminjr:sw:R:D:U:LW")) != EOF) { switch(ch) { case 'L': -#if !defined(DEVELOPER) +#if !defined(NSS_WRAPPER) if (getuid() != 0) { fprintf(stderr, "smbpasswd -L can only be used by root.\n"); exit(1); -- Samba Shared Repository