Synchronising passwords

nigel.williams at nomura.co.uk nigel.williams at nomura.co.uk
Thu Feb 26 16:15:25 GMT 1998


Network providers / Credential managers are documented on the NT ddk in ntnp.doc

However the Authentinfo structure does not appear to be documented but is as
 follows.

typedef struct _AUTHENTINFO {
    DWORD            w0;
    WORD             domlen;       //+4h
    PWSTR            pszDomain;    //+8h
    WORD             userlen;         //+0Ch 
    PWSTR            pszUserName;  //+10h
    WORD             passlen;         //+14h 
    PWSTR            pszPassword;  //+18h
    DWORD            w7;           //+1Ch
} AUTHENTINFO, *LPAUTHENTINFO;

Nigel Williams





More information about the samba-ntdom mailing list