Changeset 752 for trunk/server/docs/manpages/ntlm_auth.1
- Timestamp:
- Nov 29, 2012, 2:06:31 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 746,748
- Property svn:mergeinfo changed
-
trunk/server/docs/manpages/ntlm_auth.1
r745 r752 3 3 .\" Author: [see the "AUTHOR" section] 4 4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> 5 .\" Date: 08/08/20115 .\" Date: 10/29/2012 6 6 .\" Manual: User Commands 7 7 .\" Source: Samba 3.6 8 8 .\" Language: English 9 9 .\" 10 .TH "NTLM_AUTH" "1" " 08/08/2011" "Samba 3\&.6" "User Commands"10 .TH "NTLM_AUTH" "1" "10/29/2012" "Samba 3\&.6" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * set default formatting … … 145 145 LANMAN Challenge 146 146 value, generated randomly by the server, or (in cases such as MSCHAPv2) generated in some way by both the server and the client\&. 147 .PP \fBExample\ \&7.\ \&\fR LANMAN\-Challe ge: 0102030405060708147 .PP \fBExample\ \&7.\ \&\fR LANMAN\-Challenge: 0102030405060708 148 148 .RE 149 149 .PP … … 175 175 Request\-User\-Session\-Key 176 176 .RS 4 177 Apon sucessful authenticaiton, return the user session key associated with the login\&.177 Upon successful authenticaiton, return the user session key associated with the login\&. 178 178 .PP \fBExample\ \&12.\ \&\fR Request\-User\-Session\-Key: Yes 179 179 .RE … … 181 181 Request\-LanMan\-Session\-Key 182 182 .RS 4 183 Apon sucessful authenticaiton, return the LANMAN session key associated with the login\&.183 Upon successful authenticaiton, return the LANMAN session key associated with the login\&. 184 184 .PP \fBExample\ \&13.\ \&\fR Request\-LanMan\-Session\-Key: Yes 185 185 .RE … … 196 196 .ps -1 197 197 .br 198 Implement ors should take care to base64 encode198 Implementers should take care to base64 encode 199 199 any data (such as usernames/passwords) that may contain malicous user data, such as 200 200 a newline\&. They may also need to decode strings from … … 245 245 \-\-request\-lm\-key 246 246 .RS 4 247 Retr eive LM session key247 Retrieve LM session key 248 248 .RE 249 249 .PP … … 358 358 .SH "TROUBLESHOOTING" 359 359 .PP 360 If you\'re experiencing problems with authenticating Internet Explorer running under MS Windows 9X or Millen ium Edition against ntlm_auth\'s NTLMSSP authentication helper (\-\-helper\-protocol=squid\-2\&.5\-ntlmssp), then please read360 If you\'re experiencing problems with authenticating Internet Explorer running under MS Windows 9X or Millennium Edition against ntlm_auth\'s NTLMSSP authentication helper (\-\-helper\-protocol=squid\-2\&.5\-ntlmssp), then please read 361 361 the Microsoft Knowledge Base article #239869 and follow instructions described there\&. 362 362 .SH "VERSION"
Note:
See TracChangeset
for help on using the changeset viewer.