From e09a6fe276f01890604f4af327a91a373a886d2c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 31 Mar 2003 20:53:18 +0000 Subject: [PATCH] Add very basic documentation for ntlm_auth --- docs/docbook/Makefile.in | 2 +- docs/docbook/manpages/ntlm_auth.1.sgml | 136 +++++++++++++++++++++++++++++++++ 2 files changed, 137 insertions(+), 1 deletion(-) create mode 100644 docs/docbook/manpages/ntlm_auth.1.sgml diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in index 66266196d5e..94987ff3a2c 100644 --- a/docs/docbook/Makefile.in +++ b/docs/docbook/Makefile.in @@ -22,7 +22,7 @@ MANPAGES_NAMES=findsmb.1 smbclient.1 \ smb.conf.5 wbinfo.1 pdbedit.8 \ smbcacls.1 smbsh.1 winbindd.8 \ smbgroupedit.8 vfstest.1 \ - profiles.1 smbtree.1 + profiles.1 smbtree.1 ntlm_auth.1 ## This part contains only rules. You shouldn't need to change it ## if you are adding docs diff --git a/docs/docbook/manpages/ntlm_auth.1.sgml b/docs/docbook/manpages/ntlm_auth.1.sgml new file mode 100644 index 00000000000..52ab1db9e4f --- /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. + + + -- 2.11.4.GIT