summaryrefslogtreecommitdiff
path: root/source3/utils/ntlm_auth.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-14 03:59:04 +0000
committerTim Potter <tpot@samba.org>2003-04-14 03:59:04 +0000
commit5f82e261c664707a57c94424b7db20040c65237d (patch)
tree79ff2ed60ea988f2cab1897c16079cb26bdf0228 /source3/utils/ntlm_auth.c
parentc89a7057e5334ab8dadb4a847c2dc74434c1cc49 (diff)
downloadsamba-5f82e261c664707a57c94424b7db20040c65237d.tar.gz
samba-5f82e261c664707a57c94424b7db20040c65237d.tar.bz2
samba-5f82e261c664707a57c94424b7db20040c65237d.zip
Merge:
- Jelmer's latest popt changes (This used to be commit 6a54d9a0a77c71664dc6cdbed1adf492c28c0cce)
Diffstat (limited to 'source3/utils/ntlm_auth.c')
-rw-r--r--source3/utils/ntlm_auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c
index 0bead042fd..88913c8051 100644
--- a/source3/utils/ntlm_auth.c
+++ b/source3/utils/ntlm_auth.c
@@ -735,7 +735,8 @@ enum {
{ "request-lm-key", 0, POPT_ARG_NONE, &request_lm_key, OPT_LM_KEY, "Retreive LM session key"},
{ "request-nt-key", 0, POPT_ARG_NONE, &request_nt_key, OPT_NT_KEY, "Retreive NT session key"},
{ "diagnostics", 0, POPT_ARG_NONE, &diagnostics, OPT_DIAGNOSTICS, "Perform diagnostics on the authentictaion chain"},
- { NULL, 0, 0, NULL, 0, NULL}
+ POPT_COMMON_SAMBA
+ POPT_TABLEEND
};
/* Samba client initialisation */