> I have one for you -- How do I programmatically set the "User must
change
> password at next logon" box?

Use ::NetUserSetInfo( ) with USER_INFO_3 and set usri3_password_expired
to 1 and they will have to change it at next login.

> Reason:
> We also want to set password lifetimes of 30 days for some users, 60
for
> others.  Domain policy is one-size-fits-all.

I can't seem to find a way to set the password lifetime for a user.
Sorry.


------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to