From 53ff901f95f64cb5cf2368257a9ef57669aa68a1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 31 Mar 2003 20:53:18 +0000 Subject: Add very basic documentation for ntlm_auth (This used to be commit e09a6fe276f01890604f4af327a91a373a886d2c) --- docs/docbook/manpages/ntlm_auth.1.sgml | 136 +++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 docs/docbook/manpages/ntlm_auth.1.sgml (limited to 'docs/docbook/manpages') diff --git a/docs/docbook/manpages/ntlm_auth.1.sgml b/docs/docbook/manpages/ntlm_auth.1.sgml new file mode 100644 index 0000000000..52ab1db9e4 --- /dev/null +++ b/docs/docbook/manpages/ntlm_auth.1.sgml @@ -0,0 +1,136 @@ + %globalentities; +]> + + + + ntlm_auth + 1 + + + + + ntlm_auth + tool for executing client side + MS-RPC functions + + + + + ntlm_auth + -A authfile + -c <command string> + -d debuglevel + -h + -l logfile + -N + -s <smb config file> + -U username[%password] + -W workgroup + -N + -I destinationIP + server + + + + + DESCRIPTION + + This tool is part of the Samba + 7 suite. + + ntlm_auth is a helper utility that authenticates + users using NT/LM authentication. It returns 0 if the users is authenticated + successfully and 1 if access was denied. ntlm_auth uses winbind to access + the user and authentication data for a domain. This utility + is only to be used by other programs (currently squid). + + + + + + OPTIONS + + + --helper-protocol=PROTO + + Operate as a stdio-based helper + + + + + --username=USERNAME + + Specify username of user to authenticate + + + + + --domain=DOMAIN + + Specify domain of user to authenticate + + + + + --workstation=WORKSTATION + + Specify workstation of user to authenticate + + + + + --challenge=STRING + challenge (HEX encoded) + + + + --lm-response=RESPONSE + LM Response to the challenge (HEX encoded) + + + + --nt-response=RESPONSE + NT or NTLMv2 Response to the challenge (HEX encoded) + + + + --password=PASSWORD + User's plaintext password + + + + --request-lm-key + Retreive LM session key + + + + --request-nt-key + Request NT key + + + &popt.common.samba; + &stdarg.help; + + + + + + VERSION + + This man page is correct for version 3.0 of the Samba + suite. + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + The ntlm_auth manpage was written by Jelmer Vernooij. + + + -- cgit