From 6526a42558e1fb9ff0b9cea1de70d492e1bc4ce6 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 11 Dec 2001 23:27:45 +0000 Subject: Oops, the -a option disappeared. (This used to be commit 6194f874bbc50cb40228b29fb783a7716104b824) --- source3/nsswitch/wbinfo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/nsswitch/wbinfo.c') diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c index 470fa024b9..82d483611f 100644 --- a/source3/nsswitch/wbinfo.c +++ b/source3/nsswitch/wbinfo.c @@ -498,6 +498,7 @@ int main(int argc, char **argv) { "check-secret", 't', POPT_ARG_NONE, 0, 't' }, { "trusted-domains", 'm', POPT_ARG_NONE, 0, 'm' }, { "user-groups", 'r', POPT_ARG_STRING, &string_arg, 'r' }, + { "authenticate", 'a', POPT_ARG_STRING, &string_arg, 'a' }, { "set-auth-user", 0, POPT_ARG_STRING, &string_arg, OPT_SET_AUTH_USER }, { 0, 0, 0, 0 } }; -- cgit