diff options
author | Tim Potter <tpot@samba.org> | 2001-12-11 23:27:45 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-12-11 23:27:45 +0000 |
commit | 6526a42558e1fb9ff0b9cea1de70d492e1bc4ce6 (patch) | |
tree | 916032609ba07c96cac9b8d399c02eb170ba714b /source3/nsswitch | |
parent | 68b7b2c34d833fdf4605e2c7c7dfcd9fd3b06519 (diff) | |
download | samba-6526a42558e1fb9ff0b9cea1de70d492e1bc4ce6.tar.gz samba-6526a42558e1fb9ff0b9cea1de70d492e1bc4ce6.tar.bz2 samba-6526a42558e1fb9ff0b9cea1de70d492e1bc4ce6.zip |
Oops, the -a option disappeared.
(This used to be commit 6194f874bbc50cb40228b29fb783a7716104b824)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/wbinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 } }; |