GTD
07-09-2005, 10:51 PM
Can i write password filter dll (cutomize password filter dll instead of
passfilt.dll) in c#?
How should be the function signature in c# for BOOLEAN PasswordFilter(
PUNICODE_STRING AccountName,
PUNICODE_STRING FullName,
PUNICODE_STRING Password,
BOOLEAN SetOperation
);
NTSTATUS PasswordChangeNotify(
PUNICODE_STRING UserName,
ULONG RelativeId,
PUNICODE_STRING NewPassword
);
What should be the installation procedure for c# password filter dll on
domain controller?
passfilt.dll) in c#?
How should be the function signature in c# for BOOLEAN PasswordFilter(
PUNICODE_STRING AccountName,
PUNICODE_STRING FullName,
PUNICODE_STRING Password,
BOOLEAN SetOperation
);
NTSTATUS PasswordChangeNotify(
PUNICODE_STRING UserName,
ULONG RelativeId,
PUNICODE_STRING NewPassword
);
What should be the installation procedure for c# password filter dll on
domain controller?