MSV1_0 Subauthentication Package Registration
        Posted  
        
            by BigShot
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BigShot
        
        
        
        Published on 2010-04-15T15:11:12Z
        Indexed on 
            2010/04/15
            15:13 UTC
        
        
        Read the original article
        Hit count: 226
        
Hi; I'm trying to register a simple MSV1_0 subauthentication package for MS Windows Server 2003. I created a dll which implements required functions described in MSDN. I copied my dll to system32 folder. After that, I created a registry key Auth255 (I also tried Auth128) with a REG_SZ value ,which specifies my dll name, to this location; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa\MSV1_0. I expect that it will create a test.txt file for debugging puposes when the dll is called, but it doesn't create the file. How can I make this work?
MSDN Link for this topic; http://msdn.microsoft.com/en-us/library/aa374786%28VS.85%29.aspx
© Stack Overflow or respective owner