1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Oops, the -a option disappeared.

(This used to be commit 6194f874bb)
This commit is contained in:
Tim Potter 2001-12-11 23:27:45 +00:00
parent 68b7b2c34d
commit 6526a42558

View File

@ -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 }
};