Re: NetUserGetGroups inside passfilt.dll
From: Joe Richards [MVP] (humorexpress_at_hotmail.com)
Date: 05/31/05
- Next message: Robert N Myhre: "Re: NetUserGetGroups inside passfilt.dll"
- Previous message: Joe Richards [MVP]: "Re: How to write Events into the security log"
- In reply to: Robert N Myhre: "NetUserGetGroups inside passfilt.dll"
- Next in thread: Robert N Myhre: "Re: NetUserGetGroups inside passfilt.dll"
- Reply: Robert N Myhre: "Re: NetUserGetGroups inside passfilt.dll"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 30 May 2005 20:58:40 -0400
The NET* API calls lock up when you are in the middle PasswordFilter, use LDAP
calls instead.
joe
-- Joe Richards Microsoft MVP Windows Server Directory Services www.joeware.net Robert N Myhre wrote: > Hello, > > I am working on a customized passfilt.dll and I want to be able to check > the user groups of the passed in AccountName. I implemented the function to > call NetUserGetGroups successfully within a console app, but when I move the > code inside the passfilt.dll, a call to change the password locks up. > > I am beginning to think it is a security context issue. What do I need to > do to get the NetUserGetGroups call to work within the passfilt.dll? > > Thanks
- Next message: Robert N Myhre: "Re: NetUserGetGroups inside passfilt.dll"
- Previous message: Joe Richards [MVP]: "Re: How to write Events into the security log"
- In reply to: Robert N Myhre: "NetUserGetGroups inside passfilt.dll"
- Next in thread: Robert N Myhre: "Re: NetUserGetGroups inside passfilt.dll"
- Reply: Robert N Myhre: "Re: NetUserGetGroups inside passfilt.dll"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|