Re: Determining password expiration
From: Timothy Jewett (jewettware_at_online.nospam)
Date: 01/19/05
- Next message: Fenster: "Joystick Device Driver (WDM)"
- Previous message: John Thompson: "Re: STATUS_OBJECT_NAME_NOT_FOUND"
- In reply to: William DePalo [MVP VC++]: "Re: Determining password expiration"
- Next in thread: William DePalo [MVP VC++]: "Re: Determining password expiration"
- Reply: William DePalo [MVP VC++]: "Re: Determining password expiration"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 Jan 2005 07:41:02 -0800
Will,
I did not realize that an account still works with an expired password. I
guess thats why kerberos was implemented. I already started keeping the
returned results to cut down the delay time. We get ~5000 an hour, any
employee entering a WEB application uses this service.
Thanks again for your support.
"William DePalo [MVP VC++]" wrote:
> "Timothy Jewett" <jewettware@online.nospam> wrote in message
> news:2CC4AA93-E21C-4148-9EE2-FA75BCECAAC7@microsoft.com...
> > Thanks
>
> You are welcome.
>
> > Is there nothing available with the user token that will do the same ?
>
> I don't know but I doubt it.
>
> <musing>
> Security is not my thing, but I would expect that the expiration only
> inhibits a _new_ logon. Once logged on, I would be surprised if an existing
> session was somehow changed at the expiration time. If that's the case,
> there would be no need to carry the expiration in the token. Of course, I
> could be all wrong.
> </musing>
>
> > Looking up a domain server then calling that server for info is quite
> > expensive in time, especially if the server being accessed is down.
>
> Sure, but that is where the data is.
>
> > I'm trying to be as efficient as possible.
>
> A laudable goal. So, why not maintain your own mapping of domains to PDCs?
> When you don't have an entry in the map, call DsGetDCName(). When you do,
> use what you have. If you get a return like NERR_InvalidComputer, update
> your map and issue an error if necessary.
>
> Just by the way, for a Wall Street investment bank with ~5K users, I built a
> telephone based password reset application. To be sure, on no day did all of
> the population need new passwords, but on the other hand, no one complained
> about the speed of accessing the account information either.
>
> Regards,
> Will
>
>
>
- Next message: Fenster: "Joystick Device Driver (WDM)"
- Previous message: John Thompson: "Re: STATUS_OBJECT_NAME_NOT_FOUND"
- In reply to: William DePalo [MVP VC++]: "Re: Determining password expiration"
- Next in thread: William DePalo [MVP VC++]: "Re: Determining password expiration"
- Reply: William DePalo [MVP VC++]: "Re: Determining password expiration"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|