Everhart, Glenn From: Simon Bonner [sbonn@normanuk.com] Sent: Monday, March 08, 1999 4:27 AM To: 'Hernan Ochoa'; Maxim S. Shatskih; ntdev@atria.com Subject: RE: Re: [ntdev] Logon Session and file redirector Hernan, So - you found Microsoft's little joke in LSAAUTH.HLP It's not quite as bad as it seems because the pages that seem to be missing ARE actually there!! If you hit the 'Search' button on the menu bar, and then select the 'Index' tab in the search dialog that comes up, you can scroll down the chapter.section numbers until you get to :- 3.2.1 Logon Process Authentication API 3.2.1.1 LsaRegisterLogonProcess 3.2.1.2 LsaLookupAuthenticationPackage 3.2.1.3 LsaFreeReturnBuffer 3.2.1.4 LsaLogonUser 3.2.1.5 LsaCallAuthenticationPackage etc.... As you will see, all the API pages are present and you can get to them from the search dialog, you just can't get to them from the contents page, or by sequentially stepping through. I don't know much about help files, but I guess there is something wrong with its construction that makes those pages hidden. Hope this helps, Simon Bonner Senior Software Developer Norman Data Defense Systems (UK) Ltd Email: sbonn@normanuk.com > -----Original Message----- > From: Hernan Ochoa [SMTP:soporte@sentinel.com.ar] > Sent: Friday, March 05, 1999 1:31 PM > To: Maxim S. Shatskih; Hernan Ochoa; ntdev@atria.com > Subject: re: Re: [ntdev] Logon Session and file redirector > > > hi! > > thanks for answering. > > i know what you're saying, but do you have any information about that > function definition? i can't > find any, i have lsaauth.hlp from the WINNT DDK but, oh what a > suprise, the part where this API should be specified has been ripped > off from the help file. it is something like this.. > > 3.2 Authentication Package API DLL > > > > 3.3 Another stupid topic that you dont need > > that's right, they keep the title of the section but removed the api > definition. > i hate microsoft, die, die microsoft, loss that trial :). > > thanks again for answering. > > > > > **--------- Original Message follows... > > >At least NTLM package uses LsaCallAuthenticationPackage() function > to generate a responce from challenge. Maybe you will need this also. > LSA is the only process which knows the OWF password for the user. > I don't think there is a generic way to extract this from LSA. > > Max > > -----Original Message-----From: Hernan Ochoa > To: ntdev@atria.com > Date: пятница 5 марта 1999 г. 00:39 > Subject: [ntdev] Logon Session and file redirector > > > >Hi! > > > >nobody has ever written a file redirector? > >i guess that from the LanMan redirector, the device driver must > obtain the > >user credentials to be able to establish the connection with the > remote > >host, how can i do that? > > > >what i want to do is to be able to find where the logon session is > stored, > >where the user credentials are cached. > > > >i want to let the user change it's password while being logged on to > NT, > and > >the new password be cached inmediatly, so the new network connections > will > >use the new user password, and not the old. and the user don't have > to > >logoff and logon again. > > > >any ideas? > > > >thanks in advance. > > > > > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > >[ To unsubscribe, send email to ntdev-request@atria.com with body > >UNSUBSCRIBE (the subject is ignored). ] > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [ To unsubscribe, send email to ntdev-request@atria.com with body UNSUBSCRIBE (the subject is ignored). ]